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 No Comments on Add Apt Repository In Ubuntu 22.04 LTS: Fix add-apt-repository command not found

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:  Monitor Disk I/O Activity In Linux With Iotop Command

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

Download The First Linux Kernel 5.13 Release Candidate: Linus Torvalds Download The First Linux Kernel 5.13 Release Candidate: Linus Torvalds Linux
Fix sudo apt-get install openssh-server not working error : Enable SSH Server on Ubuntu Fix sudo apt-get install openssh-server not working error : Enable SSH Server on Ubuntu Linux
How To Upgrade To Linux Mint 20.2 | Easy Method How To Upgrade To Linux Mint 20.2 | Easy Method Linux
Linux Interview Questions For Beginners In 2020 Linux Interview Questions For Beginners In 2020 Linux
Mozilla Firefox 76.0 For Ubuntu 20.04 LTS Firefox 76 Released With Security Enhancement Linux
open source vpn tools Some Of The Best Open Source VPN Tools Linux

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

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

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
  • Senior Grant Writer

    • Kenai, AK
    • Kenaitze Indian Tribe
    • Full Time
  • Customs Entry Writer – CHB

    • Kansas City, MO
    • Laufer Group International
    • Full Time
  • R-157975 Full Time Nabisco Merchandiser/Order Writer – White River Junction

    • White River Junction, VT
    • Mondelez International
    • Full Time
  • R-161193 Full Time Nabisco Merchandiser/Order Writer

    • Fort Lauderdale, FL
    • Mondelez International
    • Full Time
  • Data Scientist/Machine Learning Engineer

    • Redwood City, CA
    • Cathexis
    • Full Time
  • Senior Data Scientist (Security Clearance Required)

    • Arlington, VA
    • ICF International Inc
    • Full Time
  • Machine Learning Engineer, Perception, Data & Systems

    • Remote
    • Waymo
    • Full Time
  • Senior Machine Learning Engineer, Perception, Data & Systems

    • Remote
    • Waymo
    • Full Time

Copyright © 2026 Technology News Information & Jobs.

Powered by PressBook Grid Blogs theme