Questions tagged [ubuntu-22.04]

GENERAL UBUNTU SUPPORT IS OFF-TOPIC. Support questions may be asked at https://askubuntu.com/. This tag should be used only for writing or running programs SPECIFICALLY in Ubuntu 22.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.

Main tag:

Note: Questions concerning the use and administration of Ubuntu, running third-party applications, development, or services provided by Ubuntu may be better suited for Ask Ubuntu rather than Stack Overflow.

642 questions
8
votes
2 answers

Ubuntu 22.04 RDP Issue

When attempting to use remote desktop from a Windows 10 (21H2 19044.1566) box to an Ubuntu 22.04 LTS (fully patched), I receive the following error: An authentication error has occurred. The token supplied to the function is invalid. Remote…
SORoss
  • 157
  • 1
  • 1
  • 10
7
votes
1 answer

Problem installing qt5-default on ubuntu 22.04

I get the following error when installing qt5-defualt on ubuntu 22.04. sudo apt-get install qt5-default output: Reading package lists... Done Building dependency tree... Done Reading state information... Done Package qt5-default is not available,…
mohsen
  • 81
  • 1
  • 2
  • 6
6
votes
0 answers

Issue with MongoDB Community Edition installation

I am trying to install MongoDB by following the official documentation. I am using Ubuntu 22.04.2 LTS. According to the documentation, the following command is supposed to return OK but I'm getting the following when I run curl -fsSL…
heisenbaig
  • 133
  • 6
6
votes
2 answers

Ubuntu 22.04 unable to upload files using chrome or firefox

I am currently using Ubuntu 22.04 LTS. When I try to upload files using any browser the website does nothing. In the above image if I click on Add file then "select files from your device". My file manager does not open. Drag and drop is working…
zaindeen
  • 61
  • 1
  • 4
6
votes
3 answers

E: Package 'libssl1.1' has no installation candidate

sudo apt-get install libssl1.1 Reading package lists... Done Building dependency tree... Done Reading state information... Done Package libssl1.1 is not available, but is referred to by another package. This may mean that the package is missing, has…
Piyush Prajapati
  • 449
  • 1
  • 4
  • 7
6
votes
2 answers

Locale environment variables: difference between C and C.UTF-8

What is the difference between languages that end in UTF-8 and those that don't? In particular between it_IT and it_IT.UTF-8, and then the one that interests me most which is between C and C.UTF-8. What should I put between C and C.UTF-8 in the…
Mario Palumbo
  • 693
  • 8
  • 32
6
votes
1 answer

Docker Desktop says "Docker Desktop stopped..." in Ubuntu 22

When I open up Docker Desktop, I get a "Docker Desktop stopped...". And when I open the Troubleshoot page, the "Restart" button is greyed out. I've tried multiple things: Checked Virtualization is enabled - it is Tried the steps described here:…
user3273814
  • 198
  • 3
  • 16
6
votes
1 answer

trying to install pyenv on 22.04 -- missing python-openssl?

E: Unable to locate package python-openssl Have a fresh install of 22.04 (non-upgrade) and seems I'm running into a ton of issues trying to make my "usual" tools work with Python 3.10.4 that comes bundled with. It's too scary trying to downgrade a…
AlMo320
  • 125
  • 1
  • 9
6
votes
3 answers

error when starting spyder on ubuntu 22.04

I have just upgrade my ubuntu. I have this error on spyder: Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Traceback (most recent call last): File "/usr/bin/spyder", line 33, in
diedro
  • 511
  • 1
  • 3
  • 15
6
votes
1 answer

rbenv install fails after updating to Ubuntu 22.04 (Jammy Jellyfish)

After upgrading to Ubuntu 22.04 (Jammy Jellyfish) I noticed problems with Ruby 2.7.2, so I attempted to install 2.7.2, and when that failed, 2.7.6, which also failed with the same error: $ rbenv install 2.7.6 Downloading ruby-2.7.6.tar.bz2... ->…
Mike Slinn
  • 7,705
  • 5
  • 51
  • 85
5
votes
4 answers

Mysqlclient cannot install via pip, cannot find pkg-config name

I'm new to linux and VM's in general. Im currently trying to install mysqlclient on a clean Ubuntu Jammy 64 (22.4) vbox instance. The following commands are run beforehand: sudo add-apt-repository universe sudo apt-get install net-tools -y …
P.R
  • 141
  • 1
  • 5
5
votes
3 answers

Ubuntu .Net 7 Install Can't Find SDK

I am running Ubuntu 22.04 and trying to install .NET 7.0.5 I have tried multiple different methods of installing .NET 7, none of them seem to allow me to use the dotnet build or dotnet publish command. It appears to be some kind of issue with Ubuntu…
Scottish Smile
  • 455
  • 7
  • 22
5
votes
2 answers

dotnet SDK not installing in Ubuntu 22.04

I try to download dotnet SDK for C# with sudo apt-get install -y dotnet6 but it says A fatal error occurred. The folder [/usr/lib/dotnet/dotnet6-6.0.110/host/fxr] does not exist
Shehzad
  • 66
  • 1
  • 6
5
votes
0 answers

Turn SCTP support on Ubuntu 22.04

I am building a SCTP supporting application with Erlang and I stumbled upon some problems likely related to my machine (I tried the same code on another machine and it works just fine). I am using Ubuntu 22.04. When I try to gen_sctp:open(...) it…
5
votes
1 answer

Electron: Missing X server or $DISPLAY

I've been running an Electron App on a Pi4, Ubuntu 22.04 Server, and Gnome desktop without issue. Since it runs as a kiosk anyway as a single app, I've been attempting to eliminate Gnome and just launching from the CLI (with X installed). However,…
Cornelius Qualley
  • 721
  • 5
  • 10
  • 19
1
2
3
42 43