this post was submitted on 18 Apr 2025
34 points (94.7% liked)

Linux

10294 readers
54 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] mumblerfish@lemmy.world 3 points 3 weeks ago (1 children)

What does this new feature mean:

Removal of remote connection methods like FTP, RSH, and SSH.

[–] palordrolap@fedia.io 7 points 3 weeks ago

Just an observation, but those are protocols that require a login before files can be transferred, so at a guess, it reduces the risk of accidentally transferring unnecessary client side information, but it's probably more likely to be for code maintenance reasons. Fewer supported protocols means less to manage going forward.

HTTP(S) is fine for downloads anyway, even if it wasn't originally designed for that.

[–] UnityDevice@lemmy.zip 3 points 3 weeks ago* (last edited 2 weeks ago) (1 children)

APT 3.0 is powered by Solver3, a new, more efficient package dependency resolver that significantly improves how package installations and upgrades are handled. As a backtracking algorithm, it allows for more efficient dependency resolution and better handling of complex package conflicts.

That's nice, hope it leads to fewer kernel removals, apt is always so eager to remove the kernel.

[–] nanook@friendica.eskimo.com 2 points 2 weeks ago

@UnityDevice @Alphane_Moon I wish I could say I felt optimistic but that is not the case.