特殊:Badtitle/NS100:Foxit

来自Ubuntu中文
Wikibot留言 | 贡献2010年5月19日 (三) 22:25的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :Foxit/zh | | {{#ifexist: Foxit/zh | | {{#ifeq: {{#titleparts:Foxit|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Foxit|1|-1|}} | zh | | }}

Warning: this program is not known to work

Why Foxit?

Even though Ubuntu comes with a lot of great applications for working with PDFs, some functionality is not available in the programs installable through the standard repositories, and sometimes people just prefer something other than Evince, Kpdf, or Adobe Reader. Foxit is one of those programs.

How to Install Foxit

Paste these commands into the|terminal:

Download Foxit

wget -c http://mirrors.foxitsoftware.com/pub/foxit/reader/desktop/unix/1.x/1.0/enu/FoxitReader10_Linux_enu_i386.tar.bz2

Unzip the archive

tar -jxvf FoxitReader10_Linux_enu_i386.tar.bz2 

Move the executable to a universal location

sudo mkdir /opt/foxit
sudo mv Foxit /opt/foxit/

Make the executable universally available

sudo ln -s /opt/foxit/Foxit/FoxitReader /usr/bin/foxit

Now, the command foxit should launch the application.

Remove the original archive

After you test out that Foxit is working properly, you can remove the original .tar.gz file you downloaded with the first command

rm FoxitReader10_Linux_enu_i386.tar.bz2

Another advanced PDF application

PDFedit is also a popular advanced PDF program.