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
2
votes
0 answers

ModuleNotFoundError: No module named 'quart'

Ubuntu 22.10, Python 3.10.7. I have Quart = "*" in Pipfile, after running pipenv install, still run into this error.
Kok How Teh
  • 3,298
  • 6
  • 47
  • 85
2
votes
1 answer

Getting Invalid Signature error while installing MySQL 5.7 on Ubuntu 22.04 LTS?

I need to install mysql 5.7 on Ubuntu 22.04. I followed the following steps : - wget https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb - sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb - Selected the option MySQL Server and Cluster…
2
votes
1 answer

My Docker containers can ping but can't curl URL

I'm using Docker version 20.10.21 under Ubuntu server 22.04. Since a week ago, my Docker containers can't reach public APIs on the internet (for example Public holidays in France). They could reach it before an apt update and upgrade was done. I was…
Gambi
  • 464
  • 4
  • 12
2
votes
4 answers

How to Install ASP.NET Core Runtime 7.0.0-rc.1 on Ubuntu 22.04

I have .NET6 runtime installed on Ubuntu 22.04 $ dotnet --list-runtimes Microsoft.AspNetCore.App 6.0.9 [/usr/lib/dotnet/dotnet6-6.0.109/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 6.0.9…
AmD
  • 33
  • 1
  • 6
2
votes
0 answers

Node version in npm EBADENGINE error is different from node -v

Whenever I run sudo npm i in my project folder to install dependencies, it prints out lots of errors like this: npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'peek-readable@5.0.0', npm WARN EBADENGINE required: { node:…
123253
  • 51
  • 3
2
votes
1 answer

What commands (exactly) should replace the deprecated apt-key?

I am trying to set up Kubernetes in my instance on a ubuntu 22.04 virtual machine. While in the installation process i am trying to add a gpg key for intra cluster communication. After running the command: sudo curl -s…
Moni 93
  • 23
  • 1
  • 5
2
votes
0 answers

phpldapadmin not working correctly on Ubuntu 22.04

I upgraded to the next Ubuntu LTS 22.04 and phpldapadmin doesn't seem to function correctly now. Before the upgrade, I could login with the admin account (cn=admin,dc=xxx,dc=local) and have full access to modify attributes and such, but now it only…
2
votes
0 answers

libQt6Core.so.6 import error for Qt6 on Ubuntu 22.04 python3.10

Updated to Ubuntu 22.04 yesterday. I cannot use PyQt6 on Ubuntu 22.04 using python3.10. PyQt6-Qt6 6.3.1 is installed. File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File…
Colin Curtain
  • 217
  • 1
  • 10
2
votes
0 answers

How do I fix google meet screen sharing being very dark on Ubuntu 22.04.1

Issue: When I go to share my screen/tab/window on google meet, it comes up very dark. very dark screenshot of shared screen. Any ideas how to fix this? Actions taken: all of the following with multiple logins/out/restarts but to no avail You might…
2
votes
2 answers

Installed .NET 6.0 SDKs not showing with dotnet --info or dotnet --list-sdks and commands depeding on SDK fail (Linux/Ubuntu)

After upgrade to latest dotnet, sdk stopped working. I try to reinstall the latest version but doesn't help. $ dotnet --info global.json file: Not found Host: Version: 6.0.8 Architecture: x64 Commit: 55fb7ef977 .NET SDKs…
2
votes
3 answers

Updating NodeJS version on Ubuntu 22.04

I'm trying to upgrade my NodeJS 12.22.09 to version 16 or newer, but when I enter the command sudo apt update && sudo apt upgrade it returns this error below: Preparing to unpack …/12-nodejs_16.16.0-deb-1nodesource1_amd64.deb … Unpacking nodejs…
2
votes
1 answer

Cannot edit or delete data or rows within phppgadmin

When I try to edit data in phppgadmin, no matter which table or row, I always got following notification 'No unique identifier for this row.' and nothing is changed/saved. The user I'm logged in has full privileges on the database and all tables in…
codyLine
  • 509
  • 2
  • 8
  • 26
2
votes
1 answer

Cannot install uwsgi on ubuntu 22.04

I have a fresh Ubuntu 22.04 installation. I have installed build-essentials and python3-dev. When I try pip install uwsgi I'm getting the following output: Collecting uwsgi Using cached uwsgi-2.0.20.tar.gz (804 kB) Preparing metadata (setup.py)…
PawelRoman
  • 6,122
  • 5
  • 30
  • 40
2
votes
2 answers

How to copy to clipboard from browser using python 3.10.4 and Ubuntu 22.04?

I have the following code that is automating a process in the browser. At the line pt.click(clicks=3) I can get the text selected in the input box (Chrome). At the line pc.copy() I should copy this text and send it to the variable self.message to be…
IgorAlves
  • 5,086
  • 10
  • 52
  • 83
2
votes
1 answer

Ruby Net/SSH 7.0.1 - Ubuntu 22 / OpenSSL 3 issue

I'm using Ubuntu 22 and OpenSSL 3 Ruby's Net/SSH is not working any longer as soon as I'm trying to connect using private keys. Net::SSH.start X.X.X.X, "root" /.rvm/gems/ruby-3.1.2/gems/net-ssh-7.0.1/lib/net/ssh/authentication/key_manager.rb:168:in…
user9114945
  • 289
  • 3
  • 14