Top "Ubuntu-12.04" questions

The previous LTS release of Ubuntu, code-named Precise Pangolin.

Can't install any package with node npm

I'm trying to install some node packages through npm, but it won't go. I've already tried to install/unistall/update …

node.js ubuntu-12.04 npm
java.lang.Exception: No runnable methods exception in running JUnits

I am trying to run the JUnit on my Linux command prompt /opt/junit/ contains the necessary JARS(hamcrest-core-1.3.jar …

java junit ubuntu-12.04 junit4
SmartGit Installation and Usage on Ubuntu

I have downloaded latest SmartGit installation and each time I want to use it I need to run script smartgit.…

installation ubuntu-12.04 smartgit
CronJob not running

I have set up a cronjob for root user in ubuntu environment as follows by typing crontab -e 34 11 * * * sh /srv/…

linux cron ubuntu-12.04
Install sbt on ubuntu

I have installed sbt on Ubuntu. :~/bin/sbt/bin$ ls classes sbt sbt-launch.jar target jansi.jar sbt.bat sbt-launch-lib.…

scala debian ubuntu-12.04 sbt deb
Which Ruby version am I really running?

I'm running Ubuntu 12.04 LTS, and installed Ruby via RVM. The problem is, when I type ruby -v into the terminal, …

ruby-on-rails ruby rvm ubuntu-12.04
libz.so.1: cannot open shared object file

I am facing an issue on ubuntu 12.04 as : /usr/lib/ndk/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/…

android ubuntu ubuntu-12.04 android-sdk-tools
mysql.h file can't be found

i'm trying to install connection between c++ and mysql in ubuntu 12.04. i've installed mysql-client, mysql-server, libmysqlclient15-dev, libmysql++-dev. but …

c++ mysql ubuntu-12.04 mysql-connector
MySQL Job failed to start

I'm on Kubuntu 12.04, and after installing mysql via an apt-get (mysql ver: 5.5.35), i'm trying to start mysql service, but I …

mysql ubuntu-12.04
error: could not create '/usr/local/lib/python2.7/dist-packages/virtualenv_support': Permission denied

I am using ubuntu 12.04 and I am trying to pip install virtualenv but suddenly I got this error. samuel@sampc:~$ …

python ubuntu-12.04 virtualenv pip