Answer the question
In order to leave comments, you need to log in
How to remove all unused dependencies in Linux?
Hi all. I am going through testing at Immversive Labs, I have already solved all the tasks, there is one left that does not want to accept an answer.
The task "Remove all unused dependencies." (Linux Command Line > Package Management)
Used "apt-get autoremove" "apt-get autoclean", Immversive Labs still doesn't see this as a valid answer.
I hope you can help me)
Thank you
Answer the question
In order to leave comments, you need to log in
"dpkg-query && awk && apt-get"
Removes all packages except the base ones.
"apt-get autoremove" removes non-removed dependencies on already removed packages. I would still carefully watch what it is going to remove.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question