add-apt-repository gives no result, cursor keeps on blinking for long timeadd-apt-repository returns unexpected length errorWhy does add-apt-repository fail to add source repositories?determine the correct repository to add for a specific packageHow can i fix the add-apt-repository hang?Unable to add apt-repository in Ubuntu-18.04
Why is hydro-electric power still scarce in some places?
Switching engine coolant with similar properties oil
What is the last point where one can throw away fruits if one has indicated "not bringing any fruit" on the US customs form when flying to the US?
Is the sentence "pay some in cash" understandable?
What does Ambassador Taylor have to do with anything?
Outlining the climax made me lose interest in writing the actual story
Is there a text editor that can run shell scripts?
How do HK restaurants keep wok-fried scallops white, with no visible sear marks?
Are there any (natural) scientists in Middle-earth?
Heavy condensation inside car during winter. Tried multiple things, but no results!
Can I "read" from English books to my infant, but use words from my native language?
Why don't we shield existing CPUs from radiation instead of designing new ones?
Origin of the word "delete"
Should a young man establish an income/house first and then marry or vice versa?
Best company EVER!
Is there a mechanic for a PC to learn the relative strength of an opponent, stat-wise?
How can a person Insulate copper wire in a medieval world?
Can increasing the amount of training data make overfitting worse?
What kinds of sanctions would be applied if you wrongly invoked the fifth amendment?
In an interview, is it self-defeating to say you use StackOverflow to find errors in code?
Doubt about Taylor series: do successive derivatives on a point determine the whole function?
How to respond to requests to retest, in hope that the bug is gone?
How can mage view an easier form of magic as evil?
Why does Greedo say "Maclunkey" in the Mos Eisley Cantina?
add-apt-repository gives no result, cursor keeps on blinking for long time
add-apt-repository returns unexpected length errorWhy does add-apt-repository fail to add source repositories?determine the correct repository to add for a specific packageHow can i fix the add-apt-repository hang?Unable to add apt-repository in Ubuntu-18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
root@Gagan-PC:~# add-apt-repository ppa:slimbook/slimbook
and I get no result after this, it just keeps on blinking
apt add-apt-repository
add a comment
|
root@Gagan-PC:~# add-apt-repository ppa:slimbook/slimbook
and I get no result after this, it just keeps on blinking
apt add-apt-repository
2
You haven't told us your release of Ubuntu, but is your release supported by that PPA?
– guiverc
Aug 12 at 22:50
18.04 , yes it is supported
– Gagan Sroay
Aug 13 at 7:40
add a comment
|
root@Gagan-PC:~# add-apt-repository ppa:slimbook/slimbook
and I get no result after this, it just keeps on blinking
apt add-apt-repository
root@Gagan-PC:~# add-apt-repository ppa:slimbook/slimbook
and I get no result after this, it just keeps on blinking
apt add-apt-repository
apt add-apt-repository
edited Aug 12 at 21:36
N0rbert
35.6k10 gold badges81 silver badges165 bronze badges
35.6k10 gold badges81 silver badges165 bronze badges
asked Aug 12 at 20:59
Gagan SroayGagan Sroay
1
1
2
You haven't told us your release of Ubuntu, but is your release supported by that PPA?
– guiverc
Aug 12 at 22:50
18.04 , yes it is supported
– Gagan Sroay
Aug 13 at 7:40
add a comment
|
2
You haven't told us your release of Ubuntu, but is your release supported by that PPA?
– guiverc
Aug 12 at 22:50
18.04 , yes it is supported
– Gagan Sroay
Aug 13 at 7:40
2
2
You haven't told us your release of Ubuntu, but is your release supported by that PPA?
– guiverc
Aug 12 at 22:50
You haven't told us your release of Ubuntu, but is your release supported by that PPA?
– guiverc
Aug 12 at 22:50
18.04 , yes it is supported
– Gagan Sroay
Aug 13 at 7:40
18.04 , yes it is supported
– Gagan Sroay
Aug 13 at 7:40
add a comment
|
1 Answer
1
active
oldest
votes
Try adding the repository manually.
Open a terminal, do not login as root, and type the following:
echo "deb http://ppa.launchpad.net/slimbook/slimbook/ubuntu `lsb_release -sc` main" | sudo tee /etc/apt/sources.list.d/slimbook-ubuntu-slimbook-`lsb_release -sc`.list
Verify that you've added the repository:
cat /etc/apt/sources.list.d/slimbook*
Add the GPG key (per N0rbert's comment):
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BE80F1EEB3838E61E42091B378A22399981017FC
Then update:
sudo apt update
NOTE: You probably already know this, but you should not be logging into a terminal as a root user; use sudo instead.
1
All is great, but you forgot to add GPG key. Seems that OP has networking issue.
– N0rbert
Aug 12 at 21:34
I agree with N0rbert's statement, you probably have a network issue. Nevertheless, I did add the GPG key, just to have a complete answer.
– PJ Singh
Aug 12 at 22:21
thankyou soo much sir
– Gagan Sroay
Aug 13 at 7:32
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%2f1165271%2fadd-apt-repository-gives-no-result-cursor-keeps-on-blinking-for-long-time%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
Try adding the repository manually.
Open a terminal, do not login as root, and type the following:
echo "deb http://ppa.launchpad.net/slimbook/slimbook/ubuntu `lsb_release -sc` main" | sudo tee /etc/apt/sources.list.d/slimbook-ubuntu-slimbook-`lsb_release -sc`.list
Verify that you've added the repository:
cat /etc/apt/sources.list.d/slimbook*
Add the GPG key (per N0rbert's comment):
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BE80F1EEB3838E61E42091B378A22399981017FC
Then update:
sudo apt update
NOTE: You probably already know this, but you should not be logging into a terminal as a root user; use sudo instead.
1
All is great, but you forgot to add GPG key. Seems that OP has networking issue.
– N0rbert
Aug 12 at 21:34
I agree with N0rbert's statement, you probably have a network issue. Nevertheless, I did add the GPG key, just to have a complete answer.
– PJ Singh
Aug 12 at 22:21
thankyou soo much sir
– Gagan Sroay
Aug 13 at 7:32
add a comment
|
Try adding the repository manually.
Open a terminal, do not login as root, and type the following:
echo "deb http://ppa.launchpad.net/slimbook/slimbook/ubuntu `lsb_release -sc` main" | sudo tee /etc/apt/sources.list.d/slimbook-ubuntu-slimbook-`lsb_release -sc`.list
Verify that you've added the repository:
cat /etc/apt/sources.list.d/slimbook*
Add the GPG key (per N0rbert's comment):
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BE80F1EEB3838E61E42091B378A22399981017FC
Then update:
sudo apt update
NOTE: You probably already know this, but you should not be logging into a terminal as a root user; use sudo instead.
1
All is great, but you forgot to add GPG key. Seems that OP has networking issue.
– N0rbert
Aug 12 at 21:34
I agree with N0rbert's statement, you probably have a network issue. Nevertheless, I did add the GPG key, just to have a complete answer.
– PJ Singh
Aug 12 at 22:21
thankyou soo much sir
– Gagan Sroay
Aug 13 at 7:32
add a comment
|
Try adding the repository manually.
Open a terminal, do not login as root, and type the following:
echo "deb http://ppa.launchpad.net/slimbook/slimbook/ubuntu `lsb_release -sc` main" | sudo tee /etc/apt/sources.list.d/slimbook-ubuntu-slimbook-`lsb_release -sc`.list
Verify that you've added the repository:
cat /etc/apt/sources.list.d/slimbook*
Add the GPG key (per N0rbert's comment):
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BE80F1EEB3838E61E42091B378A22399981017FC
Then update:
sudo apt update
NOTE: You probably already know this, but you should not be logging into a terminal as a root user; use sudo instead.
Try adding the repository manually.
Open a terminal, do not login as root, and type the following:
echo "deb http://ppa.launchpad.net/slimbook/slimbook/ubuntu `lsb_release -sc` main" | sudo tee /etc/apt/sources.list.d/slimbook-ubuntu-slimbook-`lsb_release -sc`.list
Verify that you've added the repository:
cat /etc/apt/sources.list.d/slimbook*
Add the GPG key (per N0rbert's comment):
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BE80F1EEB3838E61E42091B378A22399981017FC
Then update:
sudo apt update
NOTE: You probably already know this, but you should not be logging into a terminal as a root user; use sudo instead.
edited Aug 12 at 22:19
answered Aug 12 at 21:18
PJ SinghPJ Singh
6,0795 gold badges32 silver badges56 bronze badges
6,0795 gold badges32 silver badges56 bronze badges
1
All is great, but you forgot to add GPG key. Seems that OP has networking issue.
– N0rbert
Aug 12 at 21:34
I agree with N0rbert's statement, you probably have a network issue. Nevertheless, I did add the GPG key, just to have a complete answer.
– PJ Singh
Aug 12 at 22:21
thankyou soo much sir
– Gagan Sroay
Aug 13 at 7:32
add a comment
|
1
All is great, but you forgot to add GPG key. Seems that OP has networking issue.
– N0rbert
Aug 12 at 21:34
I agree with N0rbert's statement, you probably have a network issue. Nevertheless, I did add the GPG key, just to have a complete answer.
– PJ Singh
Aug 12 at 22:21
thankyou soo much sir
– Gagan Sroay
Aug 13 at 7:32
1
1
All is great, but you forgot to add GPG key. Seems that OP has networking issue.
– N0rbert
Aug 12 at 21:34
All is great, but you forgot to add GPG key. Seems that OP has networking issue.
– N0rbert
Aug 12 at 21:34
I agree with N0rbert's statement, you probably have a network issue. Nevertheless, I did add the GPG key, just to have a complete answer.
– PJ Singh
Aug 12 at 22:21
I agree with N0rbert's statement, you probably have a network issue. Nevertheless, I did add the GPG key, just to have a complete answer.
– PJ Singh
Aug 12 at 22:21
thankyou soo much sir
– Gagan Sroay
Aug 13 at 7:32
thankyou soo much sir
– Gagan Sroay
Aug 13 at 7:32
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%2f1165271%2fadd-apt-repository-gives-no-result-cursor-keeps-on-blinking-for-long-time%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
2
You haven't told us your release of Ubuntu, but is your release supported by that PPA?
– guiverc
Aug 12 at 22:50
18.04 , yes it is supported
– Gagan Sroay
Aug 13 at 7:40