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:  Useful Tools To Monitor CPU And GPU Temperature In Ubuntu 20.04

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

Useful Raspberry Pi Commands | Raspberry Pi Beginner’s Guide Useful Raspberry Pi Commands | Raspberry Pi Beginner’s Guide Linux
Fedora Linux 38 Beta Released Fedora Linux 38 Beta Released Linux
How To Boot Into Rescue Mode Or Emergency Mode In Ubuntu 22.04 / 20.04 / 18.04 How To Boot Into Rescue Mode Or Emergency Mode In Ubuntu 22.04 / 20.04 / 18.04 Linux
Microsoft Defender ATP Now Available For Linux Microsoft Defender ATP Now Available For Linux 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
Deepin 20 Deepin 20 Now Available For The Download 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
  • Writer/Journalist Internship

    • Ellensburg, WA
    • The Borgen Project
    • Internship
  • Remote Federal Appellate Brief Writer, Performance-Based Pay

    • East Brunswick, NJ
    • National Organization of Social Security Claimants' Represen...
    • Full Time
  • Principal Data Scientist: Associate AI experience

    • Sunnyvale, CA
    • Walmart
    • Full Time
  • Solutions Architecture Senior Advisor

    • Dallas, TX
    • NTT DATA
    • Full Time
  • Azure Architect

    • Remote
    • Openkyber
    • Full Time
  • Azure Architect

    • North Carolina
    • Openkyber
    • Full Time
  • Azure Infrastructure

    • Avon Lake, OH
    • Staffingine LLC
    • Temporary
  • Azure Engineer

    • Iselin, NJ
    • HAN Staffing
    • Full Time

Copyright © 2026 Technology News Information & Jobs.

Powered by PressBook Grid Blogs theme