fedora

All posts tagged fedora by Linux Bash
  • Posted on
    Featured Image
    If you've upgraded a software package on your Linux system only to find out the new version has bugs or compatibility issues, reverting to a previous version can resolve the problem. Different Linux distributions use different package managers, and the methods to downgrade software vary accordingly. In this blog, we'll go over how to downgrade a package if you are using DNF, APT, or Zypper as your package manager. DNF (Dandified YUM) is the next-generation version of YUM and is the default package manager for Fedora. If you need to downgrade a package in Fedora or any other system that uses DNF, you can use the following steps: Find the Version Number: First, you'll need to find out which versions of the package are available.
  • Posted on
    Featured Image
    When managing software packages on Linux, you have various tools at your disposal depending on the distribution you are using. Among these tools, DNF, APT, and Zypper stand out for their robust functionality. In this article, we particularly focus on managing software modules and streams, especially in DNF, but we'll also touch on how you can handle similar scenarios using APT and Zypper where applicable. Before diving into the specifics of each package manager, it’s crucial to understand what "modules" and "streams" are in the context of Linux software management.
  • Posted on
    Featured Image
    As a system administrator or software developer, dealing with Linux repositories is an essential skill. This comprehensive guide will teach you how to manage Fedora repositories on Red Hat Enterprise Linux (RHEL)-based systems, focusing on using various package managers such as DNF (used in Fedora and RHEL), APT (common in Debian-based systems), and Zypper (used in SUSE Linux distributions). Understanding Repositories A software repository is a storage location from which software packages may be retrieved and installed on a computer. While Fedora repositories are primarily designed for use with Fedora, these can also often be used on other RHEL-based distributions and, with some tweaks, on other Linux distros.
  • Posted on
    Featured Image
    Creating RPM packages from source codes not only gives Linux users more control over their systems by enabling them to tailor applications to their specific needs but also helps in understanding the packaging process which is vital for distributing software efficiently. RPM, originally developed for Red Hat Linux, is adopted by many Linux distributions including Fedora, CentOS, and openSUSE. In this blog, we'll dive into the process of building RPM packages from source and tackle how to operate this process across different package managers like yum (or dnf), apt, and zypper. RPM stands for Red Hat Package Manager.
  • Posted on
    Featured Image
    In the world of Linux, managing packages is a fundamental skill for any user, particularly system administrators and developers. Different distributions use different package managers for software installation, updates, dependency checks, and removal. Among these, DNF, APT, and Zypper are widely used by major Linux distributions. Sometimes, installing a specific version of a package is necessary due to compatibility requirements or testing scenarios. Here, we'll guide you on how to install specific package versions using these three package managers. DNF is the default package manager for Fedora and other RPM-based distributions such as RHEL (Red Hat Enterprise Linux) and its derivatives like CentOS Stream.