Questions tagged «software-installation»

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


2
如何为服务器上的所有用户设置PATH变量?
我刚刚为公司所有的SSH使用的公司Ubuntu服务器安装了LaTeX。在安装结束时,它说: Add /usr/local/texlive/2010/texmf/doc/man to MANPATH, if not dynamically determined. Add /usr/local/texlive/2010/texmf/doc/info to INFOPATH. Most importantly, add /usr/local/texlive/2010/bin/x86_64-linux to your PATH for current and future sessions. 如何执行此操作,以便为系统上的所有用户设置这些变量?(是的,我有sudo权限)。



6
包裹系统坏了。如何解决?
我最近刚购买了arduino,并需要gcc-avr / avrdude来编译软件。不久前,我为另一个微处理器组件安装了avr,但是显然它是一个过时的版本(gcc版本3.3 20030512(预发行版)),因此我继续更新了这些组件,但是没有用。 (请注意,在此之前,我还通过一个不完整的wine安装(无法通过字体安装协议)打破了我的aptdaemon,但我通过重新安装并接受了该协议来解决了这个问题。) 我正在尝试通过运行bingo的构建脚本来更新这些文件,但是由于avr而无法安装它所需的依赖项...终端报告 Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. libncurses5-dev is already the newest version. libncurses5-dev set to manually installed. libusb-0.1-4 is already the newest version. libx11-dev is already the newest version. You might want to …

4
如何安装gcc 4.7?
我希望安装gcc 4.7,以便可以使用某些c ++ 11功能。 我下载了源代码,运行./configure并被告知需要GMP。下载了该代码,点击./configure后被告知我需要M4。但是我已经有m4(这至少是Synampyn告诉我的)。 怎么回事,我该如何解决?

3
确定apt-get install <package>的目标位置?
对于某些应用程序,使用“哪个”命令可以很容易地找到应用程序的安装位置。但是,某些应用程序(例如Tomcat)在我的定位中有些不足。 我要求一种可应用于任何apt-get安装的特殊方法,以查找二进制文件,库和支持文件的安装位置。 这个问题的原因是我安装了Tomcat7,似乎可以找到它,并且有要执行的自定义列表。

4
如何安装qemu?
如何安装qemu命令? 我键入qemu并按tab,然后得到安装的几个二进制文件的列表。 qemu-alpha qemu-arm ... qemu-x86_64 但是没有qemu。 我键入man qemu并返回文档,就好像命令已安装一样。 我键入qemu要运行的命令,但它不存在? No command 'qemu' found, did you mean: Command 'qtemu' from package 'qtemu' (universe) Command 'aqemu' from package 'aqemu' (universe) qemu: command not found 但是安装后sudo apt-get install qtemu aqemu我仍然无法运行qemu。 我只是尝试运行以下命令qemu -localtime -net user -net nic -m 256 -cdrom minix.iso -hda minix.img …

4
Google Chrome PPA升级无效签名
运行时: sudo apt-get update &amp;&amp; sudo apt-get dist-upgrade 我得到以下输出: Ign http://security.ubuntu.com utopic-security InRelease Ign http://gb.archive.ubuntu.com utopic InRelease Ign http://extras.ubuntu.com utopic InRelease Get:1 http://security.ubuntu.com utopic-security Release.gpg [933 B] Ign http://dl.google.com stable InRelease Ign http://gb.archive.ubuntu.com utopic-updates InRelease Get:2 http://extras.ubuntu.com utopic Release.gpg [72 B] Get:3 http://security.ubuntu.com utopic-security Release [62.0 kB] Ign http://gb.archive.ubuntu.com utopic-backports …


3
如何在Ubuntu上找到python安装目录
我刚刚从Windows环境迁移。我已经在单独的目录中安装了Python 3.2。如何在Ubuntu Shell中获取python安装路径? 有什么方法可以让外壳在运行时知道/选择哪个python版本用于进一步的代码执行? Ubuntu Linux中是否也有环境变量和搜索路径之类的东西?

2
Wine在文件系统中的什么位置安装程序?
我最近使用Wine安装了MS Office。有人可以告诉我文件安装在哪里。我的意思是像在Windows应用程序中默认情况下将其安装在程序文件文件夹中,而在Ubuntu 12.04中它们将安装在何处。 在安装诸如Photoshop之类的任何软件时,我可以决定将其安装在哪个文件夹中吗?




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.