Difference between revisions of "Linux ubuntu"

From Teknologisk videncenter
Jump to: navigation, search
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=
*[[Ubuntu purge old kernels]]
+
*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 16: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