📅  最后修改于: 2023-12-03 14:48:42.126000             🧑  作者: Mango
Zathura is a minimalist and highly configurable document viewer that supports PDF and other formats. It is a popular choice for Linux users who prefer a lightweight alternative to other heavy PDF viewers.
This tutorial will guide you through the process of installing Zathura on Ubuntu using the Shell-Bash script.
Before installing Zathura on your Ubuntu system, you need to make sure that you have the following prerequisites:
To install Zathura on Ubuntu, follow these steps:
Ctrl
+ Alt
+ T
.$ wget https://raw.githubusercontent.com/pwmt/zathura/master/utils/install.sh
$ sudo sh install.sh
$ zathura
Congratulations! You have successfully installed Zathura on your Ubuntu system using the Shell-Bash script. You can now use Zathura to view your PDF and other document files.
Markdown:
# Zathura Ubuntu Install - Shell-Bash
Zathura is a minimalist and highly configurable document viewer that supports PDF and other formats. It is a popular choice for Linux users who prefer a lightweight alternative to other heavy PDF viewers.
This tutorial will guide you through the process of installing Zathura on Ubuntu using the Shell-Bash script.
## Prerequisites
Before installing Zathura on your Ubuntu system, you need to make sure that you have the following prerequisites:
- A running Ubuntu system
- Internet access
- Basic knowledge of the command line
## Steps
To install Zathura on Ubuntu, follow these steps:
1. Open the terminal on your Ubuntu system. You can do this by pressing `Ctrl` + `Alt` + `T`.
2. Type the following command to download the Zathura installation script:
$ wget https://raw.githubusercontent.com/pwmt/zathura/master/utils/install.sh
3. Next, run the installation script with the following command:
$ sudo sh install.sh
4. The script will download and install all the necessary packages for Zathura to run smoothly on your Ubuntu system.
5. Once the installation is complete, you can launch Zathura by typing the following command in the terminal:
$ zathura
## Conclusion
Congratulations! You have successfully installed Zathura on your Ubuntu system using the Shell-Bash script. You can now use Zathura to view your PDF and other document files.