Ubuntu 14.10 is the next-to-last release of the Ubuntu Linux distribution. Use this tag only for questions that are specific to Ubuntu 14.10. If your question applies to other versions of Ubuntu, use [ubuntu] instead. If your question applies to other distributions of Linux, use [linux] instead.
Questions tagged [ubuntu-14.10]
50 questions
34
votes
10 answers
libjvm.so: cannot open shared object file: No such file or directory
Trying to install the rJava package on R, on my 14.10 ubuntu, using this code
if (!require(rJava)) install.packages('rJava')
got few errors related to java including jni problems, after reinstalling the jdk, and tried to run the same code again,…

tan
- 439
- 1
- 7
- 10
26
votes
10 answers
Getting python Numba working on Ubuntu 14.10 or Fedora 21 with python 2.7
Recently, I have had a frustrating time to get python Numba working on Ubuntu or Fedora Linux. The main problem has been with the compilation of llvmlite. What do I need to install for these to compile properly?

mettw
- 439
- 5
- 10
7
votes
5 answers
How to run STS on Java version 1.7
I need to run eclipse(java 1.7) and STS 3.8.1 ( java 1.8) but if i select the java 7 as default i am getting error in the STS 3.8.1.
I am using OS : ubuntu 14.10
Error : Version 1.7.0_80 of the JVM is not suitable for this product. Version:…

Prabhat Yadav
- 1,181
- 6
- 18
- 29
7
votes
6 answers
Laravel Homestead Vagrant - 'vboxsf' not available issue
So I have been trying to install Laravel Homestead through Vagrant/VirtualBox. It used to work but now it is not working at all. I have included what is returned from running vagrant up in addition to the log file /var/log/vboxadd-install.log…

Brandon Enriquez
- 3,847
- 3
- 18
- 15
7
votes
2 answers
elasticsearch systemd service failing
I have just switched to systemd on my linux 14.10 and now my elasticsearch service is not starting properly
elasticsearch.service loaded failed failed
a systemctl status gives me the following :
elasticsearch.service - Starts and…

Sébastien
- 5,263
- 11
- 55
- 116
6
votes
2 answers
Auto start and join google video hangout in chrome browser from ubuntu terminal
I have been looking all over for this and I feel like this should be very straight forward.
I am setting up a conference room computer and I want to automate starting AND joining a google video hangout in google chrome from a script that I run in…

lawless
- 191
- 1
- 5
- 15
6
votes
2 answers
How to install libicu-dev on Ubuntu
I am trying install gollum by gem on Ubuntu 14.10.
When I try to use gem install gollum, I see the error below:
/usr/bin/ruby2.1 extconf.rb
mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h
ERROR: Error installing gollum:
…

mashpolo
- 61
- 1
- 1
- 6
5
votes
4 answers
network access through proxy server with virtualbox
In the company that I work, we have Windows 7 installed on all PCs. We don't have internet access through Windows but can set proxy settings in Firefox and can thus access the Internet.
I installed a virtual box on one of these Windows 7 machines…

hrzrahimi
- 61
- 1
- 1
- 2
5
votes
2 answers
qtcreator cmake "No executable specified"
Im having a very annoying issue with qtcreator and cmake projects: qtcreator fails to find the executable. It just prints "No executable specified" when trying to launch any executable from the IDE. Everything works fine after configuring the…

xalpha
- 446
- 1
- 5
- 15
4
votes
1 answer
Android studio build error on ubuntu install
i have recently installed android studio on my newly installed OS ubuntu 14.10, i installed the main android studio file in my documents folder, and then downloaded and installed the sdk build tools file in the documents folder aswell and linked the…

Al Hennessey
- 2,395
- 8
- 39
- 63
4
votes
3 answers
Installing OpenCV in Ubuntu 14.10
I'm trying to install OpenCV in Ubuntu 14.10 according to instruction.
I installed all mentioned dependencies, but when I'm trying to run make I get such errors:
/home/ilia/opencv-2.4.8/modules/highgui/src/ffmpeg_codecs.hpp:114:7: error:…

Ilia
- 147
- 1
- 4
- 18
2
votes
2 answers
Error:Process 'command '/usr/local/android-studio/jre/bin/java'' finished with non-zero exit value 2
Android Studio 2.2.3;
Java 8;
Ubuntu 14.10;
laptop: Asus K72F.
I spent no less than twenty hours on a Udacity course, learning the basics of XML as part of an Android course.
I installed Java on my Ubuntu machine, then Android Studio IDE.
Followed…

Alberto Venturi
- 21
- 1
- 1
- 4
2
votes
0 answers
How to install 'x2goserver' and 'x2goserver-xsession' on Ubuntu?
I am trying to install x2go server on a remote machine with Ubuntu 14.10.
This is how I try to do it:
apt-add-repository ppa:x2go/stable
apt-get update
apt-get install x2goserver x2goserver-xsession
It was all going well until the last code line,…

Tal A.
- 21
- 2
2
votes
1 answer
python-tk have unmet dependencies
I am trying to install python-tk on Ubuntu 14.10 with python 2.7. but it throws following dependency error. please help me to resolve this. I tried many ways but couldn't solve it.
python-tk : Depends: blt (>= 2.4z-4.1) but it is not going to be…

Vinod
- 1,965
- 1
- 9
- 18
2
votes
0 answers
make error in OpenCV installation on ubuntu (ffmpeg CODEC_ID_XXXX was not declared in scope)
I am trying to install OpenCV following this tutorial. I am through cmake.(The configuration is given at the end.) However make shows error :make[2]: ***[modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap_ffmpeg.cpp.o] Error 1
One link pointed…

Anurag Priyadarshi
- 1,113
- 9
- 17