Hi, welcome to Sabayon.
Sabayon uses entropy and portage as package managers.
entropy can install binary packages and is by far easier than portage, its frontends are
equo (console mode) and sulfur (GUI).
portage has usually more up to date packages, packages are installed directly from source code,
thus they are more configurable and efficient.
Portage is a very advanced tool and probably is not what a novice user would appreciate
emerge is the console mode frontend for portage.
What is very, very important is:
manually installing software is NOT supported and discouraged.
Read the wiki for more informations:
http://wiki.sabayon.org/index.php?title=Entropyand the Gentoo wiki for more informations on portage/emerge:
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1For example in order to install ndiswrapper you should run, in a console as root:
- Code: Select all
equo update
equo install --ask entropy equo sulfur
equo install --ask ndiswrapper
This will:
update your package list
install the latest package manager version
install ndiswrapper