ahmed-al-balochi / LibreGaming

Python Program that downloads gaming required packages based on your Linux Distribution.
GNU General Public License v3.0
193 stars 12 forks source link

opensuse tumbleweed support #2

Closed 10leej closed 3 years ago

10leej commented 3 years ago

The package manager is zypper all the packages are in the main + packman repo's

syntax is just an easy "sudo zypper install" If you want you can firstadd a hook to enable codecs, which also sets up packman "sudo zypper opi" then "opi codes"

ahmed-al-balochi commented 3 years ago

I will work on it as soon as I have time. Thanks for your feedback.

ahmed-al-balochi commented 3 years ago

Just merged the commit that has support for OpenSUSE tumbleweed. Enjoy :)

10leej commented 3 years ago

You should clarify that opensuse needs the packman repository setup (opi sets it up for you with codecs which you also need for steam anyways)

ahmed-al-balochi commented 3 years ago

I ran this command and it made me install all the needed packages like steam on SUSE. The command: sudo zypper addrepo -cfp 90 'https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/' packman

10leej commented 3 years ago

At the very least mention that in the docs, I think that command errors is a user already has packaman enabled, I dont have an active installation currently to verify that.

ahmed-al-balochi commented 3 years ago

I got that command from this document page on SUSE website: https://en.opensuse.org/Additional_package_repositories