9

Where can I find the location of downloaded .deb files?

I want to copy this folder before I reinstall Ubuntu so I don't have to redownload the packages.

I am running Ubuntu 12.10 32-bit.

How can I do this?

fosslinux
  • 3,881
tsepehr
  • 97
  • 1
  • 1
  • 9

1 Answers1

16

The .deb packages that you have already downloaded in apt-get are stored in /var/cache/apt/archives/.

Leo
  • 3,644