Questions tagged «pacman»

Linux软件包管理器,最初是为Arch Linux发行版开发的。

1
Pacman -Syu无法使文件系统中的/ bin存在
我pacman -Syu从假期归来后尝试升级Arch Linux,现在出现了这个错误,我无法完全理解: (133/133) checking for file conflicts [######################] 100% error: failed to commit transaction (conflicting files) filesystem: /bin exists in filesystem filesystem: /sbin exists in filesystem filesystem: /usr/sbin exists in filesystem Errors occurred, no packages were upgraded. 你有什么想法吗?arch linux的安装是相当新的,因此一段时间以来我没想到会有任何严重的升级问题。


3
Arch Linux:chroot时,pacman不起作用
我的计算机上安装了Ubuntu。我决定安装Arch linux,但是由于已经安装了Grub,因此略过了一部分。看到Arch没有出现在Grub的菜单列表中后,我决定将其安装在Arch中。我在Ubuntu上安装了Arch的分区,并加入其中。我发出命令pacman -S grub-bios并得到以下信息: error: could not open file: /etc/mtab: No such file or directory error: could not determine filesystem mount points error: failed to commit transaction (unexpected error) Errors occurred, no packages were upgraded. /etc/mtab是的符号链接/proc/self/mounts,但/proc文件夹中没有任何内容。 我究竟做错了什么? 作为补充,我是否朝着正确的方向发展,以使Arch出现在Grub的列表中?编辑:通过执行sudo mount /dev/sdaX(使X替换为Arch的分区号),我能够从Ubuntu上使Arch出现在Grub的列表中sudo update-grub。

1
Arch Linux pacman指定软件包版本
我知道我可以pacman按照手册中的说明定义所需的软件包版本pacman -S "bash>=3.2"。但是我怎么知道可用的版本呢? 我也知道pacman在同步.db文件中的时正在创建镜像的副本/var/lib/pacman/sync/,但是这些文件不是人类可读的。 如果我想安装一些版本什么virtualbox例如,我希望在镜子的地方,这将不需要的新版本linux(如设定IgnorePkg在pacman.conf比我已经安装了(因为)nvidia驱动程序)?我怎么知道它是什么版本,是否可用?



1
如何在Arch上安装Skype
我到处都看过,但没有任何效果。我只是想安装Skype。 我试图查看它是否在存储库中,但是没有找到它。因此,我没有访问skype网站并找到了linux版本,但在解压缩tar文件后不知道如何安装它。 然后,我尝试查看AUR,并发现了Skype。但是当我尝试运行makepkg时,我得到了一个 ==> ERROR: PERMISSION was not found in the build directory and is not a URL. 我尝试寻找解决方案,但找不到任何东西。我发现的每个线程都要求获取该/etc/pacman.conf文件。我做了并确保我包含了multilib /etc/pacman.conf # # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives # # GENERAL OPTIONS # [options] # The following paths are commented out with their default …

4
Debian和Arch之间的软件包管理差异
这篇文章的讨论使我对Debian和Arch软件包管理之间的差异感到好奇。另外,人们倾向于说Arch非常轻巧,所以我想知道与包管理有什么关系。可能是因为默认情况下Debian将“ 推荐”视为硬依赖吗? 您还可以提及两个软件包管理器之间的灵活性/功能吗?两者中的哪个可以让您做更多的事情。 我知道Debian软件包管理系统上可用的某些功能在Arch系统上是不相关的,因为Arch有一个套件,而Debian有多个(例如,想到了APT固定和高级依赖项处理),所以请比较一下适用于两个系统(即假设对于Debian,我只使用不稳定的)。

2
如何在archlinux中保留同一软件包的两个版本?
我正在运行Archlinux。最近,一个名为的软件包icu被更新了。但是,Firefox取决于libicuuc.so.56,而R取决于libicuuc.so.55。我怎么解决这个问题? 注意:R软件包是针对Intel MKLlibiary构建的,因此它不适用于新版本的依赖项。我试图重建R-仍然取决于旧的libicuuc.so.55
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.