🐧 This tool can be used to easily install essential fonts on any Linux Distribution.
✔ Easy to use
✔ Beginner friendly
✔ Works on any Linux Distribution
💢 You can follow either Bash or Python Instructions...
Just run this command on your terminal...
wget -q --show-progress https://raw.githubusercontent.com/ujarhr/linux-font-installer/main/install.sh -O install.sh; chmod +x install.sh; bash install.sh; rm install.sh
-
Clone this repository.
git clone https://github.com/ujarhr/linux-font-installer.git
-
Go to the 'linux-font-installer' folder.
cd linux-font-installer
-
Execute the install.sh script.
bash install.sh
-
Make sure that the file is executable. If not use
sudo chmod +x install.sh
Just run this command on your terminal...
wget -q --show-progress https://raw.githubusercontent.com/ujarhr/linux-font-installer/main/install.py -O install.py; python3 install.py; rm install.py
-
Clone this repository.
git clone https://github.com/ujarhr/linux-font-installer.git
-
Go to the 'linux-font-installer' folder.
cd linux-font-installer
-
Run the install.py program.
python3 install.py