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
29
votes
4 answers

apt-get update fails on Ubuntu 22 base docker image

I am trying to upgrade one of our docker base images to the latest stable version of Ubuntu. I have isolated the problem to a simple reproducible case. I have a Dockerfile like this: FROM ubuntu:22.04 MAINTAINER mep-dev@zulily.com # Install java…
morningstar
  • 8,952
  • 6
  • 31
  • 42
24
votes
3 answers

How to install python3.6 on Ubuntu 22.04

I need to install this specific python version, to prepare a developer environment, because I'm maintaining a system with multiple libraries based on python 3.6.9. I recently installed Ubuntu 22.04 on my laptop, but I had no success trying to…
Danilo Santos
  • 343
  • 1
  • 2
  • 4
20
votes
6 answers

when i open unity and make something project then the error is coming that " no usable version of libssl was found "

i am new to linux ubuntu . i am using ubuntu 22.04 . recently i downloaded unity and it is showing error " no usable version of libssl was found " How to fix this PLease help me !! i tried to find solution for this problem and i found nothing . ( i…
Donex Noob
  • 321
  • 1
  • 2
  • 4
20
votes
4 answers

Capistrano fail to deploy rails app due to incompatibility with OpenSSL 3.0

I have a rails application with Rails 7 and Ruby 3 support, which is working well in my development machine with Ubuntu 22.04, ruby 3.0.2p107 and Rails 7.0.2.3. Now I'm trying to set up Capistrano (version 3.17.0) in order to deploy the rails app to…
Aldo
  • 704
  • 6
  • 7
19
votes
6 answers

Apache2 won't start after upgrade to Ubuntu 22.04 LTS - Cannot load /usr/lib/apache2/moduleslibphp8.0.so

I am a bit stuck as to how to fix this. I did a distro upgrade a server running Apache2. Since the upgrade it has not worked. I ran a config test and below is the error. I had no issues with my configuration on the previous version of Ubuntu…
RichardODonoghue
  • 266
  • 1
  • 2
  • 7
18
votes
7 answers

Can't install ruby via rvm, Error running '__rvm_make -j4' on ubuntu 22.04

I have tried to install several versions of ruby (2.5.5, 2.6.6, 2.7.4, 3.0.0) and in all cases it has given the same error, of course with each version, in this example I only put the error for version 2.6.6: $ rvm use ruby --install --default…
Developer
  • 417
  • 2
  • 7
  • 17
17
votes
3 answers

Settings Menu missing Ubuntu 22.04

So I was trying to get back the menu settings that dissapear after ubutu made the upgrade to 22.04 version. Honestly I'm new in all this. This is the code that I'm getting: I try: root@blast-ThinkPad-T430:/home/blast# apt-get install…
Hugo Siete
  • 171
  • 1
  • 3
17
votes
11 answers

Pyenv in Ubuntu 22.04: ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?

Moving to Ubuntu 22 with a fresh install (I have Ubuntu 20 in another partition) and the last piece I need to use it for working it to have pyenv running fine. When trying to pyenv install x.xx.x it fails with this error: ERROR: The Python ssl…
Pere Picornell
  • 874
  • 1
  • 8
  • 15
16
votes
4 answers

Unable to locate package python-openssl

I'm trying to install Pyenv, and I'm running on Ubuntu 22.04 LTS. but whenever I run this command sudo apt install -y make build-essential libssl-dev zlib1g-dev \ libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev \…
Jaygee
  • 173
  • 1
  • 8
11
votes
3 answers

How to install MSSQL-Server on Ubuntu 22.04

I am trying to install MSSQL-Server on my Ubuntu 22.04. I know that it does not currently support Ubuntu 22.04. I need to find a workaround to install the software as I don't want to downgrade. I tried installing but it keeps giving me dependency…
hawaee
  • 137
  • 1
  • 1
  • 4
10
votes
2 answers

Unable to install mongodb in ubuntu 22.04 (mongodb-org, libssl1.1)

On following installation instructions from MongoDB official site. While installing mongodb-org package getting the following error sudo apt install -y mongodb-org Reading package lists... Done Building dependency tree... Done Reading state…
Santosh
  • 441
  • 1
  • 4
  • 8
9
votes
1 answer

Docker - No matching manifest for linux/arm64/v8 in the manifest list entries - Ubuntu 22.04/arm64/v8

I have installed Docker and docker compose and tested it and i got the “Hello World” message, so everything works fine After that i tried to install a Node.js backend, but idk why i keep getting this error message " no matching manifest for…
Ahmed AlNeaimy
  • 343
  • 3
  • 14
9
votes
4 answers

An upgrade from 'hirsute' to 'jammy' is not supported with this tool

i was upgrading ubuntu 21.04 hirsute to 22.04 by following this tutorial ,in step 6 it's failing it's throwing an following error please help me to fix this issue Reading cache Checking package manager Can not upgrade An upgrade from 'hirsute'…
sai sa
  • 171
  • 1
  • 5
9
votes
6 answers

Why did phpMyAdmin stop working after upgrading Ubuntu to 22.04?

Just upgraded to Ubuntu 22.04 and now my phpadmin won't load. I get this following error Parse error: syntax error, unexpected 'static' (T_STATIC) in /usr/share/php/Symfony/Component/DependencyInjection/ContainerBuilder.php on line 272 I opened up…
D.T
  • 105
  • 1
  • 1
  • 7
8
votes
4 answers

How to disable file indexing in Ubuntu 22.04 (tracker3)

currently we have problems with our new Ubuntu 22.04 desktops and the tracker3 file indexing. We have a shared home server exporting the user homes, which is under cosntant load due to the file indexing (tracker-miner-fs-3 process). Therefore, I…
DenverCoder9
  • 99
  • 1
  • 5
1
2 3
42 43