Package management is one of those things every Linux admin should know cold.

Search for a package: dnf search packagename
Install it: dnf install packagename
Check what's installed: rpm -qa | grep packagename
Remove it cleanly: dnf remove packagename

Your package manager is your best friend. Treat it accordingly.
#Linux #SysAdmin #PackageManagement #TechTip #RHEL

Introducing #dbranch - propagate a #Debian package across its downstream branches -- #Ubuntu #PPA and Debian stable proposed-updates , and, with `--explain`, learn to do every step by hand!

https://michel-slm.name/posts/2026-06-22-introducing-dbranch/

This is the latest tool in the #Sandogasa suite - but one that can be hopefully used to learn and reinforce #PackageManagement techniques especially for those dipping their toes into becoming a packager.

Feedback welcome and appreciated! The link to the issue tracker is in the blog post.

This post is day 37 of my #100DaysToOffload challenge. Visit 100daystooffload.com to get more info, or to get involved.

#Linux

Introducing dbranch 🍥→🤝

Propagate a Debian package across its downstream branches — Ubuntu PPAs and Debian stable — and, with --explain, learn to do every step by hand.

Pensées de Michel

📦 Open Source vs the Invisible Hand // Nesbit https://nesbitt.io/2026/06/18/open-source-vs-the-invisible-hand.html

「 Calling all of the above a list of market failures implies a working market underneath that would behave properly once the failures were corrected, and there isn’t one: open source has run for thirty years on a basis the textbook says cannot hold 」

#Packagemanagement #repos #opensource #Sustainability

Open Source vs the Invisible Hand

Ten million downloads a week, one maintainer, zero dollars.

Andrew Nesbitt

pip, python, pdfcropmargins confusion : is pip, python, both, or something else the problem? #packagemanagement #softwareinstallation #python #pip

https://askubuntu.com/q/1567841/612

pip, python, pdfcropmargins confusion : is pip, python, both, or something else the problem?

system : Ubuntu 24.04.4 LTS / noble pip and pip3 : 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12) pdfcropmargins : uncertain - can be observed in ~/.local/bin/ along with pdf-crop-ma...

Ask Ubuntu

#TechTipThursday
Package management is one of those things every Linux admin should know cold.

Search for a package:
dnf search packagename

Install it:
dnf install packagename

Check what's installed:
rpm -qa | grep packagename

Remove it cleanly:
dnf remove packagename

Your package manager is your best friend. Treat it accordingly.
#Linux #SysAdmin #PackageManagement #TechTip #RHEL #RockyLinux

Why stdx is not on crates.io

Why stdx is not on crates.io While I think that the xxx aspect of stdx has been well received, a lot of Rust developers were suffering with the current status

Sylvain Kerkour

Miasma Worm Spreads as Open-Source Toolkit Compromises GitHub Repos

A newly discovered open-source toolkit, known as Miasma Worm, is wreaking havoc on GitHub repositories, allowing attackers to execute a range of malicious activities via stolen credentials. This powerful supply chain attack toolkit can compromise multiple platforms, including PyPI, npm, and RubyGems, and even spread through AI…

https://osintsights.com/miasma-worm-spreads-as-open-source-toolkit-compromises-github-repos?utm_source=mastodon&utm_medium=social

#OpenSourceSecurity #SupplyChain #Github #MiasmaWorm #PackageManagement

Miasma Worm Spreads as Open-Source Toolkit Compromises GitHub Repos

Learn how the Miasma worm compromises GitHub repos with an open-source toolkit and take action now to secure your supply chain with expert insights and protection.

OSINTSights

Ubuntu s6 Tree with Self‑Contained Init #packagemanagement

https://askubuntu.com/q/1567573/612

Ubuntu s6 Tree with Self‑Contained Init

I had installed Jellyfin and tvheadend to set up a media server on my Ubuntu Server. They are taking up too much CPU resources and want to go a different direction. I cannot get them uninstalled, it

Ask Ubuntu

Problem installing Cubic for creating an ISO image #bash #packagemanagement #dependencies

https://askubuntu.com/q/1567568/612

Problem installing Cubic for creating an ISO image

I could install on Ubuntu Server Cubic for creating personalized ISOs, but when trying to do the same in another machine just with Ubuntu, an error says: problem with dependencies of the deb package

Ask Ubuntu
Problem with a package

I find myself with this error: El paquete linux-image-unsigned-7.0.11-070011-generic necesita ser reinstalado, pero no se encuentra el archivo para ello. " The package linux-image-unsigned-7.0...

Ask Ubuntu