当前位置:  技术问答>linux和unix

Linux怎么卸载字体

    来源: 互联网  发布时间:2017-05-27

    本文导语:  系统 Fedora 12  安装了一个 ttf字体文件,安装方式,双击打开,字体预览右上角有个安装,然后就成功了,但是怎么卸载呢?急!!!!!! | How to remove many extra Linux fonts Fonts can be un...

系统 Fedora 12 
安装了一个 ttf字体文件,安装方式,双击打开,字体预览右上角有个安装,然后就成功了,但是怎么卸载呢?急!!!!!!

|
How to remove many extra Linux fonts
Fonts can be uninstalled like software: go to System -> Administration -> Add/Remove Software -> Fonts (click on the Fonts category)
I removed many (all the) kacst and lohit and other un-needed foreign language fonts this way.

All, system-wide, fonts in Fedora, Linux, are in   /usr/share/fonts/ 
for example
/usr/share/fonts/bitstream-vera/*
/usr/share/fonts/default/*
/usr/share/fonts/dejavu/*
/usr/share/fonts/kacst/
/usr/share/fonts/smc/
/usr/share/fonts/stix/*
* = these I did not remove – not completely.

For what is left, just move them out and then run the    fc-cache   command (see ‘man fc-cache’)

for example, create a ~/fonts-fedora folder (plus) 


 mkdir /home/[you]/fonts-fedora

 mkdir /home/[you]/fonts-fedora/default

 mkdir /home/[you]/fonts-fedora/default/ghostscript/

 mkdir /home/[you]/fonts-fedora/default/type1


then, log in as root (su -) and move out just some of the un-needed, unused fonts:

cd /usr/share/fonts/
mv cjkuni* /home/[you]/fonts-fedora/
mv default/ghostscript/hr*   /home/[you]/fonts-fedora/default/ghostscript/
mv default/ghostscript/u00*  /home/[you]/fonts-fedora/default/ghostscript/
mv default/Type1/*           /home/[you]/fonts-fedora/default/type1/
mv jomo*   /home/[you]/fonts-fedora/
mv khme*   /home/[you]/fonts-fedora/
mv liber*  /home/[you]/fonts-fedora/
mv lklug   /home/[you]/fonts-fedora/
mv lohit*  /home/[you]/fonts-fedora/
or ...   rm -rf lohit*   # if you don't need all the foreign languages
mv opens*  /home/[you]/fonts-fedora/
mv pak*    /home/[you]/fonts-fedora/
mv para*   /home/[you]/fonts-fedora/
mv sil-*   /home/[you]/fonts-fedora/
mv smc     /home/[you]/fonts-fedora/
mv thai-*  /home/[you]/fonts-fedora/
mv wqy-*   /home/[you]/fonts-fedora/
mv vlgo*   /home/[you]/fonts-fedora/
mv un-c*   /home/[you]/fonts-fedora/
  fc-cache -v   (v=verbose)

note: liberation fonts are supposed to be substitutes for Windoze courier new, arial, and times-new-roman, but, web site designers know nothing of this and, especially, if you still have windows on one of your computer anyway, just copy those few from windows and use them. You paid for them.
Example: Arial, Courier New, Georgia, Tahoma, Times New Roman, and Verdana

         fonts-web-windoze/

    bytes --- date --- font-name  
   352224 Aug 10  2004 arialbd.ttf
   226748 Aug 10  2004 arialbi.ttf
   207808 Aug 10  2004 ariali.ttf
   138468 May 28  1998 arialNarrowB.ttf
   141328 May 28  1998 arialNarrowI.ttf
   134188 May 28  1998 arialNarrow.ttf
   367112 Aug 10  2004 arial.ttf
   312920 Aug 10  2004 courNewbd.ttf
   236148 Aug 10  2004 courNewbi.ttf
   245032 Aug 10  2004 courNewi.ttf
   303296 Aug 10  2004 courNew.ttf
   145940 Jun 10  2009 georgiab.ttf
   162380 Jun 10  2009 georgiai.ttf
   157080 Jun 10  2009 georgia.ttf
   164332 Jun 10  2009 georgiaz.ttf
   355436 Aug 10  2004 tahomabd.ttf
   383140 Aug 10  2004 tahoma.ttf
   398372 Aug 10  2004 timesbd.ttf
   239692 Aug 10  2004 timesbi.ttf
   248368 Aug 10  2004 timesi.ttf
   409280 Aug 10  2004 times.ttf
   137616 Aug 10  2004 verdanab.ttf
   155076 Aug 10  2004 verdanai.ttf
   171792 Aug 10  2004 verdana.ttf
   154800 Aug 10  2004 verdanaz.ttf
 
To activate these and any personal fonts you have, they should be copied into your /home/[you]/.fonts folder. Create it if it does not yet exist.

in the end, you might have something like these 2 folders


   /home/greg/.fonts/web-windoze/

   /home/greg/.fonts/greg-personal/


To add fonts system-wide, create a folder for them under  /usr/share/fonts/ 
copy them into the folder. It is a good idea to create a new subdirectory, such as local/ or [your-name], etc., to help distinguish between yours and default installed fonts.
To add fonts for yourself, copy the new fonts into a folder under the .fonts/ folder
in the user’s home directory.

Use the fc-cache command to update the font information cache, as in the following
example:  fc-cache -v  ( -v for verbose just to see it work)
The command loads into memory, fonts from both  /usr/share/fonts/  and /home/[you]/.fonts/

Note:
if a font file name ends with a .gz extension, it is compressed and cannot be used until uncompressed.

example: keep your personal favorite fonts in folders in /home/[you]/fonts-favorites/
then at /usr/share/fonts/

on your desktop, open your “computer” icon (with your file browser, Nautilus) and mount your windows partition, copy out a minimal set of C:/windows/fonts/* that every web site expects,
like Arial, Courier New, Georgia, Tahoma, Times New Roman, and Verdana

mkdir web-windoze

cp -p /home/greg/fonts-windoze/gks-windoze/* web-windoze/

|
应该和 windows 一样,在某个目录,找到删了就行

    
 
 

您可能感兴趣的文章:

  • mount命令(linux操作系统)挂载卸载文件系统(cifs,光驱,nfs等)方法介绍
  • Redhat Linux8.0软件卸载问题(已安装,卸载时提示没安装)
  • linux下怎么卸载realplayer??
  • arm-linux-gcc 怎么卸载?
  • arm-linux-gcc 卸载?
  • 在linux下如何卸载软件
  • 关于LINUX内核模块的按需卸载及安装
  • linux如何卸载boost库(centos)
  • linux下软件安装了怎么卸载
  • Win7下卸载Linux Ubuntu系统
  • linux 卸载mysql的问题
  • 在vmware中如何卸载red hat linux?
  • linux下oracle 10g如何完全卸载?
  • Linux上如何完全卸载MySQL数据库???
  • linux下如何卸载程序
  • red hat linux下如何卸载oracle
  • 我用的是redhat linux 怎么卸载U盘?
  • 我机器装有xp和linux, 现在想卸载linux保留xp, 如何做?
  • 问题6:如何在linux shell 下查看安装软件情况,和卸载软件?
  • linux 下如何卸载编译安装的软件
  • 如何卸载了Linux?
  • 我的linux下jb的字体怎么那么难看,jb里面的字体设置和我都试了,都那么难看,同样的在win下就很好,为什么?有什么办法?
  • 我用笔记本电脑装Linux,可是上面的字体很不清除怎么设置字体才能让他看起来舒服一点?
  • Linux字体 Linux Libertine
  • linux下如何修改控制台字体?
  • LINUX下如何随系统改变字体
  • 在Linux下能否使用windows的TureType字体
  • linux9.1屏幕字体模糊问题
  • redhat linux 下默认的中文字体怎么看不清楚呢,能不能调整呢?
  • 大家在linux里,中文用的什么字体?
  • 程序如何获取linux系统里的字体????
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • linux c/c++ IP字符串转换成可比较大小的数字
  • 在win分区上安装linux和独立分区安装linux有什么区别?可以同时安装吗?(两个linux系统)
  • linux哪个版本好?linux操作系统版本详细介绍及选择方案推荐
  • 在虚拟机上安装的linux上,能像真的linux系统一样开发linux程序么?
  • secureCRT下Linux终端汉字乱码解决方法
  • IP地址数字互转 iis7站长之家
  • Linux c字符串中不可打印字符转换成16进制
  • 安装vmware软件,不用再安装linux系统,就可以模拟linux系统了,然后可以在其上学习一下LINUX下的基本操作 了?
  • Linux常用命令介绍:更改所属用户群组或档案属性
  • 红旗Linux主机可以通过127.0.0.1访问,但如何是连网的Win2000机器通过Linux的IP去访问Linux
  • linux命令大全详细分类介绍及常用linux命令文档手册下载
  • 我重装window后,把linux的引导区覆盖了,进不了linux怎么办?急啊,望热心的人帮助 (现在没有linux的盘,只有DOS启动盘)
  • Linux Kernel 'sctp_v6_xmit()'函数信息泄露漏洞
  • 如何让win2000和linux共存。我装好WIN2000,再装LINUX7.0,但LILO只能找到LINUX,不能引导WIN2000
  • linux c下利用srand和rand函数生成随机字符串
  • 在windows中的VMware装了个linux,主板有两个串口,能做windows和linux的串口通信测试么,怎么测试这两个串口在linux是有效
  • Linux c++虚函数(virtual function)简单用法示例代码
  • 我们网站的服务器从windows2000迁往linux,ASP程序继续使用,可是我连LINUX的皮毛都不了解,大家告诉我LINUX下怎么建网站??
  • Docker官方镜像将会使用Alpine Linux替换Ubuntu
  • 中文Linux与西文Linus分别哪一个版是权威?I认为是:中科软的白旗Linux与西文的绿帽子Linux!大家的看法呢?
  • Linux下chmod命令详细介绍及用法举例
  • 我重装了winme,却进不了Linux了,而我现在又没有Linux光盘,也没有Linux启动盘,还有没有办法?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3