Tag: deb

Download Deb Files Using apt-get

If you want to download the deb files without installing them, use the following command. The downloaded file will be…

Remove Deb Package

Remove a deb package from the system dpkg -r package_name

Package Listing in Debian

Show space used by deb packages installed sorted by size (ubuntu, debian and like) dpkg-query -W -f='{Installed-Size;10}t{Package}n’ | sort -k1,1n

Show all Installed Packages in Debian

Show all deb packages installed on the system dpkg -l