Difference between revisions of "Linux ubuntu"
From Teknologisk videncenter
m (Created page with "=Maintaining= *Ubuntu purge old kernels") |
m (→Maintaining) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Maintaining= | =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 | ||
+ | |||
+ | [[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