shmily-xu 于 2009-04-25 13:54:31发表:
apt-get 是ubuntu下的命令,类似fedora下的yum!
paul_Zhao 于 2009-04-24 23:53:58发表:
谢谢楼主谢谢四楼
deepbreath 于 2008-10-07 23:16:39发表:
谢谢,3楼,但我是在FE9下操作:你的教方法不行 [root@localhost ~]# sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional sudo: apt-get: command not found [root@localhost ~]# sudo make install datadir=/usr/share make: *** 没有规则可以创建目标“install”。 停止。 [root@localhost ~]# sudo rm /etc/fonts/conf.d/49-sansserif.conf [root@localhost ~]# sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional sudo: apt-get: command not found [root@localhost ~]# 同时感谢楼4,通过安装adobe acrobat reader for linux就可以看:0)1
yezhulin1982 于 2008-10-05 13:04:57发表:
最好是安装adobe acrobat reader for linux。 http://www.adobe.com/cn/products/acrobat/readstep2.html
AssassinC 于 2008-10-05 12:15:23发表:
应该是第三种方法才有效
Kttlon 于 2008-10-05 12:09:18发表:
evince查看pdf乱码解决办法 sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional 如果上面的方法仍然不起作用 wget http://poppler.freedesktop.org/poppler-data-0.1.tar.gz tar xzvf poppler-data-0.1.tar.gz && cd poppler-data-0.1 sudo make install datadir=/usr/share 或者1、sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional 2、搜索并安装poppler-data软件包 3、sudo rm /etc/fonts/conf.d/49-sansserif.conf 这些都是在UBUNTU下的操作
shmily-xu 于 2009-04-25 13:54:31发表:
apt-get 是ubuntu下的命令,类似fedora下的yum!
paul_Zhao 于 2009-04-24 23:53:58发表:
谢谢楼主谢谢四楼
deepbreath 于 2008-10-07 23:16:39发表:
谢谢,3楼,但我是在FE9下操作:你的教方法不行
[root@localhost ~]# sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional
sudo: apt-get: command not found
[root@localhost ~]# sudo make install datadir=/usr/share
make: *** 没有规则可以创建目标“install”。 停止。
[root@localhost ~]# sudo rm /etc/fonts/conf.d/49-sansserif.conf
[root@localhost ~]# sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional
sudo: apt-get: command not found
[root@localhost ~]#
同时感谢楼4,通过安装adobe acrobat reader for linux就可以看:0)1
yezhulin1982 于 2008-10-05 13:04:57发表:
最好是安装adobe acrobat reader for linux。
http://www.adobe.com/cn/products/acrobat/readstep2.html
AssassinC 于 2008-10-05 12:15:23发表:
应该是第三种方法才有效
Kttlon 于 2008-10-05 12:09:18发表:
evince查看pdf乱码解决办法
sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional
如果上面的方法仍然不起作用
wget http://poppler.freedesktop.org/poppler-data-0.1.tar.gz
tar xzvf poppler-data-0.1.tar.gz && cd poppler-data-0.1
sudo make install datadir=/usr/share
或者1、sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional
2、搜索并安装poppler-data软件包
3、sudo rm /etc/fonts/conf.d/49-sansserif.conf
这些都是在UBUNTU下的操作