I always prefer keeping my disk optimized by using the above command. I wanted to know whether this is a safe practice. I am using Ubuntu 16.04
Asked
Active
Viewed 1,803 times
0
-
1Yes, it is safe to run sudo apt-get autoremove. – Nick Weinberg Apr 10 '17 at 15:58
2 Answers
2
Yes! It actually tells you to run it on most updates.

EODCraft Staff
- 823
-
-
Reference....http://askubuntu.com/questions/294024/will-apt-get-autoremove-break-other-dependencies – EODCraft Staff Apr 10 '17 at 16:00
2
Yes, it is safe. This command just removes the packages that were installed by other packages but are no longer needed.

Yash Khosla
- 86