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

Phpmyadmin is not working on ubuntu 22.04 with php7.4 and apache2

Few days back I upgraded from ubuntu 20.04 to 22.04 and it upgraded the PHP 8.1, I had to remove php 8.1 and re install php 7.4. everything is working fine but not phpmyadmin. I installed phpmyadmin and I got this page is not working with error 500.…
Anish Ansari
  • 171
  • 1
  • 3
  • 13
5
votes
1 answer

PhantomJS launcher fails on latest Pop!_OS, cannot find shared library libproviders.so

We have a system (Power TAC) that has been building successfully for several years on multiple versions of Linux, Windows, and MacOS. Under Pop!_OS 22.04 (Ubuntu 22.04 with a slightly different appearance), the maven build fails with the…
GrampaJohn
  • 617
  • 6
  • 10
4
votes
1 answer

Correct way to use venv and pip in pypy

I've been using cpython forever, but I'm new to pypy. In cpython, this is how I use virtual environments and pip. python3 -m venv venv source venv/bin/activate python3 -m pip install I recently started using pypy for a project, and…
4
votes
0 answers

PHP CURL SSL routines::unsafe legacy renegotiation disabled error

I am using amazon aws with ubuntu 22.04. In my system I have installed OPENSSL version 3 and installed self signed certificate. When I am trying to make a cURL call, it works for some call and shows error SSL routines::unsafe legacy renegotiation…
4
votes
2 answers

Unrecognized error number: 8192: trim(): Passing null to parameter #1 ($string) of type string is deprecated

New to the field can find specific answer in the web hope you can help me with this. I didn't write the code I just follow a documentation on how to install openldap on php8.1 ubuntu 22.04
Sean
  • 51
  • 1
  • 3
4
votes
2 answers

winehq-stable : Depends: wine-stable (= 7.0.0.0~focal-1)

The following packages have unmet dependencies: winehq-stable : Depends: wine-stable (= 7.0.0.0~focal-1) but it is not going to be installed E: Unable to correct problems, you have held broken packages. I am using ubuntu-20.04 sudo dpkg…
Srinivas Sree
  • 121
  • 1
  • 2
  • 7
4
votes
2 answers

How can I install MySQL 5.7 on Ubuntu 22.04 LTS?

The company I am working uses an older stack, and I need to install MySQL 5.7 on my Ubuntu 22.04 LTS to work on some projects locally. Does anyone knows how to do this? I just can't find anything besides installing it on Ubuntu 20.04 or lower.
Jordan Oliveira
  • 51
  • 1
  • 1
  • 4
4
votes
1 answer

Kubernetes pull from image private network / fails to respect /etc/hosts of server

I am running a small 3 node test kubernetes cluster (using kubeadm) running on Ubuntu Server 22.04, with Flannel as the network fabric. I also have a separate gitlab private server, with container registry set up and working. The problem I am…
Aaron Murray
  • 1,920
  • 3
  • 22
  • 38
4
votes
3 answers

Can't install mongodb for ubuntu

Trying to install mongodb for ubuntu and can't solve the issue. I got lost, need your help please! Going according the docs: https://www.mongodb.com/docs/master/tutorial/install-mongodb-on-ubuntu/ wget -qO -…
Maks.Burkov
  • 586
  • 3
  • 12
  • 24
4
votes
0 answers

Swagger doesnt detect in command from makefile ubuntu 22

i have install swagger in my computer, and i try to run my swagger command using makefile to validate my go project in linux 22 but the swagger doesn't detect if i try to run the swagger direcly from terminal its work for information my make…
ishak
  • 131
  • 5
4
votes
3 answers

I'm getting an error when I ran mysql_secure_installation

I keep getting the following error on running sudo **mysql_secure_installation** ... Failed! Error: SET PASSWORD has no significance for user 'root'@'localhost' as the authentication method used doesn't store authentication data in the MySQL…
nehemuel
  • 61
  • 1
  • 5
4
votes
2 answers

opam init fails on docker

I'm trying to install a simple linux environment with opam on docker: $ type .\Dockerfile_Opam.txt FROM ubuntu:22.04 RUN \ apt-get update -y && \ apt-get install opam -y && \ opam init Equivalent commands work fine on…
OrenIshShalom
  • 5,974
  • 9
  • 37
  • 87
3
votes
0 answers

How to solve the error for Install the PHP on WSL2 Ubuntu?

I use WSL2 Ubuntu 22.04 LTS and tried to install the PHP 8.2. sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt upgrade sudo apt install php8.2 then the error is follow. libapache2-mod-php8.2 depends on php8.2-common (=…
Sel
  • 31
  • 2
3
votes
1 answer

Docker Container don't have network access

I have rented a VPS Linux VC4-8 server from Strato and would like to deploy a few Docker containers on it. Unfortunately, the deployed containers do not have internet access or cannot resolve DNS. As a result, I can't run commands like RUN apk…
Brian
  • 55
  • 4
3
votes
2 answers

How to find out which package depends on "futures" in requirements.txt

I have defined many pip packages in a requirements.txt, but I have not define the "futures" package: ... future == 0.18.3 six == 1.16.0 joblib == 1.2.0 ... And then download all packages with the following command on Ubuntu 22.04: pip3.9 download…
stackbiz
  • 1,136
  • 1
  • 5
  • 22
1 2
3
42 43