Difference between revisions of "Linux ubuntu"
From Teknologisk videncenter
m (added Category:Linux using HotCat) |
m (→Maintaining) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=Maintaining= | =Maintaining= | ||
+ | *apt-get -f install | ||
==Removing old kernels== | ==Removing old kernels== | ||
Release and delete old kernels and headers. | Release and delete old kernels and headers. | ||
− | + | ==Ubuntu before 16.04== | |
+ | *apt-get autoremove --purge | ||
+ | ==Ubuntu after 16.04== | ||
*apt autoremove --purge | *apt autoremove --purge | ||
[[Category:Linux]] | [[Category:Linux]] |
Latest revision as of 15:52, 22 May 2017
Maintaining
- apt-get -f install
Removing old kernels
Release and delete old kernels and headers.
Ubuntu before 16.04
- apt-get autoremove --purge
Ubuntu after 16.04
- apt autoremove --purge