Skip to content
Technology News Information & Jobs

Technology News Information & Jobs

Ubuntu Tutorials, Ubuntu How To , Linux Tips, Tech Jobs

  • Work with US
  • Search Jobs
  • Post a Job
  • Contact Us
  • Ubuntu
    • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Themes
  • Linux
  • Laptops
  • Tutorials
  • Job Dashboard
  • Toggle search form
Add Apt Repository In Ubuntu 22.04 LTS: Fix add-apt-repository command not found

Add Apt Repository In Ubuntu 22.04 LTS: Fix add-apt-repository command not found

Posted on February 16, 2022 By admin

Advanced package tool, or APT, is a package management tool on Debian-based operating systems. In Ubuntu, the apt command is used to install or extract the packages from the particular repositories. Mostly, you won’t have any issues while using the apt command to install the packages but sometimes you might come across the error something like “add-apt-repository command not found”.

How To Add Apt Repository In Ubuntu 22.04 LTS: Fix “add-apt-repository command not found”

Install repository in Ubuntu 20.04 LTS

Run the following command to add add-apt-repository in Ubuntu. add-apt-repository is a python script, hence we are going to install a python script on Ubuntu 22.04 LTS.

sudo apt update
sudo apt install software-properties-common

How to Add Repositories with add-apt-repository

It is pretty easy and simple to install the repository of any packages in Ubuntu 20.04 LTS. In the following example, we are going to install a Ubuntu theme by adding a repository.

sudo add-apt-repository ppa:varlesh-l/papirus-pack
sudo apt-get update
sudo apt-get install papirus-gtk-icon-theme

In another example let’s install the repository or add the repository in Ubuntu by importing the public key.

Install VS code editor in Ubuntu by importing the public key and adding its repo.

Add the repository of VS code editor in Ubuntu by following the command

sudo sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/trusted.gpg.d/packages.microsoft.gpg] \
https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'

The repository of VS code editor will be added to sources.list the file.

READ More Relevant Stuff:  How To Mount Dropbox Folder Locally In Linux [2023]

Importing public key now:

wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
sudo install -o root -g root -m 644 packages.microsoft.gpg /etc/apt/trusted.gpg.d/
rm -f packages.microsoft.gpg

Now, install it.

sudo apt install code

How To enable universe and multiverse repositories in Ubuntu 22.04 LTS

Run the following command in your Ubuntu to enable universe and multiverse repositories.

  • Universe repositories consist of free and open-source software but might not be recommended by Ubuntu.
  • Multiverse contains software other than FOSS.  You need to install the packages from this repo on your own risk.
sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo apt update
Linux, Linux Commands

Post navigation

Previous Post: How To Unzip (Open) Gz File
Next Post: What Is The Factorial Of Hundred : Mathematics Formula, C Program, Python Program

Related Posts

Upgrade To Ubuntu 20.04 LTS : From Ubuntu 18.04 LTS, Ubuntu 19.10 Upgrade To Ubuntu 20.04 LTS : From Ubuntu 18.04 LTS,Ubuntu 19.10 Linux
Best Tools To Create Your Own Custom Linux OS In 2023 Best Tools To Create Your Own Custom Linux OS In 2023 Linux
How-to-Upgrade-To-Fedora-36 How to Upgrade To Fedora 36 : Fedora Linux 36 Released Linux
List Of Linux Benchmark Tools List Of Linux Benchmark Tools Linux
How To Install The VMware Workstation 17 Player On Debian 11 [2023] How To Install The VMware Workstation 17 Player On Debian 11 [2023] Debian
Top 10 Best Linux Password Managers In 2019 Top 10 Best Linux Password Managers In 2020 Linux

Recent Posts

  • New Job Search October 10, 2025
  • How To Enable Hibernate in Ubuntu 22.04 LTS May 20, 2024
  • Popular Ubuntu Games: Top 5 Games To Play March 17, 2024
  • WordPress | Your site doesn’t include support for the “generateblocks/container” block GenerateBlocks Plugin February 11, 2024
  • Ubuntu Autoremove Command Debian Autoremove Command February 10, 2024
  • How To Mount Windows 11 Shares on Debian Linux December 7, 2023
  • Anonymous Browsing 101: A Deep Dive Into Residential Proxies November 20, 2023
  • How To Correctly Install Uninstall Linux Ubuntu Nvidia Drivers Fast October 31, 2023
  • Ethical Web Design: The Dos and Don’ts October 28, 2023
  • Understanding the Role of Security Operations Center October 25, 2023
  • The Positive Effects of AI Tools and Online Services on Students Successful Essay-Writing Skills October 3, 2023

Categories

  • Android
  • Apple
  • Blogs
  • Debian
  • Fix
  • Gadgets
  • Game
  • Google
  • How To Ubuntu
  • Internet
  • Laptops
  • Linux
  • Linux Commands
  • Linux Game
  • Linux Mint
  • News
  • Operating Systems
  • Security
  • Technology
  • Themes
  • Tools
  • Tutorials
  • Ubuntu
  • ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Windows 11
  • Wordpress
  • Search Jobs
  • Post a Job
  • Job Dashboard
  • Contact Us
  • About US
  • Cookie Policy
  • Terms and Conditions
  • Privacy Policy
  • Sitemap
  • Write For US

Tags

android apps centos ChatGPT command Commands Debian deepin Desktop docker Fedora fix game games Gaming gnome google kernel linux linux commands linux kernel Linux laptops Linux Mint Linux themes minecraft NVIDIA Python Raspberry Pi sysadmin themes ubuntu ubuntu 18.04 Ubuntu 18.04 LTS Ubuntu 20.04 ubuntu 20.04 lts Ubuntu 22.04 LTS Ubuntu games Ubuntu kernel ubuntu themes ubuntu tutorial VirtualBox Windows Windows 11 Wine WSL
itsubuntu.com is an Equal Opportunity Employer. For Advertisement, Jobs, Guest posts, and any other thoughts, email us at info@itsubuntu.com
  • Data Reporting and Analytics Consultant II, Biostatistics – (Durational 1-2Yr Funded)

    • Pleasanton, CA
    • Kaiser Permanente
    • Full Time
  • Technical Documentation Specialist

    • Maple Grove, MN
    • Celestica
    • Full Time
  • Sr Data Modeler/Database Developer with Strong Snowflake exp

    • Jersey City, NJ (Remote)
    • Guru Schools
    • Full Time
  • Auto Care Center Service Writer

    • Creston, IA
    • Sam's Club
    • Full Time
  • CR Writer I

    • Cincinnati, OH
    • Dealers Auto Auction Group
    • Full Time
  • Technical Documentation Specialist – Valve & Control Systems

    • Houston, TX
    • Bray Architects
    • Full Time
  • Technical Documentation Specialist

    • Suwanee, GA
    • Murrelektronik North America
    • Full Time
  • Technical Writer

    • Asheville, NC
    • Aegis Worldwide
    • Full Time

Copyright © 2026 Technology News Information & Jobs.

Powered by PressBook Grid Blogs theme