Questions tagged «pinning»


1
从较新版本安装软件包而无需构建(apt固定)
我需要这些软件包,并将最新的上游版本反向移植到ubuntu / natty libccid_1.4.5-0ubuntu1_amd64.deb libpcsclite1_1.8.1-0ubuntu1_amd64.deb libpcsclite-dev_1.8.1-0ubuntu1_amd64.deb libusb-1.0-0_1.0.9-0ubuntu1_amd64.deb libusb-1.0-0-dev_1.0.9-0ubuntu1_amd64.deb opensc_0.12.2-1ubuntu1ppa1〜natty1_amd64.deb pcscd_1.8.1-0ubuntu1_amd64.deb pcsc-tools_1.4.18-0ubuntu1_amd64.deb 我试图通过更新从源代码构建它们,但是失败了。我不是包装专家,那里有很多教程和食谱。 您知道用于反向移植Ubuntu软件包的优秀且最新的教程吗? 我如何从其他版本中获取软件包而不必自己构建它们?

2
如何从Ubuntu 16.04中删除systemd并防止其使用
我能够通过以下命令启用upstart并禁用systemd,但是在调用时却无法阻止其自动重新安装apt-get install lxde(我习惯于没有复杂gui或根本没有gui的严格服务器配置)。 请帮助:如何防止64位和32位版本的systemd自动安装?先感谢您。 apt-get install upstart-sysv sysvinit-utils -y cp /usr/share/sysvinit/inittab /etc/inittab update-initramfs -u reboot 然后 apt-get remove --purge --auto-remove systemd systemd:i386 -y

2
如何在Apt引脚定义中包含逗号?
我想创建一个Apin首选项文件,该文件的pin定义与源自的包相匹配Google, Inc.。 以下定义似乎没有做任何事情: Package: * Pin: release o=Google, Inc. Pin-priority: 900 我怀疑逗号引起了问题。我该如何逃脱呢? 以下所有方法均无效: release o="Google, Inc." release o='Google, Inc.' release o=Google\, Inc. release o=Google\\, Inc. 奇怪的是,以下确实匹配Google, Inc.成功: release o=Google? Inc. 但这不是我想要的解决方案。我想知道如何Google, Inc.不借助(不稳定的)通配符进行匹配。 更多信息: $ apt-cache policy | grep -C 1 'Google, Inc.' 500 http://dl.google.com/linux/earth/deb/ stable/main amd64 Packages release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main …
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.