I am trying to install aircrack-ng in my Sabayon 9 by the use of this command:
sudo apt-get install aircrack-ng
but it says:
sudo: apt-get: command not found
How to install it?
|
I am trying to install aircrack-ng in my Sabayon 9 by the use of this command:
but it says:
How to install it? |
||||
|
APT is a tool used exclusively by Debian based distributions.
Sabayon is based on Gentoo and therefore supports Portage (the However it also has its own binary package management tool (very similar to APT) called Entropy. Entropy has two frontends: You can use
(considering |
||||
|
|
|
It should be something like Run this once a week:
And to install aircrack
or if it is called different, you can search package database with:
You should probably read about portage (emerge command) here: http://wiki.sabayon.org/index.php?title=En:HOWTO:_The_Complete_Portage_Guide |
|||||
|
|
Which linux distribution are you using? Maybe you should use the correct package manager (like rpm, yum ....) or even install from the source code. I don't recoment you to use apt-get if your distribution is not based on it. try:
|
||||
|
|
aptisn't really a package manager you should be using (see wiki.sabayon.org/…). – Mat Sep 25 '12 at 7:55