Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Linux Distributions»Ubuntu»(Solved) apt-add-repository command not found – Ubuntu & Debian

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

    By RahulNovember 10, 20201 Min Read

    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.

    Advertisement

    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

    Related Posts

    Apt Remove vs Apt Autoremove vs Apt Purge: Key Differences

    Using the Apt Package Manager on Debian-based Systems

    Apt configuration file options /etc/apt/apt.conf

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • Implementing a Linux Server Security Audit: Best Practices and Tools
    • cp Command in Linux (Copy Files Like a Pro)
    • 15 Practical Examples of dd Command in Linux
    • dd Command in Linux (Syntax, Options and Use Cases)
    • Iptables: Common Firewall Rules and Commands
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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