Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

makepkg without dependencies in archlinux

Tags:

archlinux

How to use 'makepkg' in Arch Linux to install an AUR without installing any dependencies? Or any AUR helper that could do that?

Somehow similar to pacman (packages) :

pacman -Sdd sompackage
like image 594
ovolax Avatar asked Nov 06 '25 06:11

ovolax


1 Answers

Maybe you are looking for the -d option of makepkg.

-d, --nodeps Do not perform any dependency checks. This will let you override and ignore any dependencies required. There is a good chance this option will break the build process if all of the dependencies are not installed.

If you use Yaourt, you can use the -d option, it will be passed to makepkg.

like image 66
Daniel Perez Avatar answered Nov 09 '25 10:11

Daniel Perez



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!