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:  How To Fix “mvn command not found” Error

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

How To Install OpenCV On CentOS 8 How To Install OpenCV On CentOS 8 Linux
OnlyOffice 7.0 Released OnlyOffice 7.0 Released Linux
How to Fix the "sudo: command not found" Error on Linux How to Fix the “sudo: command not found” Error on Linux Linux
Install Real Time Strategy Game 0 A.D. In Ubuntu ubuntu 18.04
List Of Best Useful Linux Applications For 2021 List Of Best Useful Linux Applications For 2023 Linux
GNOME 41 Released, Available In 38 Languages GNOME 41 Released, Available In 38 Languages Linux

Leave a Reply Cancel reply

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

Recent Posts

  • 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
  • Linux Wget Examples September 27, 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 [email protected]
  • Prepared Foods Order Writer (Deli / Culinary – Buyer / Inventory Replenishment) – Full Time

    • Thayne, WY
    • Whole Foods Market
    • Full Time
  • Sr. Risk and Controls Compliance Policy Writer (on-site Phoenix, Chicago, San Fran)

    • San Francisco, CA
    • INSPYR Solutions
    • Full Time
  • Artificial Intelligence & Gen AI Engineer – Tampa, Hybrid

    • Tampa, FL
    • Citigroup Inc
    • Full Time
  • Sr. Technical Documentation Specialist – REMOTE

    • Atlanta, GA
    • HHS Technology Group, Inc.
    • Full Time
  • TECHNOLOGY VICE PRESIDENT, ARTIFICIAL INTELLIGENCE & MACHINE LEARNING AND DATA

    • Falls Church, VA
    • NLP PEOPLE
    • Full Time
  • Architectural Drafter

    • Sarasota, FL
    • Start To Finish Drafting
    • Full Time
  • Senior or Principal Data Scientist – Technical AI Ethicist

    • Seattle, WA (Remote)
    • salesforce.com, inc.
    • Full Time
  • Artificial Intelligence (AI) Data Scientist

    • Fairfax, VA
    • General Dynamics Information Technology
    • Full Time

Copyright © 2025 Technology News Information & Jobs.

Powered by PressBook Grid Blogs theme