Top "Ubuntu-16.04" questions

Ubuntu 16.

E: Package 'oracle-java8-installer' has no installation candidate

I tried to install java8 using the following commands: sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get …

ubuntu-16.04
What is docker.io in relation to docker-ce and docker-ee?

Previously, to install docker I would use apt-get install docker.io However, I have recently noticed the documentation for installing …

docker ubuntu ubuntu-16.04 apt-get
command 'x86_64-linux-gnu-gcc' failed with exit status 1

I tried to install "scholarly" package, but I keep receiving this error: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall …

python linux gcc ubuntu-16.04
python GDAL 2.1 installation on Ubuntu 16.04

Here will be my sequence of command lines while trying to install gdal2.1 in a UBUNTU virtual machine. My virtual …

python linux gdal ubuntu-16.04
How to install bcmath in Ubuntu for PHP 7.1

I'm using an Ubuntu 16 server for testing with php7.1. One of my app uses bcadd function. I know that I …

php ubuntu-16.04 ubuntu-server php-7.1 bcmath
What is "pkg-resources==0.0.0" in output of pip freeze command

When I run pip freeze I see (among other expected packages) pkg-resources==0.0.0. I have seen a few posts mentioning this …

python python-3.x pip ubuntu-16.04
sudo a2enmod php5.6, php -v still shows php 7.01 conflict

I'm trying to switch php versions, get following response. I tried dismounting mpm_prefork and mpm_worker still no joy, …

php linux ubuntu-16.04
Python 3 returns "invalid syntax" when trying to perform string interpolation

I have recently been learning python 3 and I cannot get any examples involving string interpolation (formatting) to work. In [1]: state = "…

python python-3.x ubuntu-16.04 string-interpolation
Installing opencv 3.1 with anaconda python3?

How do I install opencv with anaconda python3 , opencv picked up my python3 executables -- Python 2: -- Interpreter: /usr/bin/…

python opencv anaconda ubuntu-16.04
Temporary failure in name resolution [Errno -3] with Docker

I'm following the docker tutorial and am on the part where I have to build the app using: docker build …

python ubuntu docker pip ubuntu-16.04