Tag: 软件 安装

如何在Ubuntu上安装网络管理器?

我卸载了我的网络管理员试图修复问题。 现在我没有网络管理员,因此没有互联网。 所以我需要一个,我需要安装它?

下载包含其所有依赖项的程序包,以供以后脱机使用

我想将包含其所有依赖项的软件包下载到我的计算机上,当我需要它时,我会运行命令dpkg -i *.deb 。 我只需要下载安装所需的一切,比如vlc或g++或ubuntu-restricted-extras 。 请帮忙。 提前致谢。 PS我相信它是重复但我无法理解其他博客。

为什么在/ var / cache / apt / archives /中有deb文件?

为什么在/var/cache/apt/archives/中有deb文件? 在哪些情况下deb文件下载到该目录?

如何安装ktechlab?

如何在Ubuntu 11.10中安装ktechlab ?

试图安装android-file-transfer Ubuntu 18.04 Bionic

我按照主要PPA页面中解释的程序: sudo add-apt-repository ppa:samoilov-lex/aftl-stable sudo apt-get update sudo apt-get install android-file-transfer 我在使用后收到此消息: sudo apt-get install android-file-transfer E: Unable to locate package android-file-transfer

什么是sudo apt-get -f install?

apt-get -f install的用法是什么? 当我运行sudo apt-get update我在最后遇到了一些错误它说试试apt-get -f install 。 这个命令是什么? 我的错误的最后一部分是: . . . going to be installed E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).

如何从tarball创建deb安装程序?

可能重复: 最简单的Debian包装指南? 有几个tarball(例如Firefox,Eclipse,Zend Studio和…)中包含可执行文件,我们可以提取和运行它们。 但此可执行文件仅适用于提取它的用户。 如果我们想让它可供所有用户使用,我们应该将它移到某个位置,例如/usr/share , /usr/local/share/ , /opt/ ,…并提供适当的权限,在/usr/bin/创建一个可执行文件/usr/bin/等等…… 我想制作一个deb安装程序文件来完成它们! 怎么做?

无法安装统一调整工具

我试过多次通过终端安装Unity调整工具,但每次它给我以下输出。 同样,我无法通过Ubuntu软件中心安装它。 我试过sudo apt-get install -f和sudo apt-get install unity-tweak-tool 。 使用终端时的输出如下: nikunj@nikunj-DL-H61MXE-V:~$ sudo apt-get install unity-tweak-tool [sudo] password for nikunj: Reading package lists… Done Building dependency tree Reading state information… Done The following NEW packages will be installed: unity-tweak-tool 0 upgraded, 1 newly installed, 0 to remove and 170 not upgraded. Need to get 0 […]

升级后依赖项损坏

apt-get upgrade我收到以下错误: Reading package lists… Done Building dependency tree Reading state information… Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue [Y/n]? y Setting up python3.3-minimal (3.3.1-1ubuntu5) … […]

dpkg:错误:无法扫描更新目录`/ var / lib / dpkg / updates /’

我想在ubuntu中安装一个软件包但每次运行./configure命令时都会给我这个错误: E: Cannot get debconf version. Is debconf installed? debconf: apt-extracttemplates failed: No such file or directory Extracting templates from packages: 35%E: Cannot get debconf version. Is debconf installed? debconf: apt-extracttemplates failed: No such file or directory Extracting templates from packages: 70%E: Cannot get debconf version. Is debconf installed? debconf: apt-extracttemplates failed: No such file […]