Use below command to install a RPM package on Fedora / CentOS.
rpm -Uhv package_file.rpm
Use below command to install a RPM package on Fedora / CentOS.
rpm -Uhv package_file.rpm
You can follow below steps to install Go 1.8 on Fedora / Ubuntu. (It should work for other Linux distribution as well but it is only tested for Ubuntu / Fedora).
Step 1:
Download the Go 1.8 bundle by clicking here.
Step 2:
Extract the downloaded bundle using below command,
tar -C /usr/local -xzf go1.8.linux-amd64.tar.gz
Step 3:
Add below to your to your path variable, you can add this to either of bash_profile or /etc/profile.
export PATH=$PATH:/usr/local/go/bin
Reload the configuration & GO will be available to use.
Installing Cinnamon desktop on fedora is very easy. You can execute the below command from your terminal.
sudo dnf install @cinnamon-desktop
You can restart your fedora system & while signing in you can select it from a available options settings which is present alongside signin button.
You can also install other fedora Desktop,
dnf install @mate-desktop
dnf install @kde-desktop
For more information about other available desktop spins you can visit here : https://spins.fedoraproject.org/
Related Posts :
Installing Redis server on fedora is very easy. open your terminal and execute the below command,
sudo dnf install redis
Start the redis server by executing
sudo systemctl start redis
Redis server will start running at port 6379.
You can check the it’s current status by executing below command
sudo systemctl status redis
I was trying to dual-boot CentOS 6 on my laptop that is currently running Windows 8. I have two storage devices, an SSD that has my Windows installation, and an HDD that has all of my data. Both are formatted using GPT, and Windows boots using UEFI. I used the CentOS 6.5 live CD (CentOS-6.5-x86_64-LiveCD.iso) to create an EFI-bootable flash drive (it does boot properly in EFI mode). I receive an error, however, when CentOS is booting (error is below).
Kernel panic - not syncing: Attempted to kill init! Pid: 1, comm: init Not tainted 2.6.32-431.el6.x86_64 #1 Call Trace: [<ffffffff815271fa>] ? panic+0xa7/0x16f [<ffffffff81077622>] ? do_exit+0x862/0x870 [<ffffffff8118a865>] ? fput+0x25/0x30 [<ffffffff81077688>] ? do_group_exit+0x58/0xd0 [<ffffffff81077717>] ? sys_exit_group+0x17/0x20 [<ffffffff8100b072>] ? system_call_fastpath+0x16/0x1b drm_kms_helper: panic occurred, switching back to text console
Solution : To fix this, go under the EFI folder in your USB stick, then find those files ending with *.conf and use a text editor to change the root= to your USB device. In my case, it is some things like live:UUID=UUID_OF_Partition. How to find UUID of a USB Drive : you can use the following command if you have a linux system.
#sudo blkid /dev/sda1: UUID="69C2-59F8" TYPE="vfat" /dev/sda2: UUID="3378cbd8-7df1-451f-b475-d3dbf95edf35" TYPE="ext4" /dev/sda3: UUID="dd505d50-43e8-4d5c-9543-4df4edbff790" TYPE="swap"
Or you can go the properties of your USB Drive & name will be the UUID of that USB Drive.
Name : UUID=69C2-59F8
Then your content to put in *.conf files will become : live:UUID=69C2-59F8. Another note to take care is instead of install using UNetBootIn or ISO2USB, we can actually use Fedora Live USB Creator. The good thing about use linux is that you can find your USB device’s UUID under syslinux\syslinux.cfg.