Packages: Difference between revisions

link to https://man7.org/linux/man-pages/man1/dpkg.1.html
No edit summary
 
Line 17: Line 17:


You can also use the web interface at http://packages.ubuntu.com/
You can also use the web interface at http://packages.ubuntu.com/
=== What PPA and sources am I installing from? ===
It is surprising that I haven't found a simple command to list apt sources.
<code>grep -r --include '*.list' '^deb ' /etc/apt/sources.list*</code>
or even pretty up the output a bit [https://askubuntu.com/a/741948/146518 from here]


=== Remove old kernels ===
=== Remove old kernels ===