You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macutil can be installed on [Arch Linux](https://archlinux.org) with three different [AUR](https://aur.archlinux.org) packages:
52
-
53
-
-`macutil` - Stable release compiled from source
54
-
-`macutil-bin` - Stable release pre-compiled
55
-
-`macutil-git` - Compiled from the last commit (not recommended)
56
-
57
-
by running:
58
-
59
-
```bash
60
-
git clone https://aur.archlinux.org/<package>.git
61
-
cd<package>
62
-
makepkg -si
63
-
```
64
-
65
-
Replace `<package>` with your preferred package.
66
-
67
-
If you use [yay](https://github.com/Jguer/yay), [paru](https://github.com/Morganamilo/paru) or any other [AUR Helper](https://wiki.archlinux.org/title/AUR_helpers), it's even simpler:
68
-
69
-
```bash
70
-
paru -S macutil
71
-
```
72
-
73
-
Replace `paru` with your preferred helper and `macutil` with your preferred package.
0 commit comments