I was trying to install MemCached using this command: sudo aptitude install memcached
, but I got the following error: sudo: aptitude: command not found
.
After researching, I found out that Aptitude is an utility program to manipulate files, install out uninstall programs. I found several web pages explaining what Aptitude. However, I don't have the impression that any of them explains how to get Aptitude in the first place.
Is Aptitude already in Ubuntu so that I just need to enable it. Or should I download and install it?
Thanks for helping
sudo: aptitude: command not found
is not a command. Copy & paste error? Just usesudo apt-get install memecached
. – Raptor Sep 18 '14 at 02:14sudo apt-get install aptitude
– Sep 18 '14 at 02:16aptitude
too but the default tool isapt-get
. – tripleee Sep 18 '14 at 03:00