Quantcast
Viewing all articles
Browse latest Browse all 3560

General Questions • [Solved] How to list all packages installed from a specific source

Just for fun, more options with aptitude:
For packages from backports -

Code:

aptitude search '?narrow(?installed, ?archive(backports))'
For non-Debian packages -

Code:

aptitude search '~S ~i !~ODebian'
List installed kernels -

Code:

aptitude search '?narrow(?installed, linux-image)'

Statistics: Posted by sunrat — 2024-09-05 01:35 — Replies 3 — Views 67



Viewing all articles
Browse latest Browse all 3560

Trending Articles