Day 296
apt-get purge
and zsh
zsh does its own wildcard stuff, and apt-get purge nvidia*
doesn’t work because of this. apt-get purge nvidia\*
does (or with ‘’s). Same story as with scp, I’m surprised I keep having issues with this.
Linux see history of apt-get
/var/log/apt/history/
contains the last one and the rotated gzipped old ones.- How do I show apt-get package management history via command line? - Ask Ubuntu. The gzipped ones can be read by…
Linux z-commands (zcat, zless, zgrep, zdiff)
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus