Questions tagged «package-management»

软件包管理是指以一致的方式为计算机操作系统安装,升级,配置和删除软件包的过程。


2
Ubuntu如何知道存在哪些程序并可以安装?
我在终端中输入了以下内容 $ musique The program 'musique' is currently not installed. You can install it by typing: sudo apt-get install musique 因此,Ubuntu知道“ musique”是一个程序,尽管它目前尚未安装在计算机上。但是,如果我键入 $ musiquez No command 'musiquez' found, did you mean: Command 'musique' from package 'musique' (universe) 它知道没有所谓的“ musiquez”程序。 我的问题是,Ubuntu如何知道这一点?有关可以在Ubuntu上安装哪些应用程序的信息存储在哪里?


2
Debian可以识别很少使用的软件包吗?
我想找到一个工具,可以通过查看文件列表和访问时间来告诉我系统上很少或从未使用过的Debian软件包。这是从我几乎完整的硬盘中找到要删除的候选对象。我对台式机GUI工具的丰富生态系统不是很了解(我使用aptitude);有谁知道这些工具中的一个或任何其他工具是否可以识别软件包的最近使用时间?



4
如何从Debian sid安装单个软件包?
以ibus-sunpinyin为例,该版本不存在。我不会将整个系统切换到sid分支,因此,我想从sid存储库下载单个软件包并按以下方式进行安装: # Add the sid repository sudo mv /tmp/sid.list /etc/apt/sources.list.d/ # Error: can't install because version conflicts of libc6: # sudo apt-get install ibus-sunpinyin # This is ok but it will upgrade a lot of mess from sid branch: # sudo apt-get upgrade ibus-sunpinyin # So, instead of apt-get install/upgrade, …

2
如何列出在Ubuntu中手动安装的软件包?[重复]
这个问题已经在这里有了答案: 10年前关闭。 可能重复: 如何跟踪Ubuntu(Linux)上安装了哪些软件包? 你好, 我正在apt-get installPC上安装各种软件。我有少数几台需要在其上安装相同软件包的PC。我如何获取通过安装的软件的列表以及安装apt-get install软件包的顺序。好的,顺序并不是那么重要,因为程序包管理器可以解决依赖性...我想创建一个脚本,该脚本一旦运行即可在其他PC上安装所有需要的软件。所有这些PC都是Ubuntu的默认安装。显然,软件包列表中不能包含通过默认安装安装的所有软件包:) 此外,该列表中不应包含通过synaptic或(dpkg如果可能)安装的软件。



1
使用没有root权限的apt-get install在Ubuntu上安装一些软件包
在工作中,我们有一个Ubunut服务器,来自Intranet的人们可以使用安装在那里的某些工具连接到该服务器。如果某个用户想要在Ubuntu上安装特定软件但没有root权限,即只在他的家庭区域或其他地方安装,是否可以使用Ubuntu软件包管理器:apt-get install如果是,怎么做? 我知道其他方式是获得软件的源代码,并在用户的家庭区域安装二进制文件,但是希望避免使用该路由。 我们想要允许这个的原因是1)该工具非常特定于该项目,并且不希望在系统范围内安装。 2)没有其他意图颠覆或黑客攻击。

2
Debian包目录中的Eclipse版本太旧了
Debian的创始人伊恩·默多克评论说,包裹管理是“ Linux带给业界的最大进步 “。( 维基百科 ) 但出于某种原因,如果我想要最新版本而不是古代版本,我将被迫手动安装eclipse 日食3.5.2 来自Debian包目录。为什么? 是否有更方便的方式来获得更新的版本? (我知道手动安装工作很少,但我仍然觉得应该没必要)

1
在Debian上使用非默认golang软件包安装的Go
我正在尝试安装go 1.8。 除golang-1.7之外的任何东西的apt软件包均不起作用。Golang-1.7可以正确安装,而golang-1.8则不能。回购中的包装是否错误/不完整? Debian声称使用golang-1.8:“此软件包是一个元软件包,安装后将保证已安装(大部分)完整的Go开发环境。” https://packages.debian.org/stretch/golang-1.8 但这显然不是事实。 # apt install golang-1.8 golang-1.8-go Reading package lists... Done Building dependency tree Reading state information... Done golang-1.8 is already the newest version (1.8.1-1). golang-1.8-go is already the newest version (1.8.1-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. # go …

1
巧克力的自定义存储库
我看到很多关于自定义回购的网络帖子(巧克力术语中的“来源”)可用于巧克力。例如windowsfeatures和webpi。但是,没有任何命令适用于choco 0.9.9(例如choco install iis -source webpi),因为这些自定义源未预先安装。 Choco wiki提到了这些命令和示例,但指向了一个更新的wiki(据推测从0.9.8升级到0.9.9之后)。这是否意味着在0.9.9之后他们从工具中删除了所有“自定义”的东西?

0
为什么我在使用debian时无法安装软件包?
有很多混乱的依赖。我该如何解决这个问题? It produces the following output: Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libjpeg62-dev' instead of 'libjpeg-dev' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required …

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.