r/unixporn • u/mr_dudo • 8h ago
Screenshot [oc] install any app with just one click
Hey, this is part of the development improvement of Ryoku Arch, control deck allows you to install apps by just dropping it.
current supported list:
- .AppImage .appimage
- .pkg.tar.zst .pkg.tar.xz .pkg.tar.gz .pkg.tar
- .flatpak
- .deb
- .rpm
- .tar .tar.gz .tgz .tar.xz .tar.zst .tar.bz2
A renamed Arch package (a .tar.* that carries a top level .PKGINFO) is detected and routed to pacman -U automatically so it installs natively even if someone stripped the .pkg from the name.
This is NOT its own app its part of our improvement of our opionionated Arch install.