Lets get our hand dirty:
1. Open terminal
2. Kill related process
$sudo killall NetworkManager
$sudo killall nm-applet
3. remove network-manager application
$ sudo apt-get remove network-manager
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages were automatically installed and are no longer required:
linux-headers-2.6.27-7 linux-headers-2.6.27-7-generic
Use ‘apt-get autoremove’ to remove them.
The following packages will be REMOVED:
network-manager network-manager-gnome
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 4764kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database … 129296 files and directories currently installed.)
Removing network-manager-gnome …
Removing network-manager …
* Stopping NetworkManager… [ OK ]
Removing any system startup links for /etc/init.d/NetworkManager …
/etc/rc2.d/S28NetworkManager
/etc/rc3.d/S28NetworkManager
/etc/rc4.d/S28NetworkManager
/etc/rc5.d/S28NetworkManager
Processing triggers for man-db …
Processing triggers for libc6 …
ldconfig deferred processing now taking place
——done—–
4. Download this 6 packages.
- dhcdbd_3.0-1ubuntu1_i386.deb
http://packages.ubuntu.com/hardy/i386/dhcdbd/download
- gnome-system-tools_2.22.0-0ubuntu9_i386.deb
http://ubuntu.interlegis.gov.br/ubuntu/pool/main/g/gnome-system-tools/
- libnm-glib0_0.6.6-0ubuntu5_i386.deb
http://packages.ubuntu.com/hardy/i386/libnm-glib0/download
- libnm-util0_0.6.6-0ubuntu5_i386.deb
http://packages.ubuntu.com/hardy/i386/libnm-util0/download
- network-manager_0.6.6-0ubuntu5_i386.deb
http://packages.ubuntu.com/hardy/i386/network-manager/download
- network-manager-gnome_0.6.6-0ubuntu3_i386.deb
http://packages.ubuntu.com/hardy/i386/network-manager-gnome/download
5. Install the packages that we have download (there are serveral way to install all the packages and in this tutorial we are going to use “dpkg”
$ cd /to/folder/you/save/the/packages
$ sudo dpkg -i *.deb
6. Lastly lock all the 6 packages version that we have downgrade to avoide this 6 packages been upgrade to the newer version when we do system update in future.
No comments:
Post a Comment