pacapt
pacapt copied to clipboard
An ArchLinux's pacman-like shell wrapper for many package managers. 56KB and run anywhere.
See the [command reference](https://nixos.org/manual/nix/stable/command-ref/nix-env.html).
See [microdnf repository](https://github.com/rpm-software-management/microdnf) and [man page](https://www.mankier.com/8/microdnf). It's included in [oraclelinux:8-slim container image](https://github.com/oracle/container-images#differences-between-oraclelinux8-and-oraclelinux8-slim).
which are removed from https://github.com/icy/pacapt/pull/171
@cuonglm I agreed with you, but then I think twice. We don't try to fix the behavior of the script (interactive vs non-interactive). We let `apk` do that, and if...
A nice feature that's missing is the support for `pacman -F`/`pkgfile` https://wiki.archlinux.org/index.php/Pacman#Search_for_a_package_that_contains_a_specific_file https://wiki.archlinux.org/index.php/Pkgfile. This kind of feature can be used to suggest package installation when executing a missing binary, like...
A lot of useful packages come from [Cask](https://github.com/Homebrew/homebrew-cask), which is now included as part of Homebrew itself. To use them from Homebrew, you are supposed to use `brew cask` instead...
On Arch, -Qs with multiple arguments gives results which contain both = it's an _intersection_ E.g. pacman `-Qs maria java` would match a package which has the words maria and...
For example, I deinstalled the following package: ``` $ pacman -R unattended-upgrades Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and...
Example ``` $ pacapt -S httpd ``` will be translated to `apache2` `apache` or `http` according to the OS where `pacapt` is running. The first goal is to support some...