Skip to content

Instantly share code, notes, and snippets.

@ruario
Last active September 7, 2018 11:49
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruario/99522c94838d0680633c to your computer and use it in GitHub Desktop.
Save ruario/99522c94838d0680633c to your computer and use it in GitHub Desktop.
How to install Opera developer for Linux on distributions other than Debian, Ubuntu or derivatives
@kikonen
Copy link

kikonen commented Dec 3, 2014

FYI: I modified Fedora rpmbuild script to package opera for OpenSUSE.

https://github.com/kikonen/opera-opensuse

@ruario
Copy link
Author

ruario commented Dec 3, 2014

@kikonen Thanks! I have added you above.

P.S. There is no need to do anything special for libssl on OpenSUSE ;)

@ruario
Copy link
Author

ruario commented Dec 17, 2014

Most of the rpm .spec files I have found use overly complicated workarounds for libcrypto (by bundling libs) and create rpms that will on work on specific distro releases by including libudev compatibility symlinks, rather than making them on the fly (as needed) in post install. I have therefore created some examples to demonstrate how I would deal with these issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment