Unable to add repository un Ubuntu 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
(Yes, this is a duplicate of an unanswered question. I tried to post on it, but my post was deleted, so I'm asking the same question, but my own way.)
I'm unable to add the LibreOffice repo. Here's what I did and the result:
steve@ubuntu:~$ sudo add-apt-repository ppa:libreoffice/ppa
Cannot add PPA: 'ppa:~libreoffice/ubuntu/ppa'.
ERROR: '~libreoffice' user or team does not exist.
My internet connection is fine, I have (and need) no proxy for internet access. Command like
sudo apt update
sudo apt upgrade
work fine and in fact, I run both every time I start up the system (largely because VSCode-insiders updates every day.)
Answers to the OP seem to indicate that the tilde in the PPA name is my problem, but I AM NOT ENTERING A TILDE! It seems that apt-get-repository is adding it for me. I have not found anyone else having this issue adding the LibreOffice PPA, so it must be my fault, but I have no idea what I could have done to cause this. In fact, this is the first time I have ever even tried to use apt-add-repository.
Help? Please?
apt 18.04 libreoffice ppa repository
add a comment |
(Yes, this is a duplicate of an unanswered question. I tried to post on it, but my post was deleted, so I'm asking the same question, but my own way.)
I'm unable to add the LibreOffice repo. Here's what I did and the result:
steve@ubuntu:~$ sudo add-apt-repository ppa:libreoffice/ppa
Cannot add PPA: 'ppa:~libreoffice/ubuntu/ppa'.
ERROR: '~libreoffice' user or team does not exist.
My internet connection is fine, I have (and need) no proxy for internet access. Command like
sudo apt update
sudo apt upgrade
work fine and in fact, I run both every time I start up the system (largely because VSCode-insiders updates every day.)
Answers to the OP seem to indicate that the tilde in the PPA name is my problem, but I AM NOT ENTERING A TILDE! It seems that apt-get-repository is adding it for me. I have not found anyone else having this issue adding the LibreOffice PPA, so it must be my fault, but I have no idea what I could have done to cause this. In fact, this is the first time I have ever even tried to use apt-add-repository.
Help? Please?
apt 18.04 libreoffice ppa repository
add a comment |
(Yes, this is a duplicate of an unanswered question. I tried to post on it, but my post was deleted, so I'm asking the same question, but my own way.)
I'm unable to add the LibreOffice repo. Here's what I did and the result:
steve@ubuntu:~$ sudo add-apt-repository ppa:libreoffice/ppa
Cannot add PPA: 'ppa:~libreoffice/ubuntu/ppa'.
ERROR: '~libreoffice' user or team does not exist.
My internet connection is fine, I have (and need) no proxy for internet access. Command like
sudo apt update
sudo apt upgrade
work fine and in fact, I run both every time I start up the system (largely because VSCode-insiders updates every day.)
Answers to the OP seem to indicate that the tilde in the PPA name is my problem, but I AM NOT ENTERING A TILDE! It seems that apt-get-repository is adding it for me. I have not found anyone else having this issue adding the LibreOffice PPA, so it must be my fault, but I have no idea what I could have done to cause this. In fact, this is the first time I have ever even tried to use apt-add-repository.
Help? Please?
apt 18.04 libreoffice ppa repository
(Yes, this is a duplicate of an unanswered question. I tried to post on it, but my post was deleted, so I'm asking the same question, but my own way.)
I'm unable to add the LibreOffice repo. Here's what I did and the result:
steve@ubuntu:~$ sudo add-apt-repository ppa:libreoffice/ppa
Cannot add PPA: 'ppa:~libreoffice/ubuntu/ppa'.
ERROR: '~libreoffice' user or team does not exist.
My internet connection is fine, I have (and need) no proxy for internet access. Command like
sudo apt update
sudo apt upgrade
work fine and in fact, I run both every time I start up the system (largely because VSCode-insiders updates every day.)
Answers to the OP seem to indicate that the tilde in the PPA name is my problem, but I AM NOT ENTERING A TILDE! It seems that apt-get-repository is adding it for me. I have not found anyone else having this issue adding the LibreOffice PPA, so it must be my fault, but I have no idea what I could have done to cause this. In fact, this is the first time I have ever even tried to use apt-add-repository.
Help? Please?
apt 18.04 libreoffice ppa repository
apt 18.04 libreoffice ppa repository
asked Mar 22 at 11:32
Steve ValliereSteve Valliere
286416
286416
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
If you copied the said command from somewhere it's possible that unseen symbols are being copied too. What I suggest:
- try manually typing the whole command
- add PPA via GUI (In the “Software & Updates” or “Software Sources”)
- Install LibreOffice via snap or deb package
EDIT:
Whether options mentioned above do not work for you simply add this to your sources.list
:
deb http://ppa.launchpad.net/libreoffice/libreoffice-6-1/ubuntu bionic main
deb-src http://ppa.launchpad.net/libreoffice/libreoffice-6-1/ubuntu bionic main
and execute sudo apt update
. When the update procedure finishes proceed with the installation as you do for any package:
sudo apt install package_name
Hope that helps.
Thanks for the manual steps, I searched for that yesterday but apparently I couldn't guess the correct search terms. But, I did paste from a web page... directly into Notepad++ which was set to reveal all unprintables because I am paranoid. It looked exactly the same in Notepad++, so I entered it. Really strange that a NETWORK ISSUE can change the name of the ppa and complain about that instead of the REAL ISSUE. However, it decided to work today, so I am sorry to have bothered everyone, but I think your answer will help others. Thanks again!
– Steve Valliere
Mar 22 at 15:47
add a comment |
The command to add PPA is completely correct (equals to sudo add-apt-repository ppa:libreoffice/ppa
shown on LibreOffice PPA page).
I have seen the
Cannot add PPA: 'ppa:~libreoffice/ubuntu/ppa'.
ERROR: '~libreoffice' user or team does not exist.
message sometimes, but for me it seems to be networking issue as it works after some time.
So have to wait some time and try again. Or try to download using other ISP (for example cellular Wi-Fi hotspot).
Our office only has one form of internet access for our desktops (through Spectrum business internet). After trying several times across the previous two days though, it worked fine today. Sorry to be a bother.
– Steve Valliere
Mar 22 at 15:44
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/3.0/"u003ecc by-sa 3.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%2f1127794%2funable-to-add-repository-un-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you copied the said command from somewhere it's possible that unseen symbols are being copied too. What I suggest:
- try manually typing the whole command
- add PPA via GUI (In the “Software & Updates” or “Software Sources”)
- Install LibreOffice via snap or deb package
EDIT:
Whether options mentioned above do not work for you simply add this to your sources.list
:
deb http://ppa.launchpad.net/libreoffice/libreoffice-6-1/ubuntu bionic main
deb-src http://ppa.launchpad.net/libreoffice/libreoffice-6-1/ubuntu bionic main
and execute sudo apt update
. When the update procedure finishes proceed with the installation as you do for any package:
sudo apt install package_name
Hope that helps.
Thanks for the manual steps, I searched for that yesterday but apparently I couldn't guess the correct search terms. But, I did paste from a web page... directly into Notepad++ which was set to reveal all unprintables because I am paranoid. It looked exactly the same in Notepad++, so I entered it. Really strange that a NETWORK ISSUE can change the name of the ppa and complain about that instead of the REAL ISSUE. However, it decided to work today, so I am sorry to have bothered everyone, but I think your answer will help others. Thanks again!
– Steve Valliere
Mar 22 at 15:47
add a comment |
If you copied the said command from somewhere it's possible that unseen symbols are being copied too. What I suggest:
- try manually typing the whole command
- add PPA via GUI (In the “Software & Updates” or “Software Sources”)
- Install LibreOffice via snap or deb package
EDIT:
Whether options mentioned above do not work for you simply add this to your sources.list
:
deb http://ppa.launchpad.net/libreoffice/libreoffice-6-1/ubuntu bionic main
deb-src http://ppa.launchpad.net/libreoffice/libreoffice-6-1/ubuntu bionic main
and execute sudo apt update
. When the update procedure finishes proceed with the installation as you do for any package:
sudo apt install package_name
Hope that helps.
Thanks for the manual steps, I searched for that yesterday but apparently I couldn't guess the correct search terms. But, I did paste from a web page... directly into Notepad++ which was set to reveal all unprintables because I am paranoid. It looked exactly the same in Notepad++, so I entered it. Really strange that a NETWORK ISSUE can change the name of the ppa and complain about that instead of the REAL ISSUE. However, it decided to work today, so I am sorry to have bothered everyone, but I think your answer will help others. Thanks again!
– Steve Valliere
Mar 22 at 15:47
add a comment |
If you copied the said command from somewhere it's possible that unseen symbols are being copied too. What I suggest:
- try manually typing the whole command
- add PPA via GUI (In the “Software & Updates” or “Software Sources”)
- Install LibreOffice via snap or deb package
EDIT:
Whether options mentioned above do not work for you simply add this to your sources.list
:
deb http://ppa.launchpad.net/libreoffice/libreoffice-6-1/ubuntu bionic main
deb-src http://ppa.launchpad.net/libreoffice/libreoffice-6-1/ubuntu bionic main
and execute sudo apt update
. When the update procedure finishes proceed with the installation as you do for any package:
sudo apt install package_name
Hope that helps.
If you copied the said command from somewhere it's possible that unseen symbols are being copied too. What I suggest:
- try manually typing the whole command
- add PPA via GUI (In the “Software & Updates” or “Software Sources”)
- Install LibreOffice via snap or deb package
EDIT:
Whether options mentioned above do not work for you simply add this to your sources.list
:
deb http://ppa.launchpad.net/libreoffice/libreoffice-6-1/ubuntu bionic main
deb-src http://ppa.launchpad.net/libreoffice/libreoffice-6-1/ubuntu bionic main
and execute sudo apt update
. When the update procedure finishes proceed with the installation as you do for any package:
sudo apt install package_name
Hope that helps.
edited Mar 22 at 12:46
answered Mar 22 at 12:14
skoch13skoch13
242
242
Thanks for the manual steps, I searched for that yesterday but apparently I couldn't guess the correct search terms. But, I did paste from a web page... directly into Notepad++ which was set to reveal all unprintables because I am paranoid. It looked exactly the same in Notepad++, so I entered it. Really strange that a NETWORK ISSUE can change the name of the ppa and complain about that instead of the REAL ISSUE. However, it decided to work today, so I am sorry to have bothered everyone, but I think your answer will help others. Thanks again!
– Steve Valliere
Mar 22 at 15:47
add a comment |
Thanks for the manual steps, I searched for that yesterday but apparently I couldn't guess the correct search terms. But, I did paste from a web page... directly into Notepad++ which was set to reveal all unprintables because I am paranoid. It looked exactly the same in Notepad++, so I entered it. Really strange that a NETWORK ISSUE can change the name of the ppa and complain about that instead of the REAL ISSUE. However, it decided to work today, so I am sorry to have bothered everyone, but I think your answer will help others. Thanks again!
– Steve Valliere
Mar 22 at 15:47
Thanks for the manual steps, I searched for that yesterday but apparently I couldn't guess the correct search terms. But, I did paste from a web page... directly into Notepad++ which was set to reveal all unprintables because I am paranoid. It looked exactly the same in Notepad++, so I entered it. Really strange that a NETWORK ISSUE can change the name of the ppa and complain about that instead of the REAL ISSUE. However, it decided to work today, so I am sorry to have bothered everyone, but I think your answer will help others. Thanks again!
– Steve Valliere
Mar 22 at 15:47
Thanks for the manual steps, I searched for that yesterday but apparently I couldn't guess the correct search terms. But, I did paste from a web page... directly into Notepad++ which was set to reveal all unprintables because I am paranoid. It looked exactly the same in Notepad++, so I entered it. Really strange that a NETWORK ISSUE can change the name of the ppa and complain about that instead of the REAL ISSUE. However, it decided to work today, so I am sorry to have bothered everyone, but I think your answer will help others. Thanks again!
– Steve Valliere
Mar 22 at 15:47
add a comment |
The command to add PPA is completely correct (equals to sudo add-apt-repository ppa:libreoffice/ppa
shown on LibreOffice PPA page).
I have seen the
Cannot add PPA: 'ppa:~libreoffice/ubuntu/ppa'.
ERROR: '~libreoffice' user or team does not exist.
message sometimes, but for me it seems to be networking issue as it works after some time.
So have to wait some time and try again. Or try to download using other ISP (for example cellular Wi-Fi hotspot).
Our office only has one form of internet access for our desktops (through Spectrum business internet). After trying several times across the previous two days though, it worked fine today. Sorry to be a bother.
– Steve Valliere
Mar 22 at 15:44
add a comment |
The command to add PPA is completely correct (equals to sudo add-apt-repository ppa:libreoffice/ppa
shown on LibreOffice PPA page).
I have seen the
Cannot add PPA: 'ppa:~libreoffice/ubuntu/ppa'.
ERROR: '~libreoffice' user or team does not exist.
message sometimes, but for me it seems to be networking issue as it works after some time.
So have to wait some time and try again. Or try to download using other ISP (for example cellular Wi-Fi hotspot).
Our office only has one form of internet access for our desktops (through Spectrum business internet). After trying several times across the previous two days though, it worked fine today. Sorry to be a bother.
– Steve Valliere
Mar 22 at 15:44
add a comment |
The command to add PPA is completely correct (equals to sudo add-apt-repository ppa:libreoffice/ppa
shown on LibreOffice PPA page).
I have seen the
Cannot add PPA: 'ppa:~libreoffice/ubuntu/ppa'.
ERROR: '~libreoffice' user or team does not exist.
message sometimes, but for me it seems to be networking issue as it works after some time.
So have to wait some time and try again. Or try to download using other ISP (for example cellular Wi-Fi hotspot).
The command to add PPA is completely correct (equals to sudo add-apt-repository ppa:libreoffice/ppa
shown on LibreOffice PPA page).
I have seen the
Cannot add PPA: 'ppa:~libreoffice/ubuntu/ppa'.
ERROR: '~libreoffice' user or team does not exist.
message sometimes, but for me it seems to be networking issue as it works after some time.
So have to wait some time and try again. Or try to download using other ISP (for example cellular Wi-Fi hotspot).
answered Mar 22 at 11:38
N0rbertN0rbert
25k853118
25k853118
Our office only has one form of internet access for our desktops (through Spectrum business internet). After trying several times across the previous two days though, it worked fine today. Sorry to be a bother.
– Steve Valliere
Mar 22 at 15:44
add a comment |
Our office only has one form of internet access for our desktops (through Spectrum business internet). After trying several times across the previous two days though, it worked fine today. Sorry to be a bother.
– Steve Valliere
Mar 22 at 15:44
Our office only has one form of internet access for our desktops (through Spectrum business internet). After trying several times across the previous two days though, it worked fine today. Sorry to be a bother.
– Steve Valliere
Mar 22 at 15:44
Our office only has one form of internet access for our desktops (through Spectrum business internet). After trying several times across the previous two days though, it worked fine today. Sorry to be a bother.
– Steve Valliere
Mar 22 at 15:44
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%2f1127794%2funable-to-add-repository-un-ubuntu-18-04%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