Difference between revisions of "Linux-modules"
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") |
|||
(One intermediate revision by the same user not shown) | |||
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> |
Latest revision as of 12:34, 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[edit]
Advertising: