How can I install the Opera browser from the terminal?
Since this .deb bug is causing a lot of issues, I must resort to install the Opera browser using the terminal. Which is just fine, but I also need to add it to the repository for automatic updates.
Since I am no expert at all, I do not know how to perform the full installation of the browser. How do I go about it?
Thanks!
P.S. Please do not mark this as duplicate, because the other posts dont details how to go about installing Opera with adding it to the repository too for updates. Cheers.
software-installation 16.04 repository browser opera
|
show 1 more comment
Since this .deb bug is causing a lot of issues, I must resort to install the Opera browser using the terminal. Which is just fine, but I also need to add it to the repository for automatic updates.
Since I am no expert at all, I do not know how to perform the full installation of the browser. How do I go about it?
Thanks!
P.S. Please do not mark this as duplicate, because the other posts dont details how to go about installing Opera with adding it to the repository too for updates. Cheers.
software-installation 16.04 repository browser opera
Does Opera have a repository? Didn't Opera stop supporting Linux a while ago?
– muru
Apr 30 '16 at 15:51
@muru you can download the 64-bit deb version of the browser from the website. So, I guess it is still going on. However....with this 3rd party .deb issue, I need to install it alternatively.
– Elysium
Apr 30 '16 at 15:58
1
The .deb issue is fixed, pleasesudo apt-get dist-upgrade
askubuntu.com/questions/760638/…
– Mark Kirby
Apr 30 '16 at 15:58
1
deb.opera.com says that the deb package automatically configures the repository (the way Google Chrome does, I guess). Did you try before asking?
– muru
Apr 30 '16 at 16:00
2
It's a repetitive question you can see the answer here : askubuntu.com/questions/169020/…
– GreenRoot
Apr 30 '16 at 16:08
|
show 1 more comment
Since this .deb bug is causing a lot of issues, I must resort to install the Opera browser using the terminal. Which is just fine, but I also need to add it to the repository for automatic updates.
Since I am no expert at all, I do not know how to perform the full installation of the browser. How do I go about it?
Thanks!
P.S. Please do not mark this as duplicate, because the other posts dont details how to go about installing Opera with adding it to the repository too for updates. Cheers.
software-installation 16.04 repository browser opera
Since this .deb bug is causing a lot of issues, I must resort to install the Opera browser using the terminal. Which is just fine, but I also need to add it to the repository for automatic updates.
Since I am no expert at all, I do not know how to perform the full installation of the browser. How do I go about it?
Thanks!
P.S. Please do not mark this as duplicate, because the other posts dont details how to go about installing Opera with adding it to the repository too for updates. Cheers.
software-installation 16.04 repository browser opera
software-installation 16.04 repository browser opera
asked Apr 30 '16 at 15:50
ElysiumElysium
4,264214674
4,264214674
Does Opera have a repository? Didn't Opera stop supporting Linux a while ago?
– muru
Apr 30 '16 at 15:51
@muru you can download the 64-bit deb version of the browser from the website. So, I guess it is still going on. However....with this 3rd party .deb issue, I need to install it alternatively.
– Elysium
Apr 30 '16 at 15:58
1
The .deb issue is fixed, pleasesudo apt-get dist-upgrade
askubuntu.com/questions/760638/…
– Mark Kirby
Apr 30 '16 at 15:58
1
deb.opera.com says that the deb package automatically configures the repository (the way Google Chrome does, I guess). Did you try before asking?
– muru
Apr 30 '16 at 16:00
2
It's a repetitive question you can see the answer here : askubuntu.com/questions/169020/…
– GreenRoot
Apr 30 '16 at 16:08
|
show 1 more comment
Does Opera have a repository? Didn't Opera stop supporting Linux a while ago?
– muru
Apr 30 '16 at 15:51
@muru you can download the 64-bit deb version of the browser from the website. So, I guess it is still going on. However....with this 3rd party .deb issue, I need to install it alternatively.
– Elysium
Apr 30 '16 at 15:58
1
The .deb issue is fixed, pleasesudo apt-get dist-upgrade
askubuntu.com/questions/760638/…
– Mark Kirby
Apr 30 '16 at 15:58
1
deb.opera.com says that the deb package automatically configures the repository (the way Google Chrome does, I guess). Did you try before asking?
– muru
Apr 30 '16 at 16:00
2
It's a repetitive question you can see the answer here : askubuntu.com/questions/169020/…
– GreenRoot
Apr 30 '16 at 16:08
Does Opera have a repository? Didn't Opera stop supporting Linux a while ago?
– muru
Apr 30 '16 at 15:51
Does Opera have a repository? Didn't Opera stop supporting Linux a while ago?
– muru
Apr 30 '16 at 15:51
@muru you can download the 64-bit deb version of the browser from the website. So, I guess it is still going on. However....with this 3rd party .deb issue, I need to install it alternatively.
– Elysium
Apr 30 '16 at 15:58
@muru you can download the 64-bit deb version of the browser from the website. So, I guess it is still going on. However....with this 3rd party .deb issue, I need to install it alternatively.
– Elysium
Apr 30 '16 at 15:58
1
1
The .deb issue is fixed, please
sudo apt-get dist-upgrade
askubuntu.com/questions/760638/…– Mark Kirby
Apr 30 '16 at 15:58
The .deb issue is fixed, please
sudo apt-get dist-upgrade
askubuntu.com/questions/760638/…– Mark Kirby
Apr 30 '16 at 15:58
1
1
deb.opera.com says that the deb package automatically configures the repository (the way Google Chrome does, I guess). Did you try before asking?
– muru
Apr 30 '16 at 16:00
deb.opera.com says that the deb package automatically configures the repository (the way Google Chrome does, I guess). Did you try before asking?
– muru
Apr 30 '16 at 16:00
2
2
It's a repetitive question you can see the answer here : askubuntu.com/questions/169020/…
– GreenRoot
Apr 30 '16 at 16:08
It's a repetitive question you can see the answer here : askubuntu.com/questions/169020/…
– GreenRoot
Apr 30 '16 at 16:08
|
show 1 more comment
1 Answer
1
active
oldest
votes
To install opera via PPA on Ubuntu, run these commands
Setup key with:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
Setup repository with:
sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'
Setup package with:
sudo apt-get update
sudo apt-get install opera
Source
Alternatively, you can install the .deb via a terminal with
sudo dpkg -i path/to/your/deb
It already contains the PPA, if anyone else reading this is still facing the .deb issue with gnome-software
, please report it here, it is supposed to be fixed.
Thanks a lot. If you dont mind me asking: what does the setup key?
– Elysium
Apr 30 '16 at 15:59
Please see askubuntu.com/questions/131397/…
– Mark Kirby
Apr 30 '16 at 16:02
Perfect. It makes perfect sense now. Thanks a lot. By the way, the version you get from the manual installation is old. It wont update online. Asks me to download the deb which cant be installed due to the installation bug. So, this wont solve my problem.
– Elysium
Apr 30 '16 at 16:15
The bug is gone, see my comment below your question, you could also install the deb via terminalsudo dpkg -i yourdebhere
.
– Mark Kirby
Apr 30 '16 at 16:16
The bug is still there. I cant install from .deb. My installation is fully updated and it still persists.Will installing from the deb using sudo dpkg -i also add it to the repository for future updates?
– Elysium
Apr 30 '16 at 16:19
|
show 3 more comments
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%2f765483%2fhow-can-i-install-the-opera-browser-from-the-terminal%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
To install opera via PPA on Ubuntu, run these commands
Setup key with:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
Setup repository with:
sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'
Setup package with:
sudo apt-get update
sudo apt-get install opera
Source
Alternatively, you can install the .deb via a terminal with
sudo dpkg -i path/to/your/deb
It already contains the PPA, if anyone else reading this is still facing the .deb issue with gnome-software
, please report it here, it is supposed to be fixed.
Thanks a lot. If you dont mind me asking: what does the setup key?
– Elysium
Apr 30 '16 at 15:59
Please see askubuntu.com/questions/131397/…
– Mark Kirby
Apr 30 '16 at 16:02
Perfect. It makes perfect sense now. Thanks a lot. By the way, the version you get from the manual installation is old. It wont update online. Asks me to download the deb which cant be installed due to the installation bug. So, this wont solve my problem.
– Elysium
Apr 30 '16 at 16:15
The bug is gone, see my comment below your question, you could also install the deb via terminalsudo dpkg -i yourdebhere
.
– Mark Kirby
Apr 30 '16 at 16:16
The bug is still there. I cant install from .deb. My installation is fully updated and it still persists.Will installing from the deb using sudo dpkg -i also add it to the repository for future updates?
– Elysium
Apr 30 '16 at 16:19
|
show 3 more comments
To install opera via PPA on Ubuntu, run these commands
Setup key with:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
Setup repository with:
sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'
Setup package with:
sudo apt-get update
sudo apt-get install opera
Source
Alternatively, you can install the .deb via a terminal with
sudo dpkg -i path/to/your/deb
It already contains the PPA, if anyone else reading this is still facing the .deb issue with gnome-software
, please report it here, it is supposed to be fixed.
Thanks a lot. If you dont mind me asking: what does the setup key?
– Elysium
Apr 30 '16 at 15:59
Please see askubuntu.com/questions/131397/…
– Mark Kirby
Apr 30 '16 at 16:02
Perfect. It makes perfect sense now. Thanks a lot. By the way, the version you get from the manual installation is old. It wont update online. Asks me to download the deb which cant be installed due to the installation bug. So, this wont solve my problem.
– Elysium
Apr 30 '16 at 16:15
The bug is gone, see my comment below your question, you could also install the deb via terminalsudo dpkg -i yourdebhere
.
– Mark Kirby
Apr 30 '16 at 16:16
The bug is still there. I cant install from .deb. My installation is fully updated and it still persists.Will installing from the deb using sudo dpkg -i also add it to the repository for future updates?
– Elysium
Apr 30 '16 at 16:19
|
show 3 more comments
To install opera via PPA on Ubuntu, run these commands
Setup key with:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
Setup repository with:
sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'
Setup package with:
sudo apt-get update
sudo apt-get install opera
Source
Alternatively, you can install the .deb via a terminal with
sudo dpkg -i path/to/your/deb
It already contains the PPA, if anyone else reading this is still facing the .deb issue with gnome-software
, please report it here, it is supposed to be fixed.
To install opera via PPA on Ubuntu, run these commands
Setup key with:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
Setup repository with:
sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'
Setup package with:
sudo apt-get update
sudo apt-get install opera
Source
Alternatively, you can install the .deb via a terminal with
sudo dpkg -i path/to/your/deb
It already contains the PPA, if anyone else reading this is still facing the .deb issue with gnome-software
, please report it here, it is supposed to be fixed.
edited Apr 30 '16 at 16:47
answered Apr 30 '16 at 15:58
Mark KirbyMark Kirby
14.2k146398
14.2k146398
Thanks a lot. If you dont mind me asking: what does the setup key?
– Elysium
Apr 30 '16 at 15:59
Please see askubuntu.com/questions/131397/…
– Mark Kirby
Apr 30 '16 at 16:02
Perfect. It makes perfect sense now. Thanks a lot. By the way, the version you get from the manual installation is old. It wont update online. Asks me to download the deb which cant be installed due to the installation bug. So, this wont solve my problem.
– Elysium
Apr 30 '16 at 16:15
The bug is gone, see my comment below your question, you could also install the deb via terminalsudo dpkg -i yourdebhere
.
– Mark Kirby
Apr 30 '16 at 16:16
The bug is still there. I cant install from .deb. My installation is fully updated and it still persists.Will installing from the deb using sudo dpkg -i also add it to the repository for future updates?
– Elysium
Apr 30 '16 at 16:19
|
show 3 more comments
Thanks a lot. If you dont mind me asking: what does the setup key?
– Elysium
Apr 30 '16 at 15:59
Please see askubuntu.com/questions/131397/…
– Mark Kirby
Apr 30 '16 at 16:02
Perfect. It makes perfect sense now. Thanks a lot. By the way, the version you get from the manual installation is old. It wont update online. Asks me to download the deb which cant be installed due to the installation bug. So, this wont solve my problem.
– Elysium
Apr 30 '16 at 16:15
The bug is gone, see my comment below your question, you could also install the deb via terminalsudo dpkg -i yourdebhere
.
– Mark Kirby
Apr 30 '16 at 16:16
The bug is still there. I cant install from .deb. My installation is fully updated and it still persists.Will installing from the deb using sudo dpkg -i also add it to the repository for future updates?
– Elysium
Apr 30 '16 at 16:19
Thanks a lot. If you dont mind me asking: what does the setup key?
– Elysium
Apr 30 '16 at 15:59
Thanks a lot. If you dont mind me asking: what does the setup key?
– Elysium
Apr 30 '16 at 15:59
Please see askubuntu.com/questions/131397/…
– Mark Kirby
Apr 30 '16 at 16:02
Please see askubuntu.com/questions/131397/…
– Mark Kirby
Apr 30 '16 at 16:02
Perfect. It makes perfect sense now. Thanks a lot. By the way, the version you get from the manual installation is old. It wont update online. Asks me to download the deb which cant be installed due to the installation bug. So, this wont solve my problem.
– Elysium
Apr 30 '16 at 16:15
Perfect. It makes perfect sense now. Thanks a lot. By the way, the version you get from the manual installation is old. It wont update online. Asks me to download the deb which cant be installed due to the installation bug. So, this wont solve my problem.
– Elysium
Apr 30 '16 at 16:15
The bug is gone, see my comment below your question, you could also install the deb via terminal
sudo dpkg -i yourdebhere
.– Mark Kirby
Apr 30 '16 at 16:16
The bug is gone, see my comment below your question, you could also install the deb via terminal
sudo dpkg -i yourdebhere
.– Mark Kirby
Apr 30 '16 at 16:16
The bug is still there. I cant install from .deb. My installation is fully updated and it still persists.Will installing from the deb using sudo dpkg -i also add it to the repository for future updates?
– Elysium
Apr 30 '16 at 16:19
The bug is still there. I cant install from .deb. My installation is fully updated and it still persists.Will installing from the deb using sudo dpkg -i also add it to the repository for future updates?
– Elysium
Apr 30 '16 at 16:19
|
show 3 more comments
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%2f765483%2fhow-can-i-install-the-opera-browser-from-the-terminal%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
Does Opera have a repository? Didn't Opera stop supporting Linux a while ago?
– muru
Apr 30 '16 at 15:51
@muru you can download the 64-bit deb version of the browser from the website. So, I guess it is still going on. However....with this 3rd party .deb issue, I need to install it alternatively.
– Elysium
Apr 30 '16 at 15:58
1
The .deb issue is fixed, please
sudo apt-get dist-upgrade
askubuntu.com/questions/760638/…– Mark Kirby
Apr 30 '16 at 15:58
1
deb.opera.com says that the deb package automatically configures the repository (the way Google Chrome does, I guess). Did you try before asking?
– muru
Apr 30 '16 at 16:00
2
It's a repetitive question you can see the answer here : askubuntu.com/questions/169020/…
– GreenRoot
Apr 30 '16 at 16:08