Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Add RPM Fusion Fedora 36

// To enable the Free repository, use:
sudo dnf install 
  https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm

// Optionally, enable the Nonfree repository:
sudo dnf install 
 https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

 
Comment

install RPM Fusion fedora

sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm           # RPM Fusion free
sudo dnf install https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-relbasease-$(rpm -E %fedora).noarch.rpm  # RPM Fusion non-free
sudo dnf update
Comment

PREVIOUS NEXT
Code Example
Shell :: php.ini ubuntu 
Shell :: apt vs apt-get 
Shell :: 7zip command line 
Shell :: ansible copy 
Shell :: E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 
Shell :: docker update all images 
Shell :: gitignore tracked files 
Shell :: bash create empty array 
Shell :: move files one level up linux 
Shell :: git set upstream remote branch 
Shell :: install wireshark ubuntu 
Shell :: delete all local branches except current branch 
Shell :: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory. 
Shell :: Push existing folder ghithub / gitLab 
Shell :: whoami 
Shell :: install playstore anbox 
Shell :: enable null safety flutter using cmd 
Shell :: how to count files in a directory linux 
Shell :: linux shell echo command with varia ble 
Shell :: how to check if command line tools is install 
Shell :: how to get only a list of size of files bash 
Shell :: install slack on linux 
Shell :: git update comment 
Shell :: bash read file line by line 
Shell :: git view tags 
Shell :: delete all stopped docker containers 
Shell :: run laravel project from github 
Shell :: xcode open from terminal 
Shell :: kill port 3000 ubuntu 
Shell :: apt-get uninstall 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =