Cant Install Opera on Manjaro Linux
-
donqhomo last edited by
I download it from a official site .deb file, because in AUR/pacman it is not present. I use dpkg for installation
dpkg-i opera-stable_67.0.3575.115_amd64.deb
It throws an error:
dpkg: regarding opera-stable_67.0.3575.115_amd64.deb containing opera-stable, pre-dependency problem: opera-stable pre-depends on apt-transport-https apt-transport-https is not installed. dpkg: error processing archive opera-stable_67.0.3575.115_amd64.deb (--install): pre-dependency problem - not installing opera-stable Errors were encountered while processing: opera-stable_67.0.3575.115_amd64.deb
But i cant install apt-transport-https, because it is not in any of the Aur/pacman repositories. Please tell me what to do? Maybe I badly searched the Internet for a solution to my problem and you can help me. Thank you in advance!
-
A Former User last edited by
Try with snap
-
A Former User last edited by
Dpkg is for the apt package manager and manjaro uses arch's pacman, so there is no way to install it like so.
Also, opera is on the mein arch repo, so a simple
pacman -S opera
would be enough.