Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Linux Distributions»Ubuntu»(Solved) apt-add-repository command not found – Ubuntu & Debian

    (Solved) apt-add-repository command not found – Ubuntu & Debian

    RahulBy RahulNovember 9, 20201 Min ReadUpdated:November 10, 2020

    The apt-add-repository command is a symlink of the add-apt-repository command. Which is used to add third party PPA to our Ubuntu or Debian systems.

    This command comes under software-properties-common debian package. Which is not available under the minimal Ubuntu installation, but this package can be installed from default system repositories.

    If you found apt-add-repository command not found error on your system, Follow this article to add this command to your system.

    On Latest Ubuntu & Debian Version’s

    The latest version of Ubuntu 20.10, 20.04, 18.04, 16.04 and Debian 10/9/8, apt-add-repository command utility is available under the software-properties-common package.

    Open a terminal and execute following command:

    sudo apt update 
    sudo apt install software-properties-common 
    

    That’s it. You can now use apt-add-repository command to add PPA’s.

    Ubuntu 13.10/Debian 7 and Older Versions

    The systems running with older versions like Ubuntu 13.10 or Debian 7 (Wheezy) or its earlier versions, Needed to install python-software-properties package to add apt-add-repository command.

    sudo apt update 
    sudo apt install python-software-properties 
    

    Conclusion

    This tutorial explained you to how to resolved the issue apt-add-repository command not found on your system.

    apt debian Repository
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Install .NET Core on Debian 10
    Next Article How To Install Wine 5.0 on LinuxMint

    Related Posts

    How to Install Composer on Ubuntu 22.04

    Updated:June 24, 20223 Mins Read

    Setup Selenium with Python and Chrome on Ubuntu & Debian

    Updated:June 20, 20224 Mins Read

    How to Setup Squid Proxy Server on Ubuntu and Debian

    Updated:June 17, 20225 Mins Read

    How to Install Apache Kafka on Ubuntu 22.04

    Updated:June 5, 20225 Mins Read

    Setting Up Environment Variables on Ubuntu

    Updated:May 28, 20222 Mins Read

    How to Install Apache Solr 9.0 on Ubuntu 22.04

    Updated:May 26, 20223 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • How To Install Docker on Ubuntu 22.04
    • How to Install Bower on Ubuntu 22.04 & 20.04
    • How to run “npm start” through Docker
    • Filesystem Hierarchy Structure (FHS) in Linux
    • How to accept user input in Python
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.