Files
oam/knowledge base/linux/arch.md

29 lines
548 B
Markdown

# Arch linux
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]
<!--
Reference
═╬═Time══
-->
<!-- 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