Ubuntu clean packages after update
Saltar para a navegação
Saltar para a pesquisa
apt-get autoclean
apt-get autoremove
apt-get remove --purge $(sudo dpkg -l | grep "^rc" | awk '{print $2}' | tr '\n' ' ')
apt-get autoclean
apt-get autoremove
apt-get remove --purge $(sudo dpkg -l | grep "^rc" | awk '{print $2}' | tr '\n' ' ')