I'm trying to install Ubuntu Tweak, for this I add a repository. sudo add-apt-repository ppa: tualatrix / ppa. Terminal gives the error:

Cannot add PPA: 'ppa:tualatrix/ppa'. ` `Please check that the PPA name or format is correct. 

How can I install Ubuntu Tweak through the terminal?

    2 answers 2

    You need to export proxy server environment variables using:

     export http_proxy=http://username:password@host:port/ export https_proxy=https://username:password@host:port/ 

    and then tell sudo to use them using:

     sudo -E add-apt-repository ppa:webupd8team/y-ppa-manager 

    or open the / etc / sudoers file (using sudo visudo) and add:

     Defaults env_keep="https_proxy" 

    to the end of the file. Here is a link to the source.

    • And where to get username, password, host and port? - Fox Alice
    • Well, I think the username and password are yours, and the port is also, and the host is where you will connect. - Andrew Goroshko
    • And where should I connect to add a repository? Login and password from what? - Fox Alice
    • I think that the login and password of your Linux account - Andrew Goroshko
    • I have already answered my question. See below. - Lisa Alice

    Disconnected SplDer Gate and SplDer Guard and it worked. :)

    • And why was the antivirus installed in principle? - don Rumata