apacman
apacman copied to clipboard
ArchLinux User Repository (AUR) helper and pacman wrapper
for example, there is a package in [community] called bonnie++: [root@bdisk ~]# pacman -Si bonnie++ | egrep '^Name' Name : bonnie++ (which pacman installs just fine, of course.) As we...
Addresses the following: Resolves #63 * Instead of using Extended Regex (which interferes with some symbols), just use Basic Regex * Wildcards are supported as `.*` (example: `apacman -S apacm.*`)...
I'm getting that error when trying to install `cerebro` via `apacman`. On `Arch Linux`, of course. It installs fine with `makepkg`. Is the problem in my setup or is this...
I checked the apacman and apacman.conf man pages, but couldn't find this functionality. Was wondering if apacman could clean its own cache (which I know defaults to /var/cache/apacman/pkg) in addition...
Even after `apacman -Syu` one of my AUR packages does not start (after a system update) because of shared libs that do not exist anymore: $ sudo pacman -Syu ::...
Package matches fail to be `echo`'d when running `apacman -S` on a package name that contains an underscore and has alternative packages suffixed `-*` in the AUR, e.g. `get_iplayer (get_iplayer-git)`,...
``` $ yes|sudo apacman -Su stty: 'standard input': Inappropriate ioctl for device :: Starting full system upgrade... there is nothing to do :: Synchronizing aur database... stty: 'standard input': Inappropriate...
Running apacman as root (in this case, sudo apacman -Syu --noconfirm --needed) causes the cockpit package build to fail: ``` :: Starting full aur upgrade... Aur Targets (1): cockpit ::...
`makepkg.conf` has its own `BUILDDIR` setting. If this one is set to a different value than `builddir` in `apacman.conf`, this will cause problems. Give it a shot and see yourself....