
#YAKYAK PPA AVAILABLE FOR UBUNTU. INSTALL#
When you use the command sudo apt install package_name, it uses the information to get that package from the URL where the actual software is stored. Now when you run the command sudo apt update, your system uses APT tool to check against the repo and stores the information about the software and their version in a cache. Repositories listed in /etc/apt/sources.list file The lines with # at the beginning are ignored. If you look at its content, you’ll see that it has the URL of the repositories. This information is stored in the sources.list file in the directory /etc/apt. How does your system know where are these repositories? So basically it’s a web URL that has information about the software. For example, Ubuntu 16.04 main repository can be found here. You can browse through them and also go to the individual repositories. You can see such repositories for all Ubuntu versions here. Multiverse – Software restricted by copyright or legal issues.Restricted – Proprietary drivers for devices.Universe – Community-maintained free and open-source software.Main – Canonical-supported free and open-source software.Each Ubuntu version has its own official set of four repositories: Concept of repositories and package managementĪ repository is a collection of files that has information about various software, their versions and some other details like the checksum. With PPA, you can easily get newer software version or software that are not available via the official Ubuntu repositories.īefore you understand PPA, you should know the concept of repositories in Linux. The PPA allows application developers and Linux users to create their own repositories to distribute software. Therefore I’ll use the term Ubuntu almost everywhere but the explanations and steps are also applicable to other Debian/Ubuntu based distributions. Even if you already know a few things about PPAs, I am sure this article will still add to your knowledge.ĭo note that I am writing this article using Ubuntu.

I’ll answer all of the above questions in this detailed guide.

#YAKYAK PPA AVAILABLE FOR UBUNTU. HOW TO#
This is what is called installing an application using PPA.īut what is PPA? Why is it used? Is it safe to use PPA? How to properly use PPA? How to delete a PPA? Sudo apt-get install lighttable-installerĪ number of websites suggest these kind of lines to install applications in Ubuntu. If you have been using Ubuntu or some other Linux distribution based on Ubuntu such as Linux Mint, Linux Lite, Zorin OS etc, you may have come across three magical lines of this sort: sudo add-apt-repository ppa:dr-akulavich/lighttable
