How to Open a PDF in Linux Terminal

User Avatar
πŸ‘€ admin
πŸ”΄ Admin
✍️ The most important thing in the world is to not be alone.
⏳ Last active: 15 Apr 2025 at 16:01
πŸ“… Created: 14 Jul 2021 at 09:46
πŸ‘€ Viewed: 19 times
βœ‰οΈ Send Email

About

Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.

Evince is specifically designed to support the file following formats: PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt). For a comprehensive list of formats supported, see Supported Document Formats.

Image

Opening a PDF in the Linux Terminal

To open a PDF instantly in your Linux terminal, you have to follow the steps listed below:

Step # 1: Do a System Update

First, you should quickly update your system with the following command:


# Update your system

$ sudo apt update

Step # 2: Install Evince on your System

After updating your system, you need to install a tool on it known as β€œEvince”. This tool can be installed by executing the command shown below:


# Install Evience

$ sudo apt install evince

It is an extremely lightweight tool which is why it will hardly take a minute to install it on your Linux system after which you will see the following messages on your screen.

Image

Step # 3: Use Evince to Open a PDF in your Linux Terminal:

Now when β€œEvince” has been successfully installed on your Linux system, you can use it to open a PDF in your terminal by executing the command shown below:


# Opening a pdf in the terminal

$ evince pdffile.pdf

After executing this command, your PDF will instantly open in the terminal.

Conclusion

In this article we showed you how to open a pdf document using the terminal.

We hope you enjoyed this article. if that is so please rate this page with the stars bellow and subscribe to our YouTube channel or follow us on twiter.

If you want to comment: Login or Register