like:
- Code: Select all
equo install --ask wicd
Be aware that Wicd will not work with NetworkManager running,
(which should not be a problem if you uninstall it
In order to use it you should remove NetworkManager and do, in a console as root:
- Code: Select all
rc-update add wicd default
reboot (or give the command, as root, wicd)
and then wicd-client should start you can start it from a console
- Code: Select all
wicd-client
or somewhere in the KDE Menu.
To downgrade NetworkManager with Portage (be careful with Portage) do:
- Code: Select all
emerge --sync && layman -S
emerge =net-misc/networkmanager-0.6.6-r1
equo database gentoosync
as root.




