Questions tagged [ubuntu-19.04]

GENERAL UBUNTU SUPPORT IS OFF-TOPIC. Support questions may be asked on https://askubuntu.com/. Use this tag only for questions that are specific to Ubuntu 19.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 19.04 is called Disco Dingo

73 questions
19
votes
2 answers

Is there a way to suppress "update-alternatives: warning: skip creation" warnings when building a Docker image?

Building this Dockerfile: FROM ubuntu:19.10 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update RUN apt-get install -y locales apt-utils RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \ dpkg-reconfigure locales…
Behrang
  • 46,888
  • 25
  • 118
  • 160
12
votes
3 answers

How I can upgrade my Ubuntu python3.7 to python3.8 latest version?

I am tried by this command sudo pip3 install --upgrade python but still, it did not work.
Shiva_Adasule
  • 769
  • 2
  • 9
  • 14
12
votes
3 answers

How to install Python 3.6 on Ubuntu 19.04?

I've recently installed Ubuntu 19.04 which has Python 3.7 by default. I need to work on multiple projects that use Python 3.6. Is there a way to install it on Disco Dingo? I tried which works on 16.04 milano@milano-desktop:~$ sudo add-apt-repository…
Milano
  • 18,048
  • 37
  • 153
  • 353
11
votes
3 answers

Authentication Required for everything I do in Ubuntu 19.10

I recently upgraded ubuntu from 19.04 to 19.10. Initially, I was not able to login into this user. Whenever I entered password it didn't log in and asked for password again. There was a kind of login loop. Now I am able to login after changing the…
9
votes
2 answers

unable to install libzip4 on ubuntu 19.04

trying to install libzip4 on ubuntu 19.04 for mysql-workbench dependency Install method: sudo apt install ./mysql-workbench-community_8.0.16-1ubuntu18.04_amd64.deb error message: mysql-workbench-community : Depends: libzip4 (>= 0.10) but it is not…
K3NN3TH
  • 1,458
  • 2
  • 19
  • 31
9
votes
10 answers

Problem Installing mysql-workbench on ubuntu 19.04

It says it is not available in any source. Tried using the debian provided by oracle. It says libssl versions are incompatible. Any help in this regard.
Jay Chakra
  • 1,481
  • 1
  • 13
  • 29
7
votes
3 answers

Jupyter "500: Internal Server Error"; "ImportError: cannot import name ConverterMapping"

I'm trying to use Jupyter notebook on a fresh install of Ubuntu 19.04. I've run through the usual installation steps, but Jupyter does not work. When I try to open a notebook, I get 500 : Internal Server Error When I look in the terminal, I see…
MRule
  • 529
  • 1
  • 6
  • 18
6
votes
2 answers

Cannot perform apt update CLOSED

I just installed Lubuntu 19.04 on a computer, everything went correct. But 3 days after that, the apt update command stopped working. I do not know what could be the causant of that. This is my output running apt update: Ign:1…
ericfrol
  • 101
  • 1
  • 1
  • 6
6
votes
2 answers

docker logs filebeat > file.log don't work

With Docker version 18.09.5, build e8ff056 and filebeat:7.1.1 (by elasticsearch) when I type: $ docker logs filebeat > filebeat.log I see the logs but the filebeat.log is empty. If I try: $ docker logs logstash > logstash.log I don't see the log…
FChiri
  • 707
  • 8
  • 14
4
votes
4 answers

Ubuntu 19.04 Error 404 Not Found [IP: 91.189.95.83 80] error on apt update

I had uninstalled open jdk and trying to install oracle jdk8 but getting following error oracle@ubuntu:~/Downloads$ sudo apt update Hit:1 http://in.archive.ubuntu.com/ubuntu bionic InRelease Hit:2 http://in.archive.ubuntu.com/ubuntu bionic-updates…
Ganesh Jadhav
  • 616
  • 2
  • 7
  • 21
4
votes
2 answers

chmod(): Operation not permitted error while Magento2 extension installation using composer

I installed magento 2.3 in localhost (Ubuntu 19.04). and changed the ownership & permissions of install directory using the command sudo chown -R www-data:www-data /var/www/magentoProject sudo chmod -R 775 /var/www/magentoProject and i included…
Midhun Lal
  • 87
  • 3
  • 11
4
votes
2 answers

How to fix 'Can't open libmsodbcsql-17.3.so.1.1'

In ubuntu 19.04 when working with Python3 in an anaconda environment with pyodbc 4.0.26 installed I get the Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib '/opt/microsoft/msodbcsql17/lib64/libmsodbcsql-17.3.so.1.1' : file not…
Jochen Haßfurter
  • 875
  • 2
  • 13
  • 27
3
votes
1 answer

npm 5.8.0 does not support Node.js v10.15.2 on Ubuntu 19.04

I am trying to build an application using Node.js integrated into Visual Studio Code. The most important versions of the software I have are: The version of Node.js I have is v10.15.2. The version I have for npm is 5.8.0. I have Ubuntu 19.04 as…
Emanuele
  • 2,194
  • 6
  • 32
  • 71
3
votes
2 answers

Cassandra installation 'module' object has no attribute 'decompress

After installing Cassandra 3.11 version on ubuntu 19.04 I am getting the following error once I fire command cqlsh root@dnilesh:/etc/cassandra# cqlsh Connection error: ('Unable to connect to any servers', {'127.0.0.1': ProtocolError('Unexpected…
Nilesh
  • 2,054
  • 3
  • 23
  • 43
3
votes
2 answers

Docker installed with snap in Ubuntu 19.04 won't stay started

I installed docker via snap in Ubuntu. It worked fine until I rebooted. Since reboot, it won't stay started. So we start the daemon manually: $ sudo snap start docker Started. Cool. Looks started to me. $ docker run hello-world docker: Cannot…
Mittenchops
  • 18,633
  • 33
  • 128
  • 246
1
2 3 4 5