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
1
vote
2 answers

Cannot install gcov without version suffix

I try to install gcov to be able to generate coverage reports. I'm on machine Ubuntu 19.04 and have installed gcov-8, which is working pretty well. The problem is (as I can understand) that lcov tries to use gcov instead gcov-8. If I install gcc-9,…
arsdever
  • 1,111
  • 1
  • 11
  • 32
1
vote
1 answer

Missing qt module script on (K)ubuntu 19.04

Since an updates I'm not able to compile my Qt code for my Desktop environment. Qmake tells me Project ERROR: Unknown module(s) in QT: script Does anyone know, which package I need to install on Ubuntu 19.04 to enable the script module for Qt?
elnacho
  • 13
  • 3
1
vote
1 answer

Install Redis-Commander as service on Ubuntu 19.04

I created my self a virtual machine with an Ubuntu 19.04 guest system running redis and redis commander. I can access the redis commander via 8081 but need to start it manually everytime I start the VM. How would I install the redis-commander as…
monty
  • 7,888
  • 16
  • 63
  • 100
1
vote
0 answers

Undefined reference to "graphics.h" functions in Ubuntu 19.04 in CLion IDE

I installed graphics.h library on my Ubuntu 19.04, and when I write some code in my CLion IDE, it successfully includes the graphics.h Header file, and also after writing some basic functions, the IDE doesn't show any errors, but when I compile the…
1
vote
1 answer

JavaFX program runs through IDE, but not independantly (Ubuntu)

I am getting an odd error when I try to run a program that I'm trying to bring to Linux. I am able to compile/run without problems on Windows and OSX, but am seeing this problem on Ubuntu. When I build/run/debug the program through Netbeans,…
Draque Thompson
  • 908
  • 9
  • 16
1
vote
0 answers

Issue with glReadPixels from GL driver / Chrome & Atom both crash when link is clicked in Atom

I'm just getting up and running with a fresh install of Ubuntu 19.04. Running into some unusual behavior with Atom.io and Chrome. Whenever I click a link in Atom, both Atom and Chrome crash out. When they restart, the link is open on Chrome. I've…
1
vote
1 answer

Ubuntu 19.04, Make custom shortcut like SUPER + NUM (favorite app create | show) shortcut in same desktop

Create show or hide any window that I want in same desktop instead of default SUPER + NUM functionality. I want to remove the default (old) one too.
user11520266
1
vote
0 answers

Unable to install dependencies for albert on ubuntu 19.04

I am unable to install albert https://albertlauncher.github.io/docs/installing/ for my ubuntu 19.04 I have tried installing from https://software.opensuse.org/download.html?project=home:manuelschneid3r&package=albert the deb package for 18.10 but…
dackdel
  • 21
  • 2
0
votes
0 answers

Gem not found when trying to run post-install for dev container

I've set up a non-root user and have run into these errors when it get's to this point of building my dev container. If I remove the root user it runs fine. These steps are listed in the post install. Below are the errors I receive in the…
Nolan Mayersky
  • 101
  • 1
  • 10
0
votes
1 answer

Sudo apt-get update problem, it is always showing me "404 error" & "release is not available"

I know there are many answers to this but i already tried many solutions on internet but not a single one worked for me . Im using Ubuntu 19.04 in an Oracle virtual Box. ather@ather-VirtualBox:~$ sudo apt-get update [sudo] password for ather: Ign:1…
Ather Hussain
  • 11
  • 1
  • 1
0
votes
1 answer

sources.list corrections to upgrade from Ubuntu 19.04 to 19.10 / "old-release"

$ cat /etc/apt/sources.list ## Note, this file is written by cloud-init on first boot of an instance ## modifications made here will not survive a re-bundle. ## if you wish to make changes you can: ## a.) add 'apt_preserve_sources_list: true' to…
Mike Slinn
  • 7,705
  • 5
  • 51
  • 85
0
votes
2 answers

Unable to upgrade from Python2 to Python3 (Ubuntu 19.04)

I had python2 installed in my ubuntu (19.04) and I wanted to get it upgraded to 3.7. I installed the 3.7 but still the version showed as 2.7. but I could run python3 and go to the console and python3.7 executable was available in /usr/bin. Did try…
achala wb
  • 5
  • 1
0
votes
0 answers

Incorrect Node Name using Python3 on Ubuntu 19.04

I am trying to get the "Device Name" or node name on my different systems, using this python 3.8.1 code: import platform uname = platform.uname() print(f'Device name: {uname}') This works as expected on Ubuntu 18.04, but on my 19.04 system I get…
kavu
  • 199
  • 2
  • 8
0
votes
2 answers

Why i can't install RStudio in ubuntu 19.04?

I can't install RStudio in Ubuntu 19.04, it gives me the following error in the terminal, I really appreciate the guidance you can give me, thanks $ sudo dpkg -i rstudio-1.2.5042-amd64.deb (Reading database ... 302725 files and directories…
sisifo s
  • 17
  • 1
  • 9
0
votes
0 answers

i was trying to run the cmd "apt-get update "but it is showing me this error constantly

whenever i am trying this cmd "apt-get update" it is showing me failure and suggesting to do update but whenever i try that the following is shown i tried the answer given for similar question, but that didn't work for me. Err:1…