博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Install Ubuntu Fonts on Fedora17
阅读量:6567 次
发布时间:2019-06-24

本文共 969 字,大约阅读时间需要 3 分钟。

1. Let’s work from your Downloads folder.

cd ~/Downloads

2. Download the Ubuntu Fonts package from Ubuntu.

wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip

3. Extra the downloaded zip file.

unzip ubuntu-font-family-0.80.zip

4. Rename the extracted directory. (Not a must)

mv ubuntu-font-family-0.80 ubuntu-font-family

5. Copy the extracted directory to the system shared fonts directory.

su -c 'cp -rv ubuntu-font-family /usr/share/fonts/'

6. Set the permissions for the directory you just moved.

su -c 'chmod 755 /usr/share/fonts/ubuntu-font-family'

7. Scan and build the fonts cache files for the new Ubuntu files.

cd /usr/share/fontssu -c ‘fc-cache ubuntu-font-family’

That’s it, you should now be able to use the Ubuntu fonts in your applications and documents.

In addition, you can use gnome-tweal-tool to set the fonts.

yum install gnome-tweak-tool

 

 

转载于:https://www.cnblogs.com/JavaTechLover/archive/2012/12/22/Install-Ubuntu-Fonts-on-Fedora17.html

你可能感兴趣的文章
Hibernate 对象标识符(OID)来区分对象
查看>>
mbr,gpt,开机启动流程.
查看>>
CENTOS下搭建SVN服务器
查看>>
零基础到精通Linux,从这篇文章开始
查看>>
Python最简编码规范
查看>>
grep与正则表达式
查看>>
js模块化编程之CommonJS和AMD/CMD
查看>>
12月26日二周二次【Python基础语法】
查看>>
Android L 新特性
查看>>
学习笔记第十七节课
查看>>
Python 爬取图片链接并且解析
查看>>
初学图论-Bellman-Ford单源最短路径算法
查看>>
初学算法-快速排序与线性时间选择(Deterministic Selection)的C++实现
查看>>
NFS网络文件系统
查看>>
SSH远程管理(用户登录控制及密码验证)
查看>>
java常用类型转换
查看>>
划分vlan,制作trunk口。使同一vlan能互相通讯
查看>>
地理信息系统控件GIS控件TatukGIS Developer Kernel 下载及介绍
查看>>
VIM的snipMate的继承设置
查看>>
云HBase发布全文索引服务,轻松应对复杂查询
查看>>