Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Internet a sítě => Téma založeno: Zdenek Nikl 13 Května 2008, 14:21:47
-
Dobry den,
muze mi nekdo poradit, jak nainstalovat wicd a zaroven odinstalovat Network-Manager ? Kdyz spustim instalaci wicd, tak to sice napise stoped NetworkManager, ale po instalaci wicd mi vybiha hlaska: "Aplet NetworkManager nemohl najít některé vyžadované zdroje. Nemůže pokračovat." . Potrebuji tedy zastavit cinnost NetworkManagera, uplne ho odinstalovat, aby se nespoustel po startu Ubuntu a zaroven nainstalovat wicd tak aby se po startu spoustel wicd. Jsem zacatecnik, takze diky za kazdou radu.
Zdenek
-
Pripajam sa k otazke :-\ vdaka
-
atp-get uninstall...
-
Odinstalacia NetworkManagera:
Tak ako ine programy cez apt-get:
http://wiki.ubuntu.cz/apt (http://wiki.ubuntu.cz/apt)
sudo apt-get purge network-manager-gnome
sudo apt-get autoremove
Instalacia WICD:
http://wicd.sourceforge.net/download.php (http://wicd.sourceforge.net/download.php)
Installing Wicd in Ubuntu
If you are using Ubuntu Jaunty (not currently released), Wicd is in the universe repository.
Installing Wicd in Ubuntu is very simple. You just have to add the Wicd repository to the Ubuntu package manager. To open the package manager in Gnome, go to Administration > Synaptic Package Manager. When it appears, go to Settings > Repositories > Third Party Software > Add..., and enter the following line:
deb http://apt.wicd.net hardy extras
where gutsy is your version of Ubuntu in lowercase (dapper, edgy, feisty, gutsy, hardy, intrepid). You'll also need to add the key used for signing Wicd by running the following command in a terminal:
wget -q http://apt.wicd.net/wicd.gpg -O- | sudo apt-key add -
Now, click Reload, and wait while the package lists are downloaded. Now, search for "Wicd", and right click on it. Select Install, then press Apply, and Wicd will automatically be downloaded and installed for you. This will also keep you automatically up to date with the latest and greatest version of Wicd. Please note that this will remove network-manager, which is the default GNOME network manager and may cause loss of network connection temporarily.