packages

All posts tagged packages by Linux Bash
  • Posted on
    Featured Image
    This article provides a comprehensive guide on using the `rpm -qa` command to list installed RPM packages on RPM-based Linux systems including RHEL, CentOS, and Fedora. Aimed at Linux administrators and power users, it details basic command usage, sorting, and filtering options, while also covering other package managers like `apt`, `dnf`, and `zypper` for similar tasks across different Linux distributions. Additionally, the article offers tips for effective package management, emphasizing regular updates and detailed package reviews.
  • Posted on
    Featured Image
    Discover the benefits of using `pipx` for managing Python CLI applications in isolated environments. This article explains how `pipx` keeps dependencies separate from the main system, reducing conflicts and enhancing stability. Learn to install `pipx` using `apt`, `dnf`, or `zypper`, and utilize it for trouble-free management of multiple Python tools or versions. Ideal for developers looking to streamline their Python setups.
  • Posted on
    Featured Image
    This guide offers a detailed walk-through on managing security updates for RHEL (Red Hat Enterprise Linux) systems and its derivatives like CentOS and Fedora. It teaches how to use package managers including YUM, DNF, apt, and Zypper for implementing security patches to protect servers from vulnerabilities. Essential for any system administrator, it includes instructions for listing and applying updates across various Linux distributions, with links to further reading on specific security update management.