Ubuntu / Debian : gpg error the following signatures couldn’t be verified
Solve ‘”gpg error the following signatures couldn’t be verified” encountered while installing package through apt command’
Solve ‘”gpg error the following signatures couldn’t be verified” encountered while installing package through apt command’
This is a quick post to completely remove package on Ubuntu by apt-get command.Apt-get (Advanced Packaging Tool ) is a command line tool to manage the packages on Ubuntu / Debian system. Remove the package on Ubuntu/Debian Generally remove is the option used with apt-get command. But it do not remove the config files associated…
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…