Difference between revisions of "Linux-modules"

From wikieduonline
Jump to navigation Jump to search
(Created page with " for i in $(dpkg --list | grep linux-modules | grep rc | awk '{print $2}'); do apt-get purge -y $i $i; done")
 
Line 1: Line 1:
 
  for i in $(dpkg --list | grep linux-modules | grep rc | awk '{print $2}'); do apt-get purge -y $i $i; done
 
  for i in $(dpkg --list | grep linux-modules | grep rc | awk '{print $2}'); do apt-get purge -y $i $i; done
 +
 +
 +
 +
== See also ==
 +
* <code>[[do-release-upgrade]]</code>

Revision as of 12:33, 15 June 2020

for i in $(dpkg --list | grep linux-modules | grep rc | awk '{print $2}'); do apt-get purge -y $i $i; done


See also

Advertising: