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:
Of course, I am not expecting an SQL query, but a command like the following:
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'
Code:
apt list-from-source src
Statistics: Posted by danielhz — 2024-09-04 08:29 — Replies 2 — Views 50