I thought apt
is just a new software which works exactly like apt-get
. I always used them interchangeably. But it seems they are different, at least in the autoremove
function.
I ran sudo apt autoremove
which didn't remove anything but then I ran sudo apt-get autoremove
and it removed a lot of packages. Is there something inherently different between the two?
Asked
Active
Viewed 88 times
1

lucifer
- 113
sudo apt autoremove
and thensudo apt-get autoremove
. I cannot reproduce it. It occurred while I was trying to update 16.04 LTS to 18.04.01 LTS. I will try to reproduce it and post again. Still, being so lightning fast at closing questions, hats off to you guys! – lucifer Sep 10 '18 at 06:00