replace aptitude with apt
parent
b5c4d12c4c
commit
d1a2416265
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ apt-get full-upgrade
|
||||||
|
|
||||||
apt-get autoremove --purge
|
apt-get autoremove --purge
|
||||||
dpkg -l | grep -v ^ii
|
dpkg -l | grep -v ^ii
|
||||||
aptitude search "?installed?not(?narrow(?installed,?origin(^Debian$)?archive(^stable)))"
|
apt list '?narrow(?installed, ?not(?origin(Debian)))'
|
||||||
apt-mark showmanual
|
apt-mark showmanual
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue