Go to https://getfedora.org/ webpage and click on the button "WORKSTATION" the same as the picture below...
If you have already fedora installed on your machine, then download the ISO file. On your fedora distro, search "fedora media writer" and follow the instructions.
If you are a pc or mac user, then download the "Fedora Media Write" and ISO file. Insert a pen drive to make a bootable USB pen drive, install Fedora Media Writer" and follow the instructions.
Plug in your pen drive and power on your computer, and press a specific key according to your pc. Go to the Boot menu on BIOS, and select your pen drive. Fedora installation will start and follow the instructions of the installation.
dnf configuration:
To configure dnf run the terminal with the following command...
sudo nano /etc/dnf/dnf.conf --> press enter --> nano editor will open with the file --> type the following code...
fastestmirror=true
max_parallel_downloads=10
defaultyes=true
keepcache=true
deltarpm=true
--> press ctrl + o --> press enter --> ctrl + x
Update the system:
Settings --> about --> update the system
Now open the terminal --> type the following code ...
sudo dnf update
Install gnome-tweaks and gnome-extensions-app:
Open the terminal and type the following code...
sudo dnf install gnome-tweaks gnome-extensions-app --> press enter
Add minimize and maximize buttons:
Search with tweak --> Windows Titlebar --> set up according to your need like the image below...
Error solution:
Error 1:
EROFS: read-only file system, unlink
Solution: To solve this problem, we have to type the following code
sudo ntfsfix /dev/sdb1 --> press enter
To get the path of the drive(/dev/sdb1), search with disk --> click on the hard drive that has the problem --> copy the path from "Device" same as the picture below...
Post a Comment