Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

how to generate all the deb files used to install debian 9

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
marietto
Posts: 80
Joined: 2014-07-13 16:30

how to generate all the deb files used to install debian 9

#1 Post by marietto »

Hello to everyone.

I've just installed debian 9 on my pc. I did that because I wanted the full list of the deb packages that it has used to install itself,but when I went on /var/cache/apt/archives/ I found nothing. In addition,I have installed some new packages and I checked if on the /var/cache/apt/archives it had saved the deb files,but again I found nothing. Point is that I need to have all the deb files that has been used to build the current installation that I'm using. Is there a way to create a library of deb files ? thanks.

CwF
Global Moderator
Global Moderator
Posts: 2669
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 196 times

Re: how to generate all the deb files used to install debian

#2 Post by CwF »

Code: Select all

dpkg --get-selections > my_debian.txt
Of course the deb's come from wherever, but that's the list,

Post Reply