简体   繁体   English

在archlinux中没有依赖关系的makepkg

[英]makepkg without dependencies in archlinux

How to use 'makepkg' in Arch Linux to install an AUR without installing any dependencies? 如何在Arch Linux中使用'makepkg'来安装AUR而不安装任何依赖项? Or any AUR helper that could do that? 或任何可以做到这一点的AUR助手?

Somehow similar to pacman (packages) : 某种程度上类似于pacman(包):

pacman -Sdd sompackage

Maybe you are looking for the -d option of makepkg. 也许你正在寻找makepkg的-d选项。

-d, --nodeps Do not perform any dependency checks. -d, - node不执行任何依赖性检查。 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. 如果使用Yaourt ,则可以使用-d选项,它将传递给makepkg。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM