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;
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
add a comment
|
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
add a comment
|
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
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
apt server software-installation proxy
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
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
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
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment
|
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
add a comment
|
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
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
answered May 2 at 20:34
KulfyKulfy
8,14010 gold badges32 silver badges60 bronze badges
8,14010 gold badges32 silver badges60 bronze badges
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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