Questions tagged «software-installation»

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

3
在Ubuntu 16.04上安装Xampp
我尝试使用PPA进行安装,也尝试从apachefriends.org下载xampp应用程序,但徒劳无功。如何安装xampp而不出现任何错误?有人建议一种方法。 bash: ./xampp-linux-x64-5.6.20-0-installer.run: cannot execute binary file: Exec format error 这是我尝试安装时遇到的错误

3
无法找到包mysql-server
我安装了ubuntu 16.04,之后尝试安装mysql时显示错误为 $ sudo apt-get更新 mcerc的[sudo]密码: 正在阅读包装清单...完成 mcerc @ mcerc-ThinkCentre-M72e:〜$ sudo apt-get安装mysql 正在阅读包装清单...完成 建立依赖树 正在读取状态信息...完成 E:无法找到软件包mysql mcerc @ mcerc-ThinkCentre-M72e:〜$ sudo apt-get安装mysql-server 正在阅读包装清单...完成 建立依赖树 正在读取状态信息...完成 E:无法找到软件包mysql-server mcerc @ mcerc-ThinkCentre-M72e:〜$ ^ C mcerc @ mcerc-ThinkCentre-M72e:〜$



1
无法安装任何东西并在ubuntu 14.10上更新
关闭。这个问题是题外话。它当前不接受答案。 想改善这个问题吗? 更新问题,使它成为Ask Ubuntu 的主题。 4年前关闭。 这是我的/etc/apt/sources.list的内容: # deb cdrom:[Ubuntu 14.10 _Utopic Unicorn_ - Release amd64 (20141022.1)]/ utopic main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://in.archive.ubuntu.com/ubuntu/ utopic main restricted deb-src http://in.archive.ubuntu.com/ubuntu/ utopic main restricted ## Major bug fix updates produced …

1
无法在Ubuntu 14.04上安装最新的NodeJS版本
在我的服务器上,我有0.10.25“我不需要Rea的版本,即“ 0.10.30”,这是LTS的版本nodejs,但是开发人员要求安装第4个版本,在挖掘了一点点之后,我发现0.12它nodejs与某些版本合并了其他套餐。 没有软件包的来源0.12,我已经从.tar.gznodejs的网站下载了文件,没有包装,但是它不包含任何安装脚本,手动移动文件或创建链接不是我想要的方式,我该怎么办? 更新: [web01]~> nodejs -v v0.10.25 [web01]~> apt-get install curl Reading package lists... Done Building dependency tree Reading state information... Done curl is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [web01]~> curl -sL https://deb.nodesource.com/setup_4.x | sudo bash - [web01]~> …


4
在ubuntu 14.04上安装枕头
我为枕头疯狂。我已经在这里问了,没有解决: Pillow软件包的Python Django Mezzanine安装失败 我有Ubuntu 14.04和python 2.7。 使用pip或从github安装枕头我有此错误: x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/_imaging.o: File o directory non esistente x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/decode.o: File o directory non esistente x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/encode.o: File o directory non esistente x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/map.o: File o directory non esistente x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/display.o: File o directory non esistente error: command …


2
如何在没有GUI的情况下安装Libre Office
我正在使用python和Open Document Files从CRM生成文档,然后将它们转换为PDF格式。在此配置中,Libre Office作为服务运行。这在我的桌面开发计算机上完美运行,没有任何问题。 生产环境将是没有GUI的12.04服务器,我不想安装Gnome或KDE。有没有办法在没有GUI的服务器上进行某种形式的Libre Office核心安装?

3
Ubuntu 14.04,安装gstreamer1.0-libav时出现问题,依赖关系未满足
突然我的Ubuntu停止播放视频。当我打开视频时,播放器建议我安装 gstreamer1.0-libav。但是,它无法安装。 我尝试手动安装它,这是错误消息: $ sudo apt-get install gstreamer1.0-libav Reading package lists... Done Building dependency tree Reading state information... Done 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 packages have not yet …


4
安装SOGOU搜狗拼音
搜狗(SOGOU)是一种流行的中文输入软件。对于Ubuntu 14.04,他们与Ubuntu Kylin团队合作创建了他们软件的Linux版本。 它基于FCITX输入软件,该软件由FCITX TEAM在启动板上开发。 我将它安装在装有Ubuntu 14.04的笔记本电脑上,没有任何问题,而且效果很好! 但是,我家里有一台上网本,上面装有Lubuntu 14.04。我也想在上面享受SOGOU。 我添加了FCITX TEAM的PPA: deb http://ppa.launchpad.net/fcitx-team/dailybuild-fcitx-master/ubuntu trusty main 然后我跑了 apt-get update && install fcitx 我从http://pinyin.sogou.com/linux/下载了SOGOU软件,并安装了它(确定) 重新启动,我选择FCITX作为输入法,从命令行启动它$fcitx(因为它不会自动启动)。 我现在正在使用FCITX,但SOGOU无法正常工作。选中后,就像使用常规键盘(无汉字)一样。 我读了这个:https : //wiki.archlinux.org/index.php/Fcitx_ (简体中文)并将其添加到.xprofile export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx" 但是没有帮助。那么,您对如何使搜狗拼音(Sugou Pinyin)在Lubuntu 14.04(LXDE)上工作有任何想法吗? 在左侧的Ubuntu 14.04,右侧的LUBUNTU 14.04(fcitx应用程序指示器) 如果我运行,$fcitx-qimpanel那么LUBUNTU似乎有所改善,但是我仍然不能从菜单中选择SOGOU条目: 当我在菜单中选择SOGOU条目时,什么都没有发生。当我单击fcitx图标时,该消息出现在终端中。 gumeiren@gumeiren-N128:~$ fcitx (I first need to run fcitx, …

1
如何在Chrome中安装已经下载的.crx文件扩展名?
它从Novell-moonlight-3.99.0.3-x86_64.crx下载.crx文件,然后转到 chrome:// extensions / 并将文件拖放到该地址中打开的Chrome窗口中,并显示以下消息 无法从此网站添加应用,扩展程序和用户脚本 单击“确定”按钮,仅此而已。 我阅读了有关“ ExtensionInstallSources”的内容,但不知道如何配置它以从本地目录安装扩展。任何想法?我在Ubuntu 12.04 64位上

7
如何使用其他驱动器作为Steam的安装位置?
我最近收到了Steam的邀请。我想下载游戏,但是我拥有Ubuntu的SSD驱动器还不够。如何在其他硬盘上安装Steam? 我进入了“ Steam库文件夹”,但无法删除原始文件夹,因此Steam可以安装在该驱动器上。我也尝试过更改位置,但它再次处于不利位置:

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.