Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ujarhr/linux-font-installer

Install essential fonts on your Linux distribution.
https://github.com/ujarhr/linux-font-installer

debian-linux font-installer install-fonts linux linux-fonts linux-tools ubuntu-fonts

Last synced: 25 days ago
JSON representation

Install essential fonts on your Linux distribution.

Awesome Lists containing this project

README

        

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](https://raw.githubusercontent.com/ujarhr/linux-font-installer/main/root/wget.tar.xz).

## How to use?

:anger: You can follow either Bash or Python Instructions...

#### :star: 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
#### :star: 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`

#### :star: 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`

#### :star: 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`