Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3474

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

$
0
0
Hi all,

I have installed some specific packages by adding a source file to the apt configuration. However, after some time, I didn't want to use the source anymore. So, before removing the source, I want to know which packages I have installed from that source. I wounder if there is some command in the apt tools to query something like this:

Code:

SELECT packageFROM installed_packagesWHERE source = 'src'
Of course, I am not expecting an SQL query, but a command like the following:

Code:

apt list-from-source src

Statistics: Posted by danielhz — 2024-09-04 08:29 — Replies 2 — Views 50



Viewing all articles
Browse latest Browse all 3474

Trending Articles