this post was submitted on 03 Jul 2024
141 points (99.3% liked)

Linux

45590 readers
641 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
top 17 comments
sorted by: hot top controversial new old
[–] chrash0@lemmy.world 65 points 4 days ago (2 children)

Users who need to run their application in Python 2 should do so on a platform that offers support for it

damn go off

[–] technom@programming.dev 3 points 2 days ago

It's still possible on almost any distro with pyenv or asdf-vm.

[–] TheGrandNagus@lemmy.world 13 points 4 days ago

The absolute sass lol

[–] ShittyBeatlesFCPres@lemmy.world 37 points 4 days ago (1 children)

print “Fine. Fuck y’all.”

[–] TheGrandNagus@lemmy.world 54 points 4 days ago

SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Fine. Fuck y’all.")?

[–] Granixo@feddit.cl 12 points 4 days ago* (last edited 4 days ago) (1 children)

What i really look forward to is that the FD41 LXqt spin uses LXqt 2.0

[–] flubba86@lemmy.world 4 points 4 days ago

Oh nice. I used lxqt a couple years ago while I was taking a break from KDE Plasma. I liked it, light and fast and simple. I didn't know v2.0 is coming out, I'm definitely going to try it.

[–] KingThrillgore@lemmy.ml 7 points 3 days ago

bye felicia

[–] taanegl@beehaw.org 6 points 4 days ago

Friggin' GIMP 2 is sun setting. GIMP 3 with everything replaced in GEGL and non-distructive editing is the new standard. Who tf needs Photoshop?

[–] autotldr@lemmings.world 9 points 4 days ago

This is the best summary I could come up with:


A change proposal has been filed by Red Hat engineer Miro Hrončok for retiring Python 2.7 within Fedora 41 and to drop packages still depending upon Python 2.

We do not wish to simply orphan the package, as we are afraid it would not receive proper care if taken by somebody else.

If there are potential maintainers interested in maintaining Python 2 in Fedora beyond Fedora 41, they can talk to us and demonstrate their ability and will to take care of Python 2 by joining the maintenance early.

Users who need to run their application in Python 2 should do so on a platform that offers support for it.

Developers who still need to test their software on Python 2 can use containers with older Fedora releases or unsupported CentOS/RHEL versions."

The F41 change proposal still needs the approval of the Fedora Engineering and Steering Committee (FESCo), but it will presumably proceed -- well, assuming GIMP 3.0 finally releases this summer so as to not block the Python 2.7 removal.


The original article contains 379 words, the summary contains 171 words. Saved 55%. I'm a bot and I'm open source!

[–] boredsquirrel@slrpnk.net 6 points 4 days ago (1 children)
[–] velox_vulnus@lemmy.ml 11 points 4 days ago (1 children)
[–] boredsquirrel@slrpnk.net 16 points 4 days ago (2 children)

No way...

LOL

I just told a guy that he shouldnt use yum anymore. While he was using dnf all the time.

[–] velox_vulnus@lemmy.ml 12 points 4 days ago* (last edited 4 days ago)

Well, you're not wrong here. It is better to use dnf-related commands. yum as an alias exists to make sure that old server scripts for RHEL remains compatible.

[–] Dran_Arcana@lemmy.world 12 points 4 days ago

Generally the lifecycle with this sort of thing is old_thing becomes an alias to new_thing, and eventually old_thing gets dropped as an alias down the line.

It's still decent advice to learn dnf native calls and to update scripts using yum to those native calls.

[–] cy_narrator@discuss.tchncs.de 5 points 4 days ago (1 children)

These things are like corporate things and many corporate software use old version of software

Corporate stuff is probably already running on unsupported and unpatched Linux distros if they still haven't migrated to Python 3. I doubt the new version of Fedora removing the binaries will make much of a difference.