Files
oam/knowledge base/arch linux.md
2023-07-09 18:00:36 +02:00

30 lines
570 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]
<!--
References
-->
<!-- 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