Questions tagged [ubuntu-14.04]

Ubuntu 14.04 is a support release of the Ubuntu Linux distribution. Use this tag only for questions that are specific to Ubuntu 14.04. If your question applies to other versions of Ubuntu, use [ubuntu] instead. If your question applies to other distributions of Linux, use [linux] instead.

Ubuntu 14.04 is twenth release of Ubuntu operating system and released on 17th April 2014 and is dubbed "Trusty Tahr"..

Features

  • Smaller Unity Launcher
  • Raise Volume Past 100%
  • Locally Integrated Menus
  • Full Menus
  • Antialiased Windows
  • Faster Lock Screen Shortcut
  • Live Window Resizing

Useful Links

4891 questions
646
votes
27 answers

Android Studio: /dev/kvm device permission denied

When I try to run my Android app on an emulator I get this error: /dev/kvm permission denied. I checked the permissions and added the user I am currently logged in with to the kvm group. What is wrong?
florian.R
  • 6,461
  • 3
  • 8
  • 4
364
votes
6 answers

Cannot install packages inside docker Ubuntu image

I installed Ubuntu 14.04 image on docker. After that, when I try to install packages inside the ubuntu image, I'm getting unable to locate package error: apt-get install curl Reading package lists... Done Building dependency tree Reading…
Developer
  • 4,653
  • 2
  • 15
  • 20
337
votes
36 answers

Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running?

I have applied every solution available on internet but still I cannot run Docker. I want to use Scrapy Splash on my server. Here is history of commands I ran. docker run -p 8050:8050 scrapinghub/splash sudo docker run -p 8050:8050…
Umair Ayub
  • 13,220
  • 12
  • 53
  • 124
242
votes
17 answers

Yarn install command error No such file or directory: 'install'

I am installing sylius bundle and while install sylius I need to run yarn install So While i run command yarn install I get error: ERROR: [Errno 2] No such file or directory: 'install'
Ricky ponting
  • 2,657
  • 3
  • 10
  • 20
232
votes
4 answers

docker command not found even though installed with apt-get

Adding this for reference for others because it would have saved me 10 minutes if such an answer existed. I tried installing Docker using ubuntu 14.0LTS virtualbox sudo apt get install docker However, when I try running docker it gives me the…
ThinkBonobo
  • 12,631
  • 8
  • 48
  • 68
216
votes
18 answers

Docker-compose: node_modules not present in a volume after npm install succeeds

I have an app with the following services: web/ - holds and runs a python 3 flask web server on port 5000. Uses sqlite3. worker/ - has an index.js file which is a worker for a queue. the web server interacts with this queue using a json API over…
KGo
  • 14,226
  • 8
  • 27
  • 44
133
votes
22 answers

Docker Error bind: address already in use

When I run docker-compose up in my Docker project it failes with the following message: Error starting userland proxy: listen tcp 0.0.0.0:3000: bind: address already in use netstat -pna | grep 3000 shows this: tcp 0 0 0.0.0.0:3000 …
Ngoral
  • 2,332
  • 2
  • 13
  • 31
119
votes
5 answers

How to install Ruby 2.1.4 on Ubuntu 14.04

I dont know how to install the latest Ruby on Ubuntu. First I installed the default Ruby 1.9.3, using sudo apt-get install ruby Then I tried to install the 2.0 version using sudo apt-get install ruby2.0 My version of Ruby is still "ruby 1.9.3p484…
Alek
  • 1,421
  • 2
  • 12
  • 14
80
votes
5 answers

ImportError: libGL.so.1: cannot open shared object file: No such file or directory

i am trying to run cv2, and when i try to import it i get ImportError: libGL.so.1: cannot open shared object file: No such file or directory the suggested solution online is installing apt install libgl1-mesa-glx but this is already installed and…
Ryan
  • 4,407
  • 9
  • 29
  • 52
78
votes
1 answer

MongoDB Data directory /data/db not found

When I try to run Mongod in terminal I got this message : 2015-05-14T17:33:04.554+0700 I STORAGE [initandlisten] exception in initAndListen: 29 Data directory /data/db not found., terminating 2015-05-14T17:33:04.554+0700 I CONTROL [initandlisten]…
Gujarat Santana
  • 7,515
  • 12
  • 47
  • 70
78
votes
1 answer

Where do global npm packages get installed on Ubuntu

Where is the default global node_modules folder on Ubuntu. For example where would this get installed: npm install -g gulp
rob
  • 16,110
  • 12
  • 63
  • 90
71
votes
5 answers

list all globally installed modules with one command in ubuntu

I'm working on ubuntu 14.04, Is there any way to print all global modules (installed using npm) to the command line. How can I do this?
Muhsin Keloth
  • 7,076
  • 6
  • 33
  • 57
71
votes
5 answers

Ubuntu: Using curl to download an image

I want to download an image accessible from this link: https://www.python.org/static/apple-touch-icon-144x144-precomposed.png into my local system. Now, I'm aware that the curl command can be used to download remote files through the terminal. So, I…
Manas Chaturvedi
  • 4,110
  • 15
  • 43
  • 98
71
votes
6 answers

Command `libreoffice --headless --convert-to pdf test.docx --outdir /pdf` is not working

I have to wait for long after using this LibreOffice command which is intended to convert DOCX into PDF: libreoffice --headless --convert-to pdf test.docx --outdir /pdf But I'm getting no response and no error. No file is converted. It looks like…
vishal
  • 1,100
  • 2
  • 11
  • 32
71
votes
5 answers

lxml installation error ubuntu 14.04 (internal compiler error)

I am having problems with installing lxml. I have tried the solutions of the relative questions in this site and other sites but could not fix the problem. Need some suggestions/solution on this. I am providing the full log after executing pip…
salmanwahed
  • 8,337
  • 5
  • 30
  • 51
1
2 3
99 100