Questions tagged «software-installation»

在运行的系统上以二进制文件或源代码形式安装软件。


2
“软件包<package>没有候选安装程序”是什么意思?
上述错误是什么意思?什么是候选安装? 我正在尝试做 sudo apt-get install munin-memcached 我收到此消息: Reading package lists... Done Building dependency tree Reading state information... Done Package munin-memcached is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package …

4
如何安装mysql?
我mysql在命令行中尝试了: 我得到: The program 'mysql' is currently not installed. You can install it by typing: sudo apt-get install mysql-client-core-5.5 但是当我这样做时: sudo apt-get install mysql-client-core-5.5 但是我得到: Reading package lists... Done Building dependency tree Reading state information... Done mysql-client-core-5.5 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove …


2
如何在apt-get中安装建议的软件包
我知道之前曾有人问过这个问题,但请听我说。所以我想安装screenlets。我跑了sudo apt-get install screenlets,这就是我得到的: The following extra packages will be installed: libart-2.0-2 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libgnome2-0 libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libtidy-0.99-0 python-beautifulsoup python-evolution python-feedparser python-gmenu python-gnome2 python-numpy python-pyorbit python-rsvg python-tz python-utidylib screenlets-pack-basic Suggested packages: libbonobo2-bin python-gnome2-doc python-numpy-doc python-numpy-dbg python-nose python-dev gfortran python-pyorbit-dbg screenlets-pack-all python-dcop Recommended packages: python-numeric python-gnome2-extras The …

6
如何安装Dropbox?
由于某些原因,无法通过软件中心安装Dropbox。 我收到一条消息,将我发送到Dropbox网站,并按照说明进行操作。但最后它说: 接下来,从新创建的.dropbox-dist文件夹中运行Dropbox守护程序。 我无法做到这一点。~/.dropbox-dist/dropboxd对我而言,运行命令失败。 在Windows 7 Home Edition上运行Ubuntu。

5
如何在Ubuntu 16.04上安装Redis?
我正在使用Laravel,但我已经全部安装了自己的(php,mysql,composer,nginx),现在我需要安装Redis并对其进行配置,以便可以将其用于Laravel中的队列驱动程序。 如何安装,因为无法通过安装 apt-get install redis 我收到此错误: ubuntu@ubuntu:~$ sudo apt-get install redis [sudo] password for ubuntu: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package redis





7
删除后可以重新安装sudo吗?
这似乎是一个鸡蛋问题。使用最常见的任务sudo是安装和删除软件。 sudo apt-get purge &lt;appname&gt; 但sudo本身可以删除。 sudo apt-get purge sudo # Do not run this command on production computers! 这就是乐趣的所在 ubuntu@ubuntu:~$ sudo bash: /usr/bin/sudo: No such file or directory 尽管很明显,sudo除了我以外,任何人都不会清除自己的头脑,但有人可能会愚弄人(而不是直接,以其十六进制模式或所谓的名称)运行此命令,或者有人会伪装成技术专家使用SSH 搞砸了。 那么有没有办法重新安装sudo?

1
--no-install-recommends(易于安装)的含义是什么?
当我使用安装软件包时--no-install-recommends,是否只能说这里列出的软件包(Ubuntu软件包搜索)为“ depends”? 我问是因为我怀疑某些引导问题可能是由于未安装某些软件包引起的。一段时间以前,我在无线驱动程序方面也遇到了问题,似乎缺少了一些东西。

4
apt-get install在后台有什么作用?
该apt-get install ...命令做什么? 当我输入apt-get install ...命令时,屏幕上会出现一些文本,但是这些文本对我来说没有足够的信息。我想知道是否创建/编辑了任何文件,是否启动了任何服务以及其他活动... 运行.sh时是否执行任何文件apt-get install ...?如果是这样,我如何查看该sh文件的内容? 出现此问题的原因是最近我尝试使用安装tomcat7 apt-get install tomcat7。一切正常,直到我安装tomcat7-admin(管理器Web应用程序),服务器对任何请求均无响应。我尝试了很多次,而且这种情况经常发生。


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.