this post was submitted on 13 Nov 2024
48 points (96.2% liked)
Linux
48181 readers
968 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
You can always use APT Pinning to grab GIMP and its dependencies from
testing
without touching the rest of the system.Or you can just run
testing
orsid
as your base system. My gaming rig is based ontesting
but pulling Mesa and video derivers fromexperimental
andsid
and I haven’t had any issues with it. Been running it for about 2 years now this way.https://wiki.debian.org/AptConfiguration
never run debian testing for production use
never run debian testing for production use
debian testing is not fit for production use
On servers, I agree. OP just wants a recent version of GIMP though. Production can mean many things, and dogmas are never the answer.
what i mean by production is "not randomly breaking because it's feature freeze time and now i have to reinstall everything". i assure you it's not a high bar
sorry if i sound a little annoying about this, it's just that i've seen so many people recommending debian testing as if it's just a different flavor of debian for people who want a more up-to-date system and are willing to deal with a little instability, but it is not that. debian testing is made exclusively for testing debian. it is not made for daily driving. i've had so many issues with debian systems in my lab which i later found out were caused by someone "upgrading" the system to testing bc they heard debian testing is the daily driving version and debian stable is just for servers that need 99.9% uptime
honestly, you'd be better off using sid rather than testing, since it's rolling release
as for gimp, they can just use pinning to upgrade gimp exclusively. they can also use backports. no need to upgrade the whole system