Yum Install Xpdf Centos

Active2 years, 11 months ago

I want to 'yum install php-mbstring' on Centos 6. The problem is that due to firewall restrictions, the centos machine can not connect outside. Therefore, epel etc packages fail due to unreachable: http://download.fedoraproject.org/pub/epel..

I can transfer any file from my computer to the centos machine. So, is it possible to download php-mbstring source and put to the centos machine so that it can be installed offline?

Note: Downloaded packages such as epel-release-6-8.noarch.rpm and putting on the centos machine doesnt work because they still need external connection when I run yum install.

SelaySelay

@coolwanglu @bilalmughal thank you, I think it's problem of my server, after recover myserver and yum install fontconfig-devel, I installed poppler Sign up for free to subscribe to this conversation on GitHub. Xpdf is an X Window System based viewer for Portable Document Format (PDF) files. Xpdf is a small and efficient program which uses standard X fonts.

2 Answers

Centos yum install build essentials

Use yumdownloader on a system which does have internet access.

This will pull the package and its dependencies (using the --resolve switch) down to the local directory.

Copy the files to the system in question and yum install using the path to the files.

ewwhiteewwhite
177k80 gold badges383 silver badges743 bronze badges

You need to download your package (which will be called php-mbstring-….rpm) from the EPEL repository (for EL6, you can browse https://dl.fedoraproject.org/pub/epel/6/ to find the packages). Transfer that package to the server on which you need it installed, and run:

In other words, if you give yum an rpm filename, rather than a simple package name, it will install that rpm without looking for the package in its repositories.

Convert dmg to iso virtualbox download. Note - if the package has requirements that would need to be satisfied by other packages, yum will still look in its repos as usual for those unsatisfied requirements. In that case, you can download all the dependencies in the same manner, then give all of them on the command line:

(If you put them all in the same directory, you can obviously use a wildcard to avoid typing all the filenames).

J EarlsJ Earls

Not the answer you're looking for? Browse other questions tagged linuxcentosphpcentos6yum or ask your own question.

This article is the continuation of our ongoing series about Linux Top Tools, in this series we will introduce you most famous open source tools for Linux systems.

With the increase in use of portable document format (PDF) files on the Internet for on-line books and other related documents, having a PDF viewer/reader is very important on desktop Linux distributions.

There are several PDF viewers/readers that one can use on Linux and they all offer related basic and advanced features.

Suggested Read:20 Free Open Source Softwares I Found in Year 2015

In this article, we shall look at 8 important PDF viewers/readers that can help you when dealing with PDF files in Linux systems.

1. Okular

It is universal document viewer which is also a free software developed by KDE. It can run on Linux, Windows, Mac OSX and many other Unix-like systems. It supports many document formats such as PDF, XPS, ePub, CHM, Postscript and many others.

It has following features:

  1. Embedded 3D model
  2. Subpixel rendering
  3. Table selection tool
  4. Geometric shapes
  5. Adding textboxes, and stamps
  6. Copy images to clipboard
  7. Magnifier and many more

Yum Install Xpdf Centos 6

To install Okular PDF reader in Linux, use apt or yum to get it as shown:

Visit Homepage:https://okular.kde.org/

2. Evince

It is a lightweight document viewer which comes as the default on Gnome desktop environment. It supports document formats such as PDF, PDF, Postscript, tiff, XPS, djvu, dvi, plus many more.

It has features such as:

  1. Search tool
  2. Page thumbnails for easy reference
  3. Document Indexes
  4. Document Printing
  5. Encrypted Document Viewing

To install Evince PDF reader in Linux, use:

Evince Linux PDF Reader

Visit Homepage:https://wiki.gnome.org/Apps/Evince

3. Foxit Reader

It is a cross platform, small and fast secure PDF reader. The latest version as of this writing is Foxit reader 7 which offers some security features that protect against vulnerabilities.

Suggested Read:10 Best Markdown Editors for Linux

It is features-rich with features including:

  1. An intuitive user interface
  2. Support for scanning documents into PDF
  3. Allows shared viewing of documents
  4. Commenting tools
  5. Add/verify digital signatures and many more.

To install Foxit Reader on Linux systems, follow below instructions:

Visit Homepage:https://www.foxitsoftware.com/products/pdf-reader/

4. Firefox (PDF.JS)

It is a general-purpose web based PDF viewer built with HTML5. It is also an open source, community driven project that is supported by Mozilla labs.

To install PDF.js in Linux systems, follow the below instructions:

and then you can open

Visit Homepage:https://github.com/mozilla/pdf.js

Centos install yum

5. XPDF

It is an old and open source PDF viewer for the X windows system that is supported on Linux and other Unix like operating systems. It additionally includes a text extractor, PDF-to-PostScript converter and many other utilities.

It has an old interface, therefore user who care so much about nice graphics may not enjoy using it so much.

Yum Install Xpdf Centos 6

To install XPDF Viewer, use following command:

XPDF Linux PDF Reader

Visit Homepage:http://www.foolabs.com/xpdf/home.html

6. GNU GV

It is an old PDF and Postscript document viewer that works on an X display by providing a graphical user interface for the Ghostscript interpreter.

It is a improved derivation of Ghostview developed by Timothy O. Theisen, which was originally developed by Johannes Plass. It also has old an graphical user interface.

Centos Yum Clean

Suggested Read:9 Best File Comparison and Difference (Diff) Tools for Linux

To install Gnu GV PDF viewer in Linux, type:

Visit Homepage:https://www.gnu.org/software/gv/

7. Mupdf

Mupdf is a free, small, lightweight, fast and complete PDF and XPS viewer. It is highly-extensible because of its modular nature.

A handful of its notable features include:

  1. Supports a highly quality anti-aliased graphics renderer
  2. Supports PDF 1.7 with transparency, encryption, hyperlinks, annotations, searching plus many more
  3. Reads XPS and OpenXPS documents
  4. Written modularly to support additional features
  5. Importantly, it can also handle pdf encoded with Chinese GBK well

Centos Yum Packages

MuPDF Viewer for Linux

Centos Yum Uninstall

Visit Homepage:http://mupdf.com/

8. Qpdfview

qpdfview is a tabbed document viewer for Linux that uses Poppler for PDF support. It also supports other document formats as well, includin PS and DjVu.

Below is a list of its features and components:

  1. Uses Qt toolkit for interfaces
  2. Uses CUPS for printing purposes
  3. Supports outline, properties and thumbnail panes
  4. Supports scale, rotate and fit functions
  5. Also supports fullscreen and presentation views
  6. Enables text search
  7. Supports configurable toolbars
  8. Supports configurable keyboard shortcuts and many others

Visit Homepage:https://launchpad.net/qpdfview

Summary

Many people these days prefer using PDF files because many on-line documents and books now come in form PDF files. Therefore getting a PDF viewer that meets your needs is vital.

Suggested Read:6 Best PDF Page Cropping Tools For Linux

I hope you find this article useful and if we’ve missed any tool in the above list, do share in the comments and don’t forget to share your additional thoughts, you can leave a comment in the comment section. Skye keeping secrets rar.

Share