How to download package using apt-get command in ubuntu
How to download package using apt-get command in ubuntu To download the package in ubuntu with the help of command apt-get use the flag called download Note: download flag will download the given binary package into the current directory. apt-get download package-name eg. apt-get download apache2 This below given is the practical which I did…