oshazard / apacman

ArchLinux User Repository (AUR) helper and pacman wrapper
https://aur.archlinux.org/packages/apacman/
GNU General Public License v3.0
70 stars 11 forks source link

Allow installation of multiple local packages without multiple confirmations #47

Closed justin8 closed 8 years ago

justin8 commented 8 years ago

Fixes for #44 and #48

Figure out all the deps and get them installed, then install all remaining local package files in one hit.

Also use pacman -T to find out what dependencies are satisfied by packages with a provides field.