Comment 77 for bug 82335

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

Please try the source package at the following URL, it should solve this problem:

    http://people.ubuntu.com/~scott/packages/

If you've never built a package from source before, grab those three files into an empty directory, and use the following commands:

    $ sudo apt-get build-dep network-manager
    $ sudo apt-get install fakeroot
    $ dpkg-source -x network-manager_0.6.4-6ubuntu7.dsc
    $ cd network-manager-0.6.4
    $ dpkg-buildpackage -rfakeroot -b -uc -us
    $ cd ..
    $ sudo dpkg -i *.deb

Then restart your computer.