Questions tagged [ubuntu-16.04]

Ubuntu 16.04 (Xenial Xerus) is a long term support release, available from 21st of April 2016. Questions should be related to writing or running programs under Ubuntu. General Ubuntu questions should be asked on https://askubuntu.com

New features include the following

  • 5 year support term
  • Linux 4.4 LTS kernel
  • Unity online search disabled by default
  • Unity launcher can be repositioned
  • ZFS (file system)
  • Ubuntu Software Center replaced with GNOME Software

It is available for download as an ISO image.

4960 questions
38
votes
8 answers

List directory /var/lib/apt/lists/partial is missing. - Acquire (20: Not a directory)

When I executed sudo apt update I'm getting Reading package lists... Done E: List directory /var/lib/apt/lists/partial is missing. - Acquire (20: Not a directory) Also, I was getting a status error which I solved using sudo cp…
stefun
  • 1,261
  • 3
  • 24
  • 54
37
votes
3 answers

Certbot Apache error "Name duplicates previous WSGI daemon definition."

On my Ubuntu 16.04 server, I have an Apache conf file at /etc/apache2/sites-enabled/000-default.conf, which looks like this (abbreviated): WSGIApplicationGroup %{GLOBAL} ServerName example.com WSGIDaemonProcess myprocess…
Josh
  • 2,790
  • 26
  • 30
37
votes
3 answers

Cisco VPN client on Ubuntu 16.04 LTS

I am trying to install Cisco VPN Client on Ubuntu, but I am facing problems. So How can I install it on Ubuntu 16.04 LTS ?
SK7
  • 643
  • 1
  • 6
  • 15
35
votes
11 answers

CMake Error: Variables are set to NOTFOUND

I installed cuda first using cuda-repo-ubuntu1604-9-0-local_9.0.176-1_amd64.deb. Now I'm trying to install OpenCV 3.3.0 But i'm getting CMake Error: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please…
Ja_cpp
  • 2,426
  • 7
  • 27
  • 49
33
votes
8 answers

Upgraded to Ubuntu 16.04 now MySQL-python dependencies are broken

I just upgraded my Ubuntu install to 16.04 and this seems to have broken my mysql dependencies in the MySQL-python package. Here is my error message: File "/opt/monitorenv/local/lib/python2.7/site-packages/sqlalchemy/engine/__init__.py", line 386,…
RyanH
  • 759
  • 1
  • 8
  • 13
32
votes
13 answers

docker-ce : Depends: libseccomp2 (>= 2.3.0) but 2.2.3-3ubuntu3 is to be installed

I'm installing Docker on my Ubuntu machine and I'm following this tutorial Install Docker Engine on Ubuntu When I run sudo apt-get install -y docker-ce it does not install Docker on my machine and is giving the following error: $ sudo apt-get…
Muhammad Ateek
  • 1,057
  • 3
  • 14
  • 24
32
votes
8 answers

Unresponsive git status, diff, add (hanging)

The following git commands hang (do not respond) in one of my repositories: git status git diff git stash git add The fact that I cannot git add leads me to believe that the unresponsiveness isn't simply due to very large files. Since git stash…
yunque
  • 625
  • 1
  • 8
  • 18
31
votes
4 answers

com.android.builder.testing.api.DeviceException: No connected devices

Scanning folders for symlinks in /home/sino/Desktop/we-clone/node_modules (4ms) Starting JS server... Building and installing the app on the device (cd android && ./gradlew installDebug)... Incremental java compilation is an incubating…
kh deep
  • 333
  • 1
  • 3
  • 9
31
votes
7 answers

Unable to start the mysql server in ubuntu

After running the command mysql -v in Ubuntu, I am getting the following error: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Rohit Kumar
  • 311
  • 1
  • 3
  • 3
31
votes
5 answers

Docker - Unable to locate package docker-engine

I am trying to install docker in Ubuntu 16.04. I am following this link for docker installation. I am ending up with Unable to locate package docker-engine My current kernal version - 4.4.0-38-generic Ubuntu version - 16.04
31
votes
6 answers

Can't install StarUML in Ubuntu 16.04

I’m using ubuntu 16.04 - 64 bit. I tried to install Start UML with .deb file and got this message from Ubuntu Software: This software comes from a 3rd party and may contain non-free components Then I trying to install with dpkg, and got this: $…
Finn
  • 2,707
  • 2
  • 19
  • 28
30
votes
3 answers

Startup script logs location

In Google Cloud Platform's Ubuntu 16.04.1 instance, the output of my startup script was written to /var/log/startupscript.log. Since they upgraded to 16.04.02 I can't find the logs anymore. Any idea?
30
votes
4 answers

How to find cuda version in ubuntu?

I installed cuda 8.0 in my ubuntu 16.04 machine and checked the cuda version using the command "nvcc --version". it shows version as 7.5!!!.How Can I be sure that it is accurate? Are there other commands that I can also use to verify my result?
Sowmya Dhanapal
  • 471
  • 1
  • 4
  • 9
29
votes
1 answer

Xdebug for Php 5.6 on Ubuntu 16.04

Is There is a way to install Xdebug for Php5 on Ubuntu 16.04? I've tried to install it the same way as ubuntu 14.04 but every time I try to install php5-dev I get this error "E: Package 'php5-dev' has no installation candidate"
Samar
  • 403
  • 1
  • 4
  • 7
27
votes
3 answers

TypeError [ERR_UNESCAPED_CHARACTERS] Request path contains unescaped characters

I am working on Ubuntu with incoming HTTP request from the following URL: http://:3000/v1/projects/list Description: The problem is that I get the following error in terminal: TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains…
Hlib Derbenov
  • 916
  • 1
  • 7
  • 15