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

where are fonts on linux

# Lists locations of installed fonts (linux)
fc-list
Comment

install windows fonts on linux

sudo apt update && sudo apt install ttf-mscorefonts-installer
Comment

PREVIOUS NEXT
Code Example
Shell :: discord.py install 
Shell :: git add -p 
Shell :: docker starting too long 
Shell :: edit default port for linux server 
Shell :: ubuntu command get my ip 
Shell :: bash script to output a specific line of a file 
Shell :: how to move a file in terminal 
Shell :: ssh raspberryp 
Shell :: check maven version in ubuntu 
Shell :: download sublime text ubuntu 20.04 
Shell :: zsh: command not found: aws 
Shell :: install npm and node on ubuntu 
Shell :: create branch in git 
Shell :: linux video player 
Shell :: virtualbox debian 10 guest additions 
Shell :: diskpart commands 
Shell :: poetry python install 
Shell :: center table markdown github 
Shell :: chown specific user linux 
Shell :: composer upgrade to 2 
Shell :: kubectl neat 
Shell :: git checkout single file 
Shell :: how to install heroku cli 
Shell :: nuget commandline 
Shell :: grep not 
Shell :: git github private fatal repository not found 
Shell :: minimize on click in ubuntu dock 
Shell :: wsl how to add gui to ubuntu 
Shell :: graphviz windows install 
Shell :: mv all files in directory to parent 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =