How to Add RPM Fusion Repository Oracle 6 Gnu/Linux

April 2, 2018 | By the+gnu+linux+evangelist.

GNU/Linux Oracle 6 Installing RPM Fusion Repository

Hi! The Tutorial shows you Step-by-Step How to Add RPM Fusion Repository on Oracle Enterprise GNU/Linux 6.x Desktop/Server.

And to Enable RPM Fusion for OEL 6 there are 2 procedures, but here I describe How to Enable it on the Oracle Command Line.

RPM Fusion is a third-party software repository for the Fedora and Red Hat Enterprise Linux (RHEL) OSes. It provides additional Packages not included in the official Fedora and RHEL Repositories due to Licensing or other Issues.

RPM Fusion is divided into two main repositories:

  • Free repository: This repository contains free and open-source software (FOSS) packages that comply with Fedora’s licensing guidelines but are not shipped with Fedora for various reasons. This repository includes software like multimedia codecs, graphics drivers, and other useful applications.
  • Nonfree repository: This repository contains software that does not comply with Fedora’s licensing guidelines due to patent or licensing restrictions. It includes proprietary drivers, software, and other applications that are not open source but may be useful to users.

The RPM Fusion Project aims to provide a convenient way for users of Fedora and RHEL to access a wider range of Software Packages while maintaining compatibility and adherence to Fedora’s principles and guidelines.

Finally, the RPM Fusion Repository for Oracle 6 includes both: Free Open-Source Software and Non-Free Proprietary Software.

How to Add RPM Fusion Repository Oracle 6 - Featured
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on Oracle Linux

    Terminal Oracle QuickStart Guide
  2. 2. Enabling RPM Fusion Repo

    Then Install RPM Fusion Free and Non-Free Repositories
    Currently the SSL Certificate is somewhere expired, so first you may need to Download the Repos, with:

    wget --no-check-certificate https://download1.rpmfusion.org/free/el/rpmfusion-free-release-6.noarch.rpm
    And:
    wget --no-check-certificate https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-6.noarch.rpm
    Next to Setup them run:
    sudo yum localinstall --nogpgcheck ./rpmfusion*.rpm

QuickChic Theme • Powered by WordPress