Added example on how to manually install a package from the AUR

This commit is contained in:
Michele Cereda
2022-07-01 16:47:57 +02:00
parent 0589656e60
commit c22013c330

View File

@@ -1,7 +1,17 @@
# Arch linux
```sh
# Manually install packages from the AUR.
git clone https://aur.archlinux.org/jdupes.git \
&& cd jdupes \
&& makepkg -sirc
&& git clean -dfX
```
## Further readings
- [Suspend and hibernate]
- [Arch User Repository]
[Suspend and hibernate]: https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate
[arch user repository]: https://wiki.archlinux.org/title/Arch_User_Repository
[suspend and hibernate]: https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate