Tag: 易于

问题安装包git-all

我正在尝试使用以下命令安装git-all: sudo apt update sudo apt install git-all 我得到以下结果: jonathan@Aristotle:~$ sudo apt install git-all Reading package lists… Done Building dependency tree Reading state information… Done git-all is already the newest version (1:2.7.4-0ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0 B […]

如何在/etc/apt/sources.list中添加一行?

我在Ubuntu上更新我的Tor并且它声明: 不要在Ubuntu的Universe中使用这些包。 在获取Tor之前,您需要设置我们的软件包存储库。 然后它声明我必须将此行添加到/etc/apt/sources.list文件中: deb http://deb.torproject.org/torproject.org main 我不确定如何在/etc/apt/sources.list添加一行。

如何让apt-get安装减少噪音?

如果我使用apt-get install -qq mono-devel ,我希望它除了错误外都是安静的,根据帮助: -qq No output except for errors 相反,我得到: Extracting templates from packages: 100% Selecting previously unselected package binfmt-support. (Reading database … 84711 files and directories currently installed.) Unpacking binfmt-support (from …/binfmt-support_2.0.8_i386.deb) … Selecting previously unselected package cli-common. Unpacking cli-common (from …/cli-common_0.8.2_all.deb) … Selecting previously unselected package libgdiplus. Unpacking libgdiplus (from …/libgdiplus_2.10-3_i386.deb) […]

类型’sudo’在源列表中不知道

我是Linux用户的第一次。 我的笔记本电脑没有连接到wifi,所以我按照这个链接的说明。 在那之后输入sudo apt-get update ,我收到了这个错误: E: Type ‘sudo’ is not known on line 2 in source list /etc/apt/sources.list E: The list of sources could not be read. 我能做什么?

“E:源列表/etc/apt/sources.list.d/medibuntu.list(type)中格式错误的第1行,”

我想更新Ubuntu,但我看到这条消息: E:Malformed line 1 in source list /etc/apt/sources.list.d/medibuntu.list (type), E:The list of sources could not be read., E:The package lists or status file could not be parsed or opened. 我怎么解决这个问题?

“类型’debo’在源列表/etc/apt/sources.list.d/spotify.list中的第1行未知”

当出现此错误时,我试图为Ubuntu安装spotify: E: Type ‘debo’ is not known on line 1 in source list /etc/apt/sources.list.d/spotify.list E: The list of sources could not be read. 我不知道该怎么做才能解决它。

我如何知道需要安装哪些软件包?

不是任何特定的程序,一般来说,如果我想通过APT安装一些东西,我怎么知道我需要为该程序“apt-get install”的软件包

apt-get upgrade:分段错误树… 50%

我正进入(状态 $sudo apt-get upgrade Reading package lists… Done Segmentation faulty tree… 50% 我该如何解决?

无法在发布文件中找到预期的条目’restricted / binary-amd64 / Packages’

我使用64位Ubuntu 14.04。 当我运行sudo apt-get update它会出现以下错误。 Unable to find expected entry ‘restricted/binary-amd64/Packages’ in Release file W: Failed to fetch http://archive.ubuntukylin.com:10006/ubuntukylin/dists/trusty/Release Unable to find expected entry ‘restricted/binary-amd64/Packages’ in Release file (Wrong sources.list entry or malformed file) E: Some index files failed to download. They have been ignored, or old ones used instead. 谁能告诉我如何解决这个问题?

apt-get“无法连接”错误?

我最近安装了12.04,但无法运行sudo apt-get update ,因此sudo apt-get install xxx 。 当我运行第一个命令时,我会得到几个 Ign http://extras.ubuntu.com precise InRelease 和 Err http://extras.ubuntu.com precise release.gpg Unable to connect to extras.ubuntu.com 它可以正常工作,以获得wget extras.ubuntu.com 。 我的/etc/apt/sources.list是瑞典镜像se.archive.ubuntu.com/ubuntu的原始文件。 为了它的价值,我尝试了其他具有相同结果的镜像。 我的sources.list可以在这里找到。 更新 我知道有很多像这样的问题,但没有人帮助过我。 我执行了以下命令,但结果没有变化。 sudo mv /etc/apt/sources.list /etc/apt/sources.list.backup sudo vi /etc/apt/sources.list 并粘贴 ################### OFFICIAL UBUNTU REPOS ################### ###### Ubuntu Main Repos deb http://se.archive.ubuntu.com/ubuntu/ precise main deb-src http://se.archive.ubuntu.com/ubuntu/ […]