{"id":15051142,"url":"https://github.com/ujarhr/linux-font-installer","last_synced_at":"2026-04-02T02:37:34.799Z","repository":{"id":43923183,"uuid":"511427937","full_name":"ujaRHR/linux-font-installer","owner":"ujaRHR","description":"Install essential fonts on your Linux distribution.","archived":false,"fork":false,"pushed_at":"2022-09-06T13:26:55.000Z","size":24242,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T21:53:18.986Z","etag":null,"topics":["debian-linux","font-installer","install-fonts","linux","linux-fonts","linux-tools","ubuntu-fonts"],"latest_commit_sha":null,"homepage":"https://github.com/ujarhr/linux-font-installer","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ujaRHR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-07T07:31:16.000Z","updated_at":"2023-04-25T12:07:12.000Z","dependencies_parsed_at":"2023-01-17T22:15:54.578Z","dependency_job_id":null,"html_url":"https://github.com/ujaRHR/linux-font-installer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujaRHR%2Flinux-font-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujaRHR%2Flinux-font-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujaRHR%2Flinux-font-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujaRHR%2Flinux-font-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ujaRHR","download_url":"https://codeload.github.com/ujaRHR/linux-font-installer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243513330,"owners_count":20302929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian-linux","font-installer","install-fonts","linux","linux-fonts","linux-tools","ubuntu-fonts"],"created_at":"2024-09-24T21:31:07.894Z","updated_at":"2025-12-29T12:29:38.125Z","avatar_url":"https://github.com/ujaRHR.png","language":"Shell","readme":"\u003ch1 align=\"center\"\u003eLinux Font Installer\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cg-emoji class=\"g-emoji\" alias=\"penguin\" fallback-src=\"https://github.githubassets.com/images/icons/emoji/unicode/1f427.png\"\u003e🐧\u003c/g-emoji\u003e This tool can be used to easily install essential fonts on any Linux Distribution.\u003c/p\u003e\n\n**\u003cg-emoji class=\"g-emoji\" alias=\"heavy_check_mark\" fallback-src=\"https://github.githubassets.com/images/icons/emoji/unicode/2714.png\"\u003e✔\u003c/g-emoji\u003e Easy to use \u003cbr\u003e\n\u003cg-emoji class=\"g-emoji\" alias=\"heavy_check_mark\" fallback-src=\"https://github.githubassets.com/images/icons/emoji/unicode/2714.png\"\u003e✔\u003c/g-emoji\u003e Beginner friendly \u003cbr\u003e\n\u003cg-emoji class=\"g-emoji\" alias=\"heavy_check_mark\" fallback-src=\"https://github.githubassets.com/images/icons/emoji/unicode/2714.png\"\u003e✔\u003c/g-emoji\u003e Works on any Linux Distribution**\n\n## Pre-requisites:\n\u003cg-emoji class=\"g-emoji\" alias=\"warning\" fallback-src=\"https://github.githubassets.com/images/icons/emoji/unicode/26a0.png\"\u003e⚠️\u003c/g-emoji\u003e 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).\n\n## How to use? \n\n:anger: You can follow either Bash or Python Instructions...\n\n#### :star: Single Line Command (Bash):\nJust run this command on your terminal...\n\n`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`\n\n\u003cimg src=\"https://i.ibb.co/jDr5NWX/carbon.png\" alt=\"Direct Installation Command\"\u003e\n\n#### :star: Manual Installation (Bash):\n\n*   Clone this repository. \u003cbr\u003e\n\t\t\t`git clone https://github.com/ujarhr/linux-font-installer.git`\n\n*   Go to the 'linux-font-installer' folder. \u003cbr\u003e\n\t\t\t`cd linux-font-installer`\n\n*   Execute the install.sh script. \u003cbr\u003e\n\t\t     `bash install.sh`\n\t\t     \n*   Make sure that the file is executable. If not use \u003cbr\u003e\n\t\t\t `sudo chmod +x install.sh`\n\n\n#### :star: Single Line Command (Python):\nJust run this command on your terminal...\n\n`wget -q --show-progress https://raw.githubusercontent.com/ujarhr/linux-font-installer/main/install.py -O install.py; python3 install.py; rm install.py`\n\n#### :star: Manual Installation (Python):\n\n*   Clone this repository. \u003cbr\u003e\n\t\t\t`git clone https://github.com/ujarhr/linux-font-installer.git`\n\n*   Go to the 'linux-font-installer' folder. \u003cbr\u003e\n\t\t\t`cd linux-font-installer`\n\n*   Run the install.py program. \u003cbr\u003e\n\t\t     `python3 install.py`\n\n\n#### 🧑‍💻 Created By: [Reajul Hasan Raju](https://rhraju.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujarhr%2Flinux-font-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fujarhr%2Flinux-font-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujarhr%2Flinux-font-installer/lists"}