-
I am a noob with Opensuse and would like to have an install command like Fedora, but for Opensuse. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I made an Opensuse tumbleweed repo in copr. You can go ahead and use it now. If anyone manages to get it working, please report here so I can add it to the install instructions. |
Beta Was this translation helpful? Give feedback.
-
Looks like OpenSuse is missing some resources for mpv and vlc by default. They can be added with the Packman repository found here https://en.opensuse.org/Additional_package_repositories. Ani-cli only requires the "Only Essentials" repository which has 2 versions. TumbleWeed: "sudo zypper ar -cfp 90 https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/Essentials packman-essentials" Leap: "sudo zypper ar -cfp 90 'https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$releasever/Essentials' packman-essentials" I would change the command for adding the Ani-cli repository to "sudo zypper addrepo https://download.copr.fedorainfracloud.org/results/derisis13/ani-cli/opensuse-tumbleweed-x86_64/ Ani-cli". Adding Ani-cli to the end of the command is adding the name of the repository, without it, the command will ask for a another argument and won't install. I would recommend an OpenSuse Leap section seperate from OpenSuse TumbleWeed to prevent confusion. For OpenSuse TumbleWeed "sudo zypper ar -cfp 90 https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/Essentials packman-essentials" For Opensuse Leap "sudo zypper ar -cfp 90 'https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$releasever/Essentials' packman-essentials" |
Beta Was this translation helpful? Give feedback.
Looks like OpenSuse is missing some resources for mpv and vlc by default. They can be added with the Packman repository found here https://en.opensuse.org/Additional_package_repositories. Ani-cli only requires the "Only Essentials" repository which has 2 versions.
TumbleWeed: "sudo zypper ar -cfp 90 https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/Essentials packman-essentials"
Leap: "sudo zypper ar -cfp 90 'https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$releasever/Essentials' packman-essentials"
I would change the command for adding the Ani-cli repository to "sudo zypper addrepo https://download.copr.fedorainfracloud.org/results/derisis13/ani-cli/opensu…