apt- “Unable to locate package” error in Ubuntu 18.04 on Mac when trying to set up VPSCan only install some R-Packages (Ubuntu 14.04 server)Install Landscape dedicated serverHelp installing wineWhy doesn't adding the Kubuntu backports ppa allow me to get the latest KDE version?Unable to locate package mysql-serverUnable to locate package vsftpd Ubuntu 17.10Ubuntu Server 16.04 to Server Ubuntu 18.04 upgrade fail

Is "of blue" in order to mean "blue" grammatical?

Displaying characteristics of the Hero in a console game

Why is beatboxing called 「ヒューマンビートボックス」?

Skewer removal without quick release

Using Terminal` (ASCII plots) in Wolfram 12

Electrophilic substitution of benzene with conc. HNO₃ and HNO₂

Can there be an atomic nucleus where there are more protons than neutrons?

How do I find files with no group permissions?

'Pound' meaning in this context

33 Months on Death Row

Is a light year a different distance if measured from a moving object?

How to say dandruff in Esperanto?

Can you set fire to beer barrels?

MSSNG VWLS CNNCT WLL

Is the value of a probability density function for a given input a point, a range, or both?

Extra battery in the gap of an HDD

Do businesses save their customers' credit card information until the payment is finalized?

Boot directly into another kernel from running Linux without bootloader

How does Firefox know my ISP login page?

Why exactly is the answer 50 Ohms?

Does a reincarnated Draconic Bloodline Sorcerer save his class abilities?

What is this game with a red cricket pushing a ball?

Trying to add electrical outlets off of a junction box but the junction box has a lot more wires than Ive been shown so which ones to run it off?

How many integers are there that are not divisible by any prime larger than 20 and not divisible by the square of any prime?



apt- “Unable to locate package” error in Ubuntu 18.04 on Mac when trying to set up VPS


Can only install some R-Packages (Ubuntu 14.04 server)Install Landscape dedicated serverHelp installing wineWhy doesn't adding the Kubuntu backports ppa allow me to get the latest KDE version?Unable to locate package mysql-serverUnable to locate package vsftpd Ubuntu 17.10Ubuntu Server 16.04 to Server Ubuntu 18.04 upgrade fail






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















I was trying to set up and connect to my Google Cloud VPS using this tutorial on Set Up Your own Google Cloud Proxy Servers | BlackHatWorld.



Then at a point when I had to install my proxy server, I encountered this



apt-get install <username>
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package <username>


I googled and have updated/upgraded sudo as some suggested, but to no avail.










share|improve this question


































    0

















    I was trying to set up and connect to my Google Cloud VPS using this tutorial on Set Up Your own Google Cloud Proxy Servers | BlackHatWorld.



    Then at a point when I had to install my proxy server, I encountered this



    apt-get install <username>
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package <username>


    I googled and have updated/upgraded sudo as some suggested, but to no avail.










    share|improve this question






























      0












      0








      0








      I was trying to set up and connect to my Google Cloud VPS using this tutorial on Set Up Your own Google Cloud Proxy Servers | BlackHatWorld.



      Then at a point when I had to install my proxy server, I encountered this



      apt-get install <username>
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      E: Unable to locate package <username>


      I googled and have updated/upgraded sudo as some suggested, but to no avail.










      share|improve this question
















      I was trying to set up and connect to my Google Cloud VPS using this tutorial on Set Up Your own Google Cloud Proxy Servers | BlackHatWorld.



      Then at a point when I had to install my proxy server, I encountered this



      apt-get install <username>
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      E: Unable to locate package <username>


      I googled and have updated/upgraded sudo as some suggested, but to no avail.







      apt server software-installation proxy






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question



      share|improve this question








      edited May 2 at 20:35









      Kulfy

      8,14010 gold badges32 silver badges60 bronze badges




      8,14010 gold badges32 silver badges60 bronze badges










      asked May 2 at 20:10









      Linh CiuLinh Ciu

      31 bronze badge




      31 bronze badge























          1 Answer
          1






          active

          oldest

          votes


















          0


















          There is no indeed any package like <username>. As I can see there, the confusion arose just because user they added had the similar name as of package. Package name is still squid. Install that using:



          sudo apt install squid





          share|improve this answer



























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1140069%2fapt-unable-to-locate-package-error-in-ubuntu-18-04-on-mac-when-trying-to-set%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0


















            There is no indeed any package like <username>. As I can see there, the confusion arose just because user they added had the similar name as of package. Package name is still squid. Install that using:



            sudo apt install squid





            share|improve this answer






























              0


















              There is no indeed any package like <username>. As I can see there, the confusion arose just because user they added had the similar name as of package. Package name is still squid. Install that using:



              sudo apt install squid





              share|improve this answer




























                0














                0










                0









                There is no indeed any package like <username>. As I can see there, the confusion arose just because user they added had the similar name as of package. Package name is still squid. Install that using:



                sudo apt install squid





                share|improve this answer














                There is no indeed any package like <username>. As I can see there, the confusion arose just because user they added had the similar name as of package. Package name is still squid. Install that using:



                sudo apt install squid






                share|improve this answer













                share|improve this answer




                share|improve this answer



                share|improve this answer










                answered May 2 at 20:34









                KulfyKulfy

                8,14010 gold badges32 silver badges60 bronze badges




                8,14010 gold badges32 silver badges60 bronze badges































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1140069%2fapt-unable-to-locate-package-error-in-ubuntu-18-04-on-mac-when-trying-to-set%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?