Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ujarhr/linux-font-installer
- Owner: ujaRHR
- Created: 2022-07-07T07:31:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T13:26:55.000Z (about 2 years ago)
- Last Synced: 2024-10-12T17:42:42.444Z (25 days ago)
- Topics: debian-linux, font-installer, install-fonts, linux, linux-fonts, linux-tools, ubuntu-fonts
- Language: Shell
- Homepage: https://github.com/ujarhr/linux-font-installer
- Size: 23.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
#### :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`