Skip to main content

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

ubuntu-16.04
304 votes
2 answers
345k views

How to install Maven 3 on Ubuntu 18.04/17.04/16.10/16.04 LTS/15.10/15.04/14.10/14.04 LTS/13.10/13.04 by using apt-get? [closed]

Try: sudo apt-get install maven If it works for you ignore the rest of this post. Intro I started setting up my Ubuntu 12.10 on April 2013 and the normal sudo apt-get install maven was not ...
AmirHd's user avatar
  • 10.3k
290 votes
25 answers
684k views

Unable to set default python version to python3 in ubuntu

I was trying to set default python version to python3 in Ubuntu 16.04. By default it is python2 (2.7). I followed below steps : update-alternatives --remove python /usr/bin/python2 update-alternatives ...
RejeeshChandran's user avatar
274 votes
42 answers
976k views

pull access denied repository does not exist or may require docker login

I am using Laravel 4.2 with docker. I setup it on local. It worked without any problem but when I am trying to setup online using same procedure then I am getting error: pull access denied for <...
Jass's user avatar
  • 3,855
264 votes
24 answers
349k views

Yarn: How to upgrade yarn version using terminal?

How should yarn be upgraded to the latest version?
Janaka Pushpakumara's user avatar
225 votes
4 answers
128k views

What is docker.io in relation to docker-ce and docker-ee (now called "Mirantis Kubernetes Engine")?

Previously, to install Docker, I would use apt-get install docker.io However, I have recently noticed the documentation for installing docker, and it uses docker-ce. I have tried to find the ...
Will Parzybok's user avatar
221 votes
3 answers
91k views

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 package (including this one), but none explaining what it is, or why it is ...
elethan's user avatar
  • 16.9k
124 votes
34 answers
355k views

Failed to start mongod.service: Unit mongod.service not found

I follow all the steps mention in MongoDB installation documents for Ubuntu 16.04. Steps 1: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv ...
Rahul's user avatar
  • 1,604
114 votes
20 answers
229k views

Default password of mysql in ubuntu server 16.04

I have installed ubuntu 16.04 server. Mysql server was installed by default in it. When I am trying to access the mysql with mysql -u root -p, I am unable to log in to mysql because I dont have the ...
Debashisenator's user avatar
103 votes
1 answer
186k views

How to run a .NET Core console application on Linux [duplicate]

I am using Visual Studio 2015 and created a .NET Core console application. After compiling, I have my project DLL file in the debug folder. And if I want to run it on another computer, I have to ...
Parusnik's user avatar
  • 1,211
99 votes
19 answers
175k views

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 -t friendlyhello . It reaches up to step 4, where after a pause I get this error: Step 4/7 : ...
monadoboi's user avatar
  • 1,761
94 votes
7 answers
339k views

Package php5 have no installation candidate (Ubuntu 16.04)

When i try to install php5 in Ubuntu 16.04 by using following code: sudo apt-get install php5 php5-mcrypt I get following error: Reading package lists... Done Building dependency tree ...
Srijan Karki's user avatar
  • 1,621
89 votes
8 answers
284k views

How to install php-curl in Ubuntu 16.04

Upgraded to Ubuntu 16.04 and facing problem after installing PHP5. Installed PHP-5 with following: sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get upgrade sudo apt-get ...
Govind Samrow's user avatar
83 votes
6 answers
85k views

Install Yarn Ubuntu 16.04 (Linux Mint 18.1)

I have a new installation of Linux Mint 18.1 with Ubuntu 16.04. I have installed Node 6.10.0. When doing the command that indicates the documentation of Yarn: sudo apt-get update && sudo apt-...
Jose's user avatar
  • 1,819
82 votes
6 answers
559k views

How to completely uninstall python 2.7.13 on Ubuntu 16.04

I installed Python 2.7.13 on Ubuntu 16.04 according to this guide, and it became the default version as an alternative to the version 2.7.12. But, I wanted to completely remove Python 2.7.13 and ...
Lucas's user avatar
  • 960
75 votes
20 answers
112k views

PHP 7 with phpmyadmin gives lots of Deprecation Notices

I have Ubuntu 16.04 LTS running with PHP7 and phpmyadmin installed. However, I get a lot of deprecation notices like: Deprecation Notice in ./../php/php-gettext/streams.php#48 Methods with the same ...
yoano's user avatar
  • 1,526

15 30 50 per page
1
2 3 4 5
330