Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install fontforge linux

# ubuntu
sudo apt-get install software-properties-common;
sudo add-apt-repository ppa:fontforge/fontforge;
sudo apt-get update;
sudo apt-get install fontforge;

# fedora
yum install fontforge;
Comment

install font on linux

#ubuntu
sudo apt install ttf-mscorefonts-installer
( when <ok> appears press TAB and enter )

sudo fc-cache
fc-match Arial
fc-match Times
Comment

PREVIOUS NEXT
Code Example
Shell :: startup folder location 
Shell :: tar extract gz 
Shell :: redis delete keys that match pattern 
Shell :: find and delete files with extension linux 
Shell :: git reset branch 
Shell :: commit to a new branch 
Shell :: kubectl get pods 
Shell :: shell foreach line 
Shell :: what is the difference between powershell and command prompt 
Shell :: how to determine the file type in ubuntu 
Shell :: install chrome webdriver node 
Shell :: ubuntu set current timezone asia/kolkata 
Shell :: create cert from pem 
Shell :: bash script 
Shell :: task manager linux 
Shell :: linux shutdown 
Shell :: install spotify on linux 
Shell :: git create branch with specific commit 
Shell :: auto generate requirements.txt python 
Shell :: offline heic to jpg converter on linux 
Shell :: update pip 
Shell :: how to remove untracked files in git 
Shell :: Installing plugins with vim-plug 
Shell :: how to reboot kali linux with commands 
Shell :: git push example 
Shell :: install docker fedora 
Shell :: install typescript in node project 
Shell :: heroku rebuild without commit 
Shell :: bash list processes mac 
Shell :: wsl2 release memory 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =