Files
oam/knowledge base/arch linux.md

30 lines
635 B
Markdown

# Arch linux
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
```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]
<!-- upstream -->
[arch user repository]: https://wiki.archlinux.org/title/Arch_User_Repository
[suspend and hibernate]: https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate
<!-- in-article references -->
<!-- internal references -->
<!-- external references -->