Questions tagged «ubuntu»

一般的UBUNTU支持不在主题之列。可能会在https://askubuntu.com/上询问支持问题。Ubuntu是基于Debian GNU / Linux的免费桌面和服务器操作系统。请注意,这是针对特定于Ubuntu的编程问题,而http://askubuntu.com专门用于回答一般的Ubuntu问题。

12
如何在Ubuntu上安装Intellij IDEA?
一般来说,我是Ubuntu和Linux的新手。我想在计算机上用Java编写代码,但是在Ubuntu上安装IntelliJ IDEA时遇到问题。我已经下载并解压缩了文件,并且由于某种原因将文件夹重命名为idea。我尝试将文件夹移至/usr/share/applications或其他位置,但没有权限。我sudo -i在终端中使用以获得许可,但没有设法脱离根文件夹。谁能一步一步地为我提供帮助,以移动文件夹,在搜索栏中创建快捷方式或所谓的快捷方式并正确安装它?

7
Ubuntu上的Python 2.7
我是Python的新手,正在Linux机器(Ubuntu 10.10)上工作。它正在运行python 2.6,但是我想运行2.7,因为它具有我要使用的功能。我被敦促不要安装2.7并将其设置为我的默认python。 我的问题是,如何安装2.7并使其与2.6并排运行?

3
如何在VirtualBox上ping ubuntu guest虚拟机
关闭。此问题不符合堆栈溢出准则。它当前不接受答案。 想改善这个问题吗?更新问题,使其成为Stack Overflow的主题。 5年前关闭。 改善这个问题 我有一个带有Ubuntu的VM(VirtualBox)。主机是Windows7。如何从主机ping Ubuntu,反之亦然?尝试在VM设置中设置“桥接”连接类型,但没有效果,我只在Ubuntu中失去了互联网连接。

3
试图包含一个库,但不断收到“未定义的引用”消息
我正在尝试使用libtommath库。我在Ubuntu linux上的项目中使用的是NetBeans IDE。我已经下载并构建了该库,我已经进行了“ make install”操作,将生成的.a文件放入/ usr / lib /,并将.h文件放入/ usr / include 它似乎正在适当地查找文件(因为我不再遇到那些错误,这是在安装到/ usr目录之前所做的)。 但是,当我创建一个简单的main来调用mp_init(位于库中)时,在尝试创建项目时出现以下错误: mkdir -p build/Debug/GNU-Linux-x86 rm -f build/Debug/GNU-Linux-x86/main.o.d gcc -c -g -MMD -MP -MF build/Debug/GNU-Linux-x86/main.o.d -o build/Debug/GNU-Linux-x86/main.o main.c mkdir -p dist/Debug/GNU-Linux-x86 gcc -o dist/Debug/GNU-Linux-x86/cproj1 build/Debug/GNU-Linux-x86/main.o build/Debug/GNU-Linux-x86/main.o: In function 'main': /home/[[myusername]]/NetBeansProjects/CProj1/main.c:18: undefined reference to `mp_init' collect2: ld returned …




13
如何在Ubuntu 16.04 LTS 64位上安装/启动Postman本机v4.10.3?
我下载邮差为Linux(从https://www.getpostman.com/apps),解压.tar.gz文件到~/bin/postman,然后试图执行~/bin/postman/Postman/Postman。不幸的是,它导致以下错误: A JavaScript error occurred in the main process Uncaught Exception: Error: Cannot find module 'glob' at Module._resolveFilename (module.js:455:15) at Function.Module._resolveFilename (/home/imilosavljevic/bin/postman/Postman/resources/electron.asar/common/reset-search-paths.js:35:12) at Function.Module._load (module.js:403:25) at Module.require (module.js:483:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/imilosavljevic/bin/postman/Postman/resources/app/node_modules/electron-json-storage/node_modules/rimraf/rimraf.js:7:12) at Module._compile (module.js:556:32) at Object.Module._extensions..js (module.js:565:10) at Module.load (module.js:473:32) at tryModuleLoad (module.js:432:12) 还有其他在Ubuntu上安装/启动Postman的方法吗?
71 ubuntu  postman 

10
致命错误:调用未定义的函数curl_init()
<?php $filename = "xx.gif"; $handle = fopen($filename, "r"); $data = fread($handle, filesize($filename)); // $data is file data $pvars = array('image' => base64_encode($data), 'key' => IMGUR_API_KEY); $timeout = 30; $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, 'http://api.imgur.com/2/upload.xml'); curl_setopt($curl, CURLOPT_TIMEOUT, $timeout); curl_setopt($curl, CURLOPT_POST, 1); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curl, CURLOPT_POSTFIELDS, $pvars); $xml = curl_exec($curl); curl_close …
71 php  linux  ubuntu  curl  debian 


4
Xvfb失败启动错误
我有Ubuntu 11.04,我正在尝试安装Xvfb和CutyCapt以获取网页快照,我遵循了一条指令 https://github.com/jaequery/cutycapt-installer-script-on-ubuntu/blob/master/install 和我执行了最后一行,这给了我一个错误 xvfb运行:错误:Xvfb无法启动 有什么解决办法吗?先感谢您
71 linux  ubuntu 

3
如何在ubuntu上安装加密技术?
我的Ubuntu版本是14.04 LTS。 当我安装密码术时,错误是: Installing egg-scripts. uses namespace packages but the distribution does not require setuptools. Getting distribution for 'cryptography==0.2.1'. no previously-included directories found matching 'documentation/_build' zip_safe flag not set; analyzing archive contents... six: module references __path__ Installed /tmp/easy_install-oUz7ei/cryptography-0.2.1/.eggs/six-1.10.0-py2.7.egg Searching for cffi>=0.8 Reading https://pypi.python.org/simple/cffi/ Best match: cffi 1.5.0 Downloading https://pypi.python.org/packages/source/c/cffi/cffi-1.5.0.tar.gz#md5=dec8441e67880494ee881305059af656 Processing …

5
如何使Emacs终端颜色与Emacs GUI颜色相同?
我在Ubuntu(目前为Hardy Heron)上使用Emacs进行编程,并且我喜欢Emacs GUI中的默认文本颜色。但是,当在终端中运行Emacs时,默认的文本颜色是不同的,并且显得粗糙。 如何使终端中的颜色与GUI中的颜色匹配?
70 emacs  ubuntu  colors 

6
在Ubuntu上从JDK 1.7迁移到JDK 1.8
我在UBUNTU上。当前安装的JDK版本是: java version "1.7.0_51" Java(TM) SE Runtime Environment (build 1.7.0_51-b13) Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode) 正在安装的配置是: sudo update-alternatives --config java There is only one alternative in link group java (providing /usr/bin/java): /usr/lib/jvm/java-7-oracle/jre/bin/java 我下载了JDK 1.8的最新tar.gz档案。 如何从覆盖/卸载当前安装的JDK 1.7的tar.gz中轻松安装JDK 1.8?甚至没有明确使用tar.gz。
69 java  linux  ubuntu  java-8 

4
找不到/安装libXtst.so.6?
我正在运行Ubuntu 12.10,并且尝试安装Netbeans 7.1(或更高版本),但我没有.sh文件,但无法安装,错误出现在这里: [2013-06-27 19:11:28.918]: at org.netbeans.installer.Installer.main(Installer.java:81) [2013-06-27 19:11:28.918]: An error occured while initializing the NetBeans IDE installer UI. [2013-06-27 19:11:28.918]: Most probably the running JVM is not compatible with the current platform. [2013-06-27 19:11:28.919]: See FAQ at http://wiki.netbeans.org/FaqUnableToPrepareBundledJdk for more information. [2013-06-27 19:11:28.919]: /usr/local/java/jre1.7.0_25/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object …

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.