问题标签 [pacman-package-manager]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
archlinux - 如何在 Arch Linux 上使用 Pacman 下载源代码?
我正在使用Arch Linux。我想做同样的事情apt-get source coreutils
;是否可以使用Pacman下载源代码?我在手册页中没有找到解决方案。
如何获取包的源代码?
archlinux - 无法在 ubuntu 中编译 pacman(ArchLinux 包管理器)
我已尝试按照 ArchLinux wiki 中的说明进行离线安装,但没有成功,正如我在线程https://stackoverflow.com/posts/comments/12588344中提到的那样。因此,我计划在一台有互联网连接的机器上编译 pacman,然后使用编译的 pacman 二进制文件下载软件包,然后将其传输到离线 ArchLinux 机器。
当我尝试在 Ubuntu-11.10 机器上编译 pacman 时,出现以下错误
我已经从 git://projects.archlinux.org/pacman.git 克隆了源代码,并尝试使用提交 e6f72c61a098b52ea29e54b8eb4739a2ff81e6b0 及其父母(直到提交 ae25167bcd592186749b79ea31b10fb78ed9fb2d)进行编译,但没有成功。
bash - 如何将用户输入解释为变量名?
这个有点难解释。考虑变量all
、first
、last
和some
:
这是我所拥有的:
假设用户键入all
,他的输入将被视为变量的名称:我希望下一个命令是pacman -S $all
(等价于pacman -S apple mcintosh banana plantain coconut cashew
)。同样,如果用户同时键入first
and last
,则下一个命令必须是pacman -S $first $last
(实际上应该执行pacman -S apple mcintosh coconut cashew
)。
我曾经case/esac
翻译userinput
成一个变量,但我正在寻找一种更灵活和优雅的解决方案,因为这种方法不允许多个输入。
raspberry-pi - 吃豆子交易错误
今天我将 Arch Linux 安装到我的 Raspberry Pi 上,作为我的第一步,我尝试安装一些新包。但是,如果我尝试安装软件包,我总是会遇到同样的错误:
我检查了其他一些存储库服务器,但它仍然无法正常工作。这是我当前的镜像列表:
然后我试图清除我的缓存:
那没起效!有任何想法吗?
archlinux - 如何找到 pacman 安装软件包的位置?
我正在安装 c++ boost 库pacman -Ss boost-libs
。安装后,我想知道我的包在我的系统中的安装位置。
有没有 pacman 命令可以这样做?
bash - notify-send 在 crontab 中不起作用(不发送通知)
我想制作一个小脚本,当 pacman 有可用更新时,它会向我发送通知。我这样做了:
但事实是,当我在用户提示下使用它时,它可以工作。但是当我想把它放在一个 crontab 中时,它不会在完成后给我发送通知。有人可以帮助我吗?
pacman-package-manager - “pacman -Syu”不工作:无效的 pgp 密钥
我正在尝试使用pacman -Syu
命令进行完整的系统升级。它说
有没有办法来解决这个问题?
linux - 使用 pacman 在运行 Arch linux 的 Raspberry Pi 上安装 Chromium
我有一个树莓派正在运行:Linux 3.10.35-1-ARCH
如何安装 Chromium 网络浏览器?我尝试了以下方法:
吃豆子-Syyu
其次是
pacman -S 铬
错误:找不到目标:铬
当我从 AUR 下载“google-chrome-dev”时,它说:
==> 错误:google-chrome-dev 不适用于“armv6h”架构。请注意,许多软件包可能需要在其 PKGBUILD 中添加一行,例如 arch=('armv6h')。
我开始认为 Arch linux 上不存在铬。关于如何安装它的任何想法?
python - pip 2 & 3 Syntax change
I use an arch-linux system and just installed pip via yaourt.
yaurt -S pip
Then I tried to install something via pip for python 3. But I get an error like this:
where
will just work.
What is the "missing destination file operand"? What am I supposed to pass?