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
0
votes
1 answer

MySQL refuses to connect when two instances of mysql created in win10 and ubuntu (dualboot)?

I'm running a dualboot system on the same ssd(one partition for Ubuntu 19.04, one for windows 10 home 1903). Both currently have MySQL 8.0 installed on them, with the same 'root' user and same password. Before I installed mysql on ubuntu, I ran a…
BoredPanda
  • 57
  • 5
0
votes
0 answers

error: no matching function for call to ‘exclusive_scan

Im using Ubuntu 19.01 with g++9.1 to test the parallel new algorithms from the c++17. I've already tested sucessfully with the algorithms std::sort and the std::reduce. To compile i use: g++-9.1 -std=c++17 -Wall -Wextra -pedantic t0.cpp -o t0…
f0g2345
  • 1
  • 3
0
votes
1 answer

Ubuntu 19.04 with R 3.6 - can't install R Shiny package?

Why there are errors below installing shiny in Ubuntu 19.04? > install.packages("shiny") Installing package into ‘/home/lau/R/x86_64-pc-linux-gnu-library/3.6’ (as ‘lib’ is unspecified) also installing the dependency ‘httpuv’ trying URL…
Run
  • 54,938
  • 169
  • 450
  • 748
0
votes
1 answer

npm doesn't work, always throws "cannot find module semver"

As per title Tried every solution found here on SO, also tried sudo npm apt-get purge npm -> sudo apt-get install npm sudo npm reinstall npm I'm losing hope, thinking about formatting the whole pc ubuntu 19.04, npm and node last versions
0
votes
1 answer

Error on installing Passenger with Nginx on Ubuntu 19.04

I am using Ubuntu 19.04 and was facing the following issue to setup Passenger/Nginx on running the command sudo apt-get install -y libnginx-mod-http-passenger: The following packages have unmet dependencies: libnginx-mod-http-passenger : Depends:…
Faisal Raza
  • 1,337
  • 1
  • 10
  • 16
0
votes
0 answers

PhpStorm does not see the folder in the directory

For some unknown reason, PhpStorm shows an empty folder. But in the file structure, like other IDEs, everything is visible.
0
votes
5 answers

Why is my followup code of the Angular routing Tutorial showing a blank page?

I'm following the Angular tutorial at https://angular.io/start/routing . However after a certain step my browser shows me a blank page and gives me Error: Can't resolve all parameters for ProductDetailsComponent: (?) in the console. I tried…
0
votes
0 answers

Problem with install Symfony 4 production server on apache2

I try to set up production server with symfony 4 app. I use Apache2 on Ubuntu(on VirtualBox). I use this support article: https://symfony.com/doc/current/setup/web_server_configuration.html It's empty symfony skeleton with just apache-pack I…
Gravek
  • 1
0
votes
0 answers

Netbeans MySQL connection : Server properties error

I am working on Netbeans-11.0 with JDK12 on Ubuntu 19.04. I have LAMP server with which I use phpMyAdmin to connect to MySQL server. Now I am trying to connect Netbeans to MySQL server but it shows an error. Please help me.. Error message : null,…
Srinivas V
  • 32
  • 1
  • 7
-1
votes
1 answer

Cant run Cisco Packet Tracer on Ubuntu 19.04

So i just Installed Cisco Packet Tracer 7.2.1. on my Ubuntu 19.04, so I wanted to run it but it just tells: aruberuto@aru-ubuntu:~$ packettracer Starting Packet Tracer 7.2.1 But doesn't happen anything, I figured something was wrong so i opened…
Aruberuto
  • 1
  • 2
-1
votes
1 answer

how to set environment on ubuntu for the first time?

I just installed ubuntu desktop version 19 but I can't install the HYPODD program on it. when I type command 'make' it gave: make[1]: g77: Command not found I installed the gfortran but nothing changed. Is the problem in setting the…
-2
votes
2 answers

Upgradation to Python 3.7

I have Ubuntu 19.04 OS and I needed python 3.6 version so I somehow managed to get python3.6 on my device without removing python3.7 but now I would like to revert back to using python3.7. Can anyone suggest how to do it?
Subhang V
  • 89
  • 7
-2
votes
1 answer

Visual Studio Code 1.34.0 ignores C# #if false construct

I use the latest Visual Studio Code on Ubuntu 19.04 for .Net Core 2.2 C# development. It ignores the #if false code-block comment-out. What do I miss? Thanks. #if false Console.WriteLine("Don't run this line"); #endif But it runs and it not…
1 2 3 4
5