Questions tagged [ubuntu-14.10]

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.

50 questions
0
votes
1 answer

Maven Installation in linux fails with "The following packages have unmet dependencies" error

I am new to Linux I was trying to install Maven with sudo apt-get install maven I hit upon this error Do you want to continue? [Y/n] Y Get:1 http://ubuntu.excellmedia.net/archive/ utopic-updates/main openjdk-7-jre-headless amd64…
HkFreaKuser1673718
  • 759
  • 4
  • 13
  • 31
0
votes
0 answers

Why is laravel showing a server error

I am looking to get a simple site up using laravel 5.1 I have a ubuntu 14.10 box and file zilla. After dragging the contents of my app folder over to var/www/html/ I have changed the /etc/apache2/sites-availablemyapp.conf to read
Pierce McGeough
  • 3,016
  • 8
  • 43
  • 65
0
votes
1 answer

r-base Impossible to find package

I am trying to install R in my machine ubuntu 14.10 When I type : sudo apt-get install littler I got this error: Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait E:…
Sino
  • 34
  • 4
0
votes
1 answer

spatial view fails with a function_clause error

I wan't to use GeoCouch but it seems I can't get the setup right setup: Ubuntu 14.10 CouchDB 1.6.1, built from source GeoCouch: I couldn't build it from the newvtree branch as indicated in the README, so I tried with the couchdb1.3.x branch as in…
maxlath
  • 1,804
  • 15
  • 24
0
votes
0 answers

How to resize image with keeping the original image resoultion and quality using imageMagick

I have an icon image that i need to resize it to be little bit smaller, however, am using the imageMagick on ubuntu, i have tried many options just like: convert inupt.gif -resize 30x29 -density 72 -quality 75 output.gif The problem that each time…
Salah
  • 8,567
  • 3
  • 26
  • 43
0
votes
1 answer

install python pygame on ubuntu 14.10

I want to install pygame library on Ubunbu 14.10. I am using Python 2.7.x. At this time I found dependences problems with python-numpy dependence., because it uses a previous version of gcc that 14.10 uses that's why I am stuck with this, my…
htamayo
  • 335
  • 3
  • 16
0
votes
0 answers

Jetbrains Webstorm 9.0.3 big blinking cursor and not able to type ubuntu

I have installed a trial copy of Jetbrains Webstorm 9.0.3 in Ubuntu 14.10, I am having a peculiar problem of not able to edit the created files, and the text cursor (blinking cursor) also appears very BIG. Occasionally, a configuration error growl…
cs1193
  • 1,090
  • 1
  • 16
  • 28
0
votes
1 answer

Receiving "Unmet dependency" while installing r-base on Ubuntu 14.10

I am trying to install R on Ubuntu 14.10 When I am giving the command to download r-base, I get the following error roy@laptop:~$ sudo apt-get install r-base Reading package lists... Done Building dependency tree Reading state information...…
Buggy Coder
  • 383
  • 5
  • 17
0
votes
1 answer

How can I install pip-accel on Ubuntu 14.10?

I would like to use pip-accel to speed up compilation-heavy installations to virtual environments (e.g. matplotlib, NumPy). It isn't in the 14.10 Ubuntu repos so I must install it manually. However, my installation attempt fails as follows: > pip…
lofidevops
  • 15,528
  • 14
  • 79
  • 119
0
votes
1 answer

In host machine, cannot connect webserver, vagrant

I am running ubuntu 14.10 through vagrant host machine is windows 8.1 In host machine (windows 8.1), I can send ICMP message to guest:ubuntu I can connect ssh to guest:ubuntu, for portforwarding - In windows, localhost:2222 But only cannot connect…
Henry
  • 1,257
  • 1
  • 9
  • 13
0
votes
1 answer

Running Freepascal compiler in a docker container

I want to use the Freepascal compiler inside a docker container, came from ubuntu 14.10 image. When I want to install it via apt-get install fp-compiler or fp-compiler-2.6.2 I got the error package not found. But if I browse the package list online…
Stefc
  • 73
  • 6
0
votes
0 answers

Clang 3.4 does not look in correct places for the libstdc++ libraries

I am relatively new to Linux and Clang, and I am having trouble getting the Clang 3.4 toolchain to correctly determine where the libstdc++ libraries are. I am running Mint 17, have Clang-3.4 installed and have GCC 4.8 installed as well. Using the…
thamill
  • 1
  • 2
0
votes
0 answers

Weird interaction between gvm, .profile and lightdm Ubuntu 14.10

Good morning everyone, I have a strange interaction problem between gvm, my .profile and lightdm on Ubuntu 14.10. The line that gvm puts at the end of .profile looks like this: [[ -s "/home/clh/.gvm/bin/gvm-init.sh" ]] && source…
MonetsChemist
  • 165
  • 10
0
votes
2 answers

Why no manual entry for std::vector in gcc-4.9.1-4ubuntu2?

I am trying to see the manual entry for c++ keywords like std::vector,std::set,std::map, iostream,std::size() e.t.c in terminal but it says, No manual entry for these commands. Even is show the same thing when i typed man iostream. g++ is installed…
Shravan40
  • 8,922
  • 6
  • 28
  • 48
0
votes
1 answer

Set/Change the source of image in C# Gtk project, using MonoDevelop

I added an image element into my Gtk project. How can I set/change the source of this image element? This is the content of MainWindow.cs: using System; using Gtk; public partial class MainWindow: Gtk.Window { public MainWindow (): base…
Ionică Bizău
  • 109,027
  • 88
  • 289
  • 474