this post was submitted on 16 May 2024
34 points (94.7% liked)
Linux
48181 readers
1422 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks, I'll look more into it once I get more time but from a glance this seems a bit too convoluted for my needs.
No this is the safe approach. Installing a 3rd party
devel
package may likely break your systemIf it breaks, it breaks... But I'll give it a try on my laptop with PopOS
PopOS needs completely different packages though.
They base on Ubuntu LTS but ship newer mesa, kernel and maybe more.
Not sure if every component will be newer, so I would also expect conflicts.
Using an upstream provided container really sounds like a good solution.
Yeah, I'm aware it has different packages but I need to familiarise myself with docker first either way. Eventually I plan to switch both systems to PopOS Cosmic DE 24.04 once it fully releases so for now I'm spending most time just tinkering and trying to get more familiar with Linux. Pretty much all SW I use runs on it anyways too. Right now I want to get DavinciResolve up and running with my GPU.
Did you try COSMIC before?
You can do so on PopOS or I guess also Ubuntu. I personally use ublue Cosmic
davinci resolve may also run better in a docker / podman container
There also is a flatpak script that you should try. You need to download the binary for proprietary reasons, but packaging it as flatpak will assure
I did try and I like it a lot but I don't want to daily drive testing build.
Wasn't aware of the flatpack script, will check it out, thx!
COSMIC is not so much "testing" as in "many bugs", I basically found none. But they just lack maaany essential features. It is really breat to get a desktop that implements nice fancy stuff from Plasma etc. straight from the beginning.
I am not sure how ready it will be when it launches, as in features. But it is pretty nice and the apps are damn fast. I use the appstore on Fedora Kinoite when searching Flatpak apps. It has no native package integration so it does what I want, really nice.
I have no idea. That docker thing on windows is basically running a Linux VM (or run Linux parallel like with WSL).
On Linux docker is a container. It needs namespaces but no virtualization. It runs on your kernel.
Never used docker desktop, thats just some GUI. Just install Docker, or Podman.