Download Deb Files Using apt-get
Tagged with: apt, apt-get, command, deb, debian, download, Linux, package, ubuntu
If you want to download the deb files without installing them, use the following command. The downloaded file will be at /var/cache/apt/archives . Needless to say, this works only on Debian based distros – like Ubuntu, Kubuntu, etc
apt-get -d install PACKAGE-NAME
Follow me(@binnyva) on Twitter