Linux Commands

Fedora Commands:

  • Enable RPM Fusion:

https://rpmfusion.org/Configuration

  • Install Google Chrome:

https://www.howopensource.com/2013/04/yum-install-google-chrome-in-fedora-18-17-cent-os/

  • Installing an application (package & rpm both):

sudo dnf install

  • Install Gnome Classic:

sudo dnf install gnome-classic-session

  • Install Gnome Tweak Tool

sudo dnf install gnome-tweak-tool

  • Install Git:

sudo dnf install git-all

  • Create/View/Edit file:

vi

  • Extract a tar archive:

tar -xzvf file.tar

Meaning of tar command options:

x – extract, z – uses gzip, v – verbose, f – archive file

  • Install Ruby

sudo dnf install ruby