Jump to content

Installasi Font Windows di Ubuntu: Difference between revisions

From Wiki
Created page with "*Open your terminal by pressing the F4 key on the keyboard. *Type the command in the terminal then Enter. sudo apt-get install ttf-mscorefonts-installer sudo apt install u..."
 
No edit summary
 
Line 1: Line 1:
*Open your terminal by pressing the F4 key on the keyboard.
*Open your terminal by pressing the F4 key on the keyboard.
*Type the command  in the terminal then Enter.
*Type the command  in the terminal then Enter.
sudo apt-get install ttf-mscorefonts-installer


sudo apt install ubuntu-restricted-extras
<syntaxhighlight lang="bash">
sudo apt-get install ttf-mscorefonts-installer
</syntaxhighlight>
 
<syntaxhighlight lang="bash">
sudo apt install ubuntu-restricted-extras
</syntaxhighlight>


*Enter your password if requested.
*Enter your password if requested.
*Windows font download process will run, wait until the process is complete.
*Windows font download process will run, wait until the process is complete.
*Type the command to clear the cache so that the font can be detected.
*Type the command to clear the cache so that the font can be detected.
fc-cache -fv
 
<syntaxhighlight lang="bash">
fc-cache -fv
</syntaxhighlight>


==Terkait==
==Terkait==
Line 14: Line 22:


==Source==
==Source==
*[https://bit.ly/2WCWV0f technadvicedotcom]
*[https://bit.ly/2WCWV0f technadvice.com]


[[Category:Distro]][[Category:Tutorial]]
[[Category:Distro]][[Category:Tutorial]]

Latest revision as of 14:36, 17 November 2022

  • Open your terminal by pressing the F4 key on the keyboard.
  • Type the command in the terminal then Enter.
sudo apt-get install ttf-mscorefonts-installer
sudo apt install ubuntu-restricted-extras
  • Enter your password if requested.
  • Windows font download process will run, wait until the process is complete.
  • Type the command to clear the cache so that the font can be detected.
fc-cache -fv

Terkait

Source