Add PPA Key To Your Apt Keyring

Posted by suvi under Ubuntu

I know many of you use Launchpad’s “Personal Package Archive” for updated and beta packages. I have about a half-dozen configured on my machine to give me the latest and greatest of my favorite applications. The one problem with a PPA though is that the packages can’t be verified when downloaded because you don’t have [...]

No Comments

Things You Need To Know To Become An Apt Guru

Posted by suvi under Debian, Ubuntu

Quite possibly the most distinguishing feature of Debian-based Linux distributions (such as Ubuntu, Mepis, Knoppix, etc) is their package system – APT. Also known as the Advanced Package Tool, APT was first introduced in Debian 2.1 in 1999. APT is not so much a specific program as it is a collection of separate, related [...]

No Comments

A few quick tips for apt

Posted by suvi under Debian, Ubuntu

Here are a few tricks for APT, the Advanced Packaging Tool used on Debian and Debian-based distributions like Ubuntu.
View all the packages installed on a system
The easiest way to do it is:
dpkg –get-selections
It does not require to be root, and will display all the packages installed via APT. For example, the first lines may look
Read [...]

No Comments