How to use apt-get to install aptitude…
root@lixx-xxx:~# apt-get install aptitude
Reading package lists... Done
Building dependency tree... Done
Package aptitude is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package aptitude has no installation candidate
root@lixx-xxx:~#
Can someone please provide a working example to help me have both tools installed properly?
Thank you.
-rln
2 Replies
do a apt-get update first … then apt-get upgrade (or safe-upgrade) and then apt-get install aptitude.
@nfn:
Hi
do a apt-get update first … then apt-get upgrade (or safe-upgrade) and then apt-get install aptitude.
Thank you. Your solution worked for me.