Ubuntu Consolas Font Installation / Ubuntu 16.04 Environment
1. Installation Environment
The installation environment is as follows.
- Ubuntu 16.04 LTS 64bit, root user
2. Ubuntu Package Installation
$ apt-get install font-manager
$ apt-get install cabextractInstall font-manager.
3. Consolas Download Script Creation and Installation
$ vim consolas.sh | |
Create the consolas.sh file by copying the content from [File 1].
$ chmod +x consolas.sh
$ ./consolas.shExecute consolas.sh.
4. Consolas Font Installation
$ font-managerRun font-manager.
![[Figure 1] Font File Selection](/blog-software/docs/record/ubuntu-consolas-font-installation-ubuntu-16.04/images/ubuntu-font-manager.png)
[Figure 1] Font File Selection
Click Install Fonts and select the font files in the temp folder.
5. File Deletion
$ rm -r temp
$ rm consolas.shDelete font files and the consolas.sh file.