• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Ubuntu / How To Install PPA In Ubuntu

How To Install PPA In Ubuntu

By Sourabh / April 5, 2017 Category: How To, Ubuntu

How to install PPA in Ubuntu Linux. Learn how to add PPA in Ubuntu via command line or using GUI. Personal Package Archives (PPAs) are software repositories designed for Ubuntu users and are easier to install than other third-party repositories.

A PPA is a Personal Package Archive, and is a method of distributing software to users, without requiring developers to undergo the full process of distribution in the main Ubuntu repositories. PPAs can be used to extend the available software in Ubuntu to both programs that are not otherwise available in Ubuntu, as well as to allow newer versions, such as beta programs, that have not yet undergone sufficient testing to be imported into the main archive.

The four main repositories are:

  1. Main – Canonical-supported free and open-source software.
  2. Universe – Community-maintained free and open-source software.
  3. Restricted – Proprietary drivers for devices.
  4. Multiverse – Software restricted by copyright or legal issues.

The Ubuntu Install CDs contain software from the “Main” and “Restricted” repositories, so if you have no Internet connection you can still install software from the CDs. If you have an Internet connection you can install software from any Ubuntu repository.

Install a PPAusing GUI

  1. On the PPA’s overview page, look for the heading Adding this PPA to your system. Make a note of the PPA’s location, which should look similar to: ppa:mozillateam/firefox-next.
  2. Click the Ubuntu Software icon in the Launcher, or search for Software in the search bar of the Dash.
  3. When Ubuntu Software launches, click Software & Updates
  4. Switch to the Other Software tab.
  5. Click Add and enter the ppa: location.
  6. Click Add Source. Enter your password in the Authenticate window.
  7. Close the Software & Updates window. Ubuntu Software will then check your software sources for new software.

Adding a PPA using the command-line

Make sure you have the package python-software-properties installed.

Step 1: On the PPA’s Launchpad page, look for the heading that reads “Adding this PPA to your system”. Make a note of the PPA’s location, which has the format ppa:user/ppa-name.

Step 2: Open a terminal and enter:


sudo apt-get update
sudo add-apt-repository ppa:user/ppa-name
sudo apt-get update

Replace ‘ppa:user/ppa-name’ with the PPA’s location that you noted above.

Your system will now fetch the PPA’s key. This enables your system to verify that the packages in the PPA have not been interfered with since they were built. The above command will create a PPA file under /etc/apt/sources.list.d on the system.

Tags: Add Ppa Ubuntu 14.04, Add Ppa Ubuntu 14.04 Command Line, Add Ppa Ubuntu 14.10, Add Ppa Ubuntu 15.04, Add Ppa Ubuntu 15.10, Add Ppa Ubuntu 16.04, Add Ppa Ubuntu 16.10, Add Ppa Ubuntu 17.04, Add Ppa Ubuntu 17.10, Install Ppa Ubuntu, Install Ppa Ubuntu 14.04, Install Ppa Ubuntu 14.10, Install Ppa Ubuntu 15.04, Install Ppa Ubuntu 15.10, Install Ppa Ubuntu 16.04, Install Ppa Ubuntu 16.10, Install Ppa Ubuntu 17.04, Install Ppa Ubuntu 17.10, Launchpad Ppa, Ubuntu 15 Add Ppa, Ubuntu Add Ppa Launchpad, Ubuntu Add Ppa Url, Ubuntu Ppa List, What Is Ppa Ubuntu

Primary Sidebar

Latest Posts

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap