this post was submitted on 12 Sep 2023
21 points (100.0% liked)

Linux

47353 readers
1344 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

When using software and the codecs from the packman repo, what are the best practices associated with the updating and maintaince of these packages and the system in general. Do I have to wait for sometime before updating using dup or can I use the packman modules of mesa with updated versions of the mesa modules provided officially¿? Are their dependcy issues for software sourced from packman.

all 15 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

I’ve found it best to avoid the pacman repo. It can leave my system in such a weird inbetween state. Seeing as you mostly want codecs I tend to prefer flatpaks for VLC, Firefox, etc.

If you insist on pacman, just wait. If you try to dup and have a conflict it means that either pacman or suse repos aren’t all updated so hold on a few days and you should be able to dup with no issues.

[–] [email protected] 1 points 1 year ago (1 children)

But don't you need the mesa version with the codecs inbuilt for hardware decoding with a AMD card¿?

[–] [email protected] 1 points 1 year ago

Nope, it seems to just work!

[–] [email protected] 2 points 1 year ago (1 children)

I use it, sometimes all it happens is that I have to wait a couple days

[–] [email protected] 1 points 1 year ago (2 children)

Do you also use the mesa pacakge from packman repos. Will zypper automatically use the packman package of mesa when updating if you do the vendor change for mesa from official repos to packman. I am asking because when I tried TW, different versions of packages in mesa were somehow simultaneously installed after a dist-upgrade and mesa was broken

[–] [email protected] 1 points 1 year ago (1 children)

Yes, I also use MESA, but that only happens when you use the --allow-vendor-change option. I don't, I prefer to wait until packman is in sync with the openSUSE repos. I had that problem previously, before reinstalling TW and I didn't like having multiple packages out of sync and sometimes repeated, I like to see them as a bigger package that has to be updated at the same time.

[–] [email protected] 1 points 1 year ago

So how did you replace the mesa version. Every documentation I see seems to tell of the --allow-vendor-change option

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (1 children)

Sorry for not answering earlier, I think there was a problem with Beehaw.

Anyway, yes, I also use Packman and I do not have the --allow-vendor-change flag enabled because it caused more problems for me the last time i had TW installed. I prefer to wait until the repos are synced and then update. :)

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

How did you switch mesa version without using the --allow-vendor-change flag. Did you manually uninstall the mesa packages shipped by opensuse and then switch them with mesa packages from packman? Vendor change is the only method recommended everywhere and no other methods are discussed so I am curious as to how you manage without it. Also how do track that the repos are synced. I have to manually check the packman website to see if the packages have been updated to version that opensuse is shipping. Do you do the same?

Also sorry for the late reply

[–] [email protected] 1 points 11 months ago (1 children)

From what I remember, I only used opi codecs and that's it. What I meant with the vendor change, was that I never run it nor allow it.

When you run zypper dup, it throws you some errors telling you that the versions are different or aren't in the official repo, which means that you should wait until there are no errors. Unless there was an official vendor change and you have no other alternative (and it's not really common) then you have to install those specific packages from the official repo.

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago)

Did you add the packman repo to the repository list before running opi codecs¿?

Edit : Never mind that was a stupid question