Skip to main content

how to open pdf documents in linux os

source computerhope.com

after reading this artical you will be able to:

1. open pdf documents in linux os by any digital computers (such as- laptops, desktops, palmtops, tablets, etc.)

2. teach others to open pdf documents in linux os by any digital computers (such as- laptops, desktops, palmtops, tablets, etc.)

There are many ways to view PDF documents in a Linux environment. Depending on your needs, we currently recommend LibreOffice if you need to edit a PDF, and Evince for simple PDF viewing.

LibreOffice

LibreOffice Writer, which is part of the open source LibreOffice suite, does a great job opening, viewing, editing, and writing PDF documents.

Installing LibreOffice

To install LibreOffice, use the instructions below which correspond to your specificoperating system:
Debian and Ubuntu
Debian and Ubuntu both use the APT package management system. In your terminal, run the following command to install the LibreOffice software package:
sudo apt-get update && sudo apt-get install libreoffice
CentOS
In CentOS first, download the LibreOffice package from https://libreoffice.orgappropriate for your system architecture. For instance, in this example we have downloaded LibreOffice_5.1.4_Linux_x86-64_rpm.tar.gz, which is an RPM package of LibreOffice 5.1.4 for 64-bit computers, into our Downloads directory.
Open a terminal and navigate to the directory where you downloaded the archive, for example:
cd ~/Downloads
The archive is a gzipped tar file. Extract it:
tar -xzvf LibreOffice_5.1.4_Linux_x86-64_rpm.tar.gz
The archive directory structure is extracted into the current directory. Change to the directory containing the RPMs:
cd LibreOffice_5.1.4.2_Linux_x86-64_rpm/RPMS/
Then use the yum package manager to install all of the RPM packages. Any requireddependencies are also downloaded and installed:
sudo yum localinstall *.rpm
Fedora
Installing LibreOffice on Fedora is similar to installing on CentOS. First, download the RPM archive for your machine architecture from https://libreoffice.org. In this case, we downloaded the same 64-bit RPM archive as above,LibreOffice_5.1.4_Linux_x86-64_rpm.tar.gz.
Navigate to the directory where you downloaded the archive, for example:
cd ~/Downloads
Extract the archive:
tar -xzvf LibreOffice_5.1.4_Linux_x86-64_rpm.tar.gz
Navigate to the directory containing the RPMs:
cd LibreOffice_5.1.4.2_Linux_x86-64_rpm/RPMS/
Finally, install all RPMs with the dnf package management tool. Dnf is similar to yum, but the command syntax is slightly different for installing local packages:
sudo dnf install *.rpm
OpenSUSE
OpenSUSE uses the zypper package management tool. From your terminal, run:
sudo zypper install libreoffice
Arch Linux
Arch Linux uses the pacman package manager. To install libreoffice, run:
sudo pacman -S libreoffice
or:
su -c "pacman -S libreoffice"
Choose the package libreoffice-fresh or libreoffice-still. For the newest features, choose libreoffice-fresh. For the version that is the most reliably stable, chooselibreoffice-still.

Evince PDF Viewer

Evince is a lightweight program that loads and renders PDF documents in a clean, precise manner. You may prefer it to LibreOffice if all you need to do is view a PDF.
Viewing a PDF using Evince on Linux

Installing Evince

Debian, Ubuntu
sudo apt-get update && sudo apt-get install evince
CentOS
sudo yum install evince
Fedora
sudo dnf install evince
OpenSUSE
sudo zypper install evince
Arch
sudo pacman -S evince
-OR-
su -c "pacman -S evince"

Comments

Popular posts from this blog

QBasic and its history

QBasic Not to be confused with  Quick Basic . QBasic Paradigm Procedural Developer Microsoft First appeared 1991 ; 25 years ago OS MS-DOS ,  Windows 95 ,  Windows 98 ,  Windows Me ,  PC DOS ,  OS/2 , eComStation License Part of the operating system (a variety of  closed-source  licenses) Website www .microsoft .com Influenced by QuickBASIC ,  GW-BASIC Influenced QB64 ,  Small Basic QBasic  ( Microsoft  Quick Beginners All purpose Symbolic Instruction Code ) is an  IDE  and  interpreter  for a variety of the  BASIC programming language  which is based on  QuickBASIC . Code entered into the IDE is compiled to an intermediate representation , and this  IR  is immediately interpreted on demand within the IDE. [1]  It can run under nearly all versions of  DOS  and  Windows , or through  DOSBox / DOSEMU , on  Linux  and  FreeBSD . [2]  For its time, QBasic provided a state-of-the-art IDE, including a  debugger  with features such as on-the-fly expression evaluation and

Top 10 keyboard shortcuts everyone should know

Top 10 keyboard shortcuts everyone should know Using keyboard shortcuts can greatly increase your productivity, reduce repetitive strain, and help keep you focused. For example, to copy text, you can highlight text and press the Ctrl + C shortcut. The shortcut is faster than moving your hands from the keyboard, highlighting with the mouse, choosing copy from the file menu, and then returning to the keyboard. Below are the top 10 keyboard shortcuts we recommend everyone memorize and use. Ctrl + C or Ctrl + Insert and Ctrl + X Both  Ctrl + C  and  Ctrl +  Insert  will  copy  the  highlighted  text or selected item. If you want to  cut  instead of copy press  Ctrl + X . Apple  computer users can substitute the Ctrl key for the  command (cmd) key  on their computers. For example, pressing  Cmd + C  copies the highlighted text. Ctrl + V or Shift + Insert Both the  Ctrl + V  and  Shift + Insert  will  paste  the text or object that's in the clipboard . For Apple computer

computer network

A network may refer to any of the following: 1. A network is a collection of computers, servers, mainframes, network devices, peripherals, or other devices connected to one another to allow the sharing of data. An excellent example of a network is the Internet, which connects millions of people all over the world. Below is an example image of a home network with multiple computers and other network devices all connected to each other and the Internet. Computer network Examples of network devices *Desktop computers, laptops, mainframes, and servers *Consoles and thin clients *Firewalls *Bridges *Repeaters *Network Interface cards *Switches, hubs, modems, and routers *Smartphones and tablets *Webcams *Network topologies and types of networks The term network topology describes the relationship of connected devices in terms of a geometric graph. Devices are represented as vertices, and their connections are represented as edges on the graph. It describes