Possible Duplicate:
How to get apt-get to call apt-fast?
I use apt-fast, but often find myself copying commands from the internet, these all use apt-get.
I am wondering if it is possible (and what errors I might run into) to alias it so any apt-get commands actually run apt-fast.
The only issue I could see with this is if apt-fast uses apt-get internally anywhere?
sudo apt-get -o Acquire::Queue-Mode="access" update
? – Savvas Radevic Nov 01 '12 at 01:01grep
is an alias forgrep --color=auto
. – Eliah Kagan Dec 23 '12 at 12:19