Skip to content

ujaRHR/linux-font-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Font Installer

🐧 This tool can be used to easily install essential fonts on any Linux Distribution.

✔ Easy to use
✔ Beginner friendly
✔ Works on any Linux Distribution

Pre-requisites:

⚠️ You must have WGET installed on your machine. By default, the Wget package comes pre-installed in most Linux operating systems. If not, then download it from here.

How to use?

💢 You can follow either Bash or Python Instructions...

⭐ Single Line Command (Bash):

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

Direct Installation Command

#### ⭐ Manual Installation (Bash):
  • 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

⭐ Single Line Command (Python):

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

⭐ Manual Installation (Python):

  • 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