Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(book): update linux installation instructions #1272

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions docs/book/src/installing/linux.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Linux

Instructions for installing this project on Linux systems.
Video2X packages are available for the Linux distros listed below. If you'd like to build it from source code, refer to the [PKGBUILD](https://github.com/k4yt3x/video2x/tree/master/packaging/arch/PKGBUILD) file for a general overview of the required dependencies and commands. If a package is not available for your distro and you prefer not to compile the program from source code, consider using the [container image](running/container.md).

## Arch Linux

Arch users can install the project from the AUR.

```bash
yay -S video2x-git
```
- AUR packages, maintained by [@K4YT3X](https://github.com/k4yt3x).
- [aur/video2x-git](https://aur.archlinux.org/packages/video2x-git)
- [aur/video2x-qt6](https://aur.archlinux.org/packages/video2x-qt6)
- [aur/video2x-qt6-git](https://aur.archlinux.org/packages/video2x-qt6-git)
- Chinese Mainland: archlinuxcn packages, maintained by [@Integral-Tech](https://github.com/Integral-Tech).
- [archlinuxcn/video2x](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/video2x)
- [archlinuxcn/video2x-git](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/video2x-git)
- [archlinuxcn/video2x-qt6-git](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/video2x-qt6-git)

## Ubuntu

Ubuntu users can download the `.deb` packages from the [releases page](https://github.com/k4yt3x/video2x/releases/latest). Install the package with the APT package manager:

```bash
apt-get install ./video2x-linux-ubuntu2404-amd64.deb
sudo apt-get install ./video2x-linux-ubuntu2404-amd64.deb
```