Skip to content

Commit 517003a

Browse files
docs(book): update Linux installation instructions (#1272)
* docs(book): update linux installation instructions * docs(book): replace apt with apt-get --------- Co-authored-by: K4YT3X <github@k4yt3x.com>
1 parent 588c0fb commit 517003a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/book/src/installing/linux.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# Linux
22

3-
Instructions for installing this project on Linux systems.
3+
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).
44

55
## Arch Linux
66

7-
Arch users can install the project from the AUR.
8-
9-
```bash
10-
yay -S video2x-git
11-
```
7+
- AUR packages, maintained by [@K4YT3X](https://github.com/k4yt3x).
8+
- [aur/video2x-git](https://aur.archlinux.org/packages/video2x-git)
9+
- [aur/video2x-qt6](https://aur.archlinux.org/packages/video2x-qt6)
10+
- [aur/video2x-qt6-git](https://aur.archlinux.org/packages/video2x-qt6-git)
11+
- Chinese Mainland: archlinuxcn packages, maintained by [@Integral-Tech](https://github.com/Integral-Tech).
12+
- [archlinuxcn/video2x](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/video2x)
13+
- [archlinuxcn/video2x-git](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/video2x-git)
14+
- [archlinuxcn/video2x-qt6-git](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/video2x-qt6-git)
1215

1316
## Ubuntu
1417

1518
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:
1619

1720
```bash
18-
apt-get install ./video2x-linux-ubuntu2404-amd64.deb
21+
sudo apt-get install ./video2x-linux-ubuntu2404-amd64.deb
1922
```

0 commit comments

Comments
 (0)