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

Cannot compile PHP 7.4.30 on Ubuntu 22.04LTS

I have an issue trying to manually compile PHP 7.4.x on Ubuntu Server 22.04LTS. There seems to be a compatibility problem between PHP 7.4 and OpenSSL 3.0 as the php compilation fails with various OSSL_DEPRECATEDIN_3_0 errors. If PHP7.4 has no…
paj
  • 1,177
  • 16
  • 33
2
votes
0 answers

Can't install mysqlclient for python on Ubuntu 22.04

I have mysql 8.0.29 installed. But I have issues installing mysqlclient with python3 -m pip install mysqlclient: Defaulting to user installation because normal site-packages is not writeable Collecting mysqlclient Using cached…
aboka
  • 65
  • 1
  • 7
2
votes
1 answer

Ubuntu 22.04 cannot install docker, error during apt-get update

These are the steps that I did: $ sudo apt-get update $ sudo apt-get install \ ca-certificates \ curl \ gnupg \ lsb-release $ sudo mkdir -p /etc/apt/keyrings $ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg…
tonywei
  • 677
  • 2
  • 12
  • 25
2
votes
1 answer

Anylogic windows to write code are too small

I've installed Anylogic latest version in Ubuntu 22.04 but I have problem with the software interface windows to write code in properties view into are like 3 pixels high (can't see what I'm typing) you can see in the screen screen1 screen2
2
votes
1 answer

Can't connect to AWS EC2 server via vscode sftp extension on Ubuntu 22.04 OS

I used to connect remote servers provided by Linode and GCP and I use Visual Studio Code via Sftp extension and all works just fine. However, with the same set of configurations, I couldn't connect to my Aws EC2 server. The following is the…
David Ko
  • 147
  • 8
2
votes
1 answer

MongoDB Community is not yet available for Ubuntu 22.04, any workarounds?

Per MongoDB, platform support for Ubuntu 22.04 x86 & ARM is currently in backlog (2 issues tracked here and here) Looking for a workaround so that I can leverage a local database environment for development purposes until these tickets are closed
rcschmid
  • 61
  • 5
2
votes
0 answers

tidyverse and some R version 4.2.0 packages not working on ubuntu 22.04

Although I try to install, this package and others do not work. How to proceed properly? install.packages("tidyverse", dependencies = T) Warning in install.packages : installation of package ‘ggplot2’ had non-zero exit status ERROR: dependency…
2
votes
3 answers

How to solve pre-commit asserttion error on ubuntu 22.04

I am using ubuntu 22.04 and the python version is 3.10.4. I have installed a Django project with the cookie-cutter. and now I have got an error when I want to commit my changes. here is the error: (blog) ➜ blog git:(main) ✗ pre-commit run [INFO]…
Mahdi Jafari
  • 347
  • 6
  • 22
1
vote
1 answer

Docker ubuntu 22.04 create user directory with non root ownership

I am trying to build a docker image and create user "builder". This is the extract of the Dockerfile: FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y sudo RUN useradd -ms /bin/bash builder RUN ls -al /home The…
ozimki
  • 75
  • 8
1
vote
0 answers

Compiling R 4.3.1 on Ubuntu22.04 failed with lib/libR.so: undefined reference to `u_versionToString_58'

I am trying to install R into a specific folder so I build it from source on Ubuntu 22.04. After downloading R 4.3.1 I do the following: sudo sed -i.bak "/^#.*deb-src.*universe$/s/^# //g" /etc/apt/sources.list sudo apt update sudo apt build-dep…
doom4
  • 633
  • 5
  • 19
1
vote
1 answer

Griddb not installing on Ubuntu Ubuntu 22.04.2 LTS

I have been trying to install Griddb on Ubuntu 22.04.2 LTS and I keep getting an error. The installation does not complete and it seems to be placing a lock on certain system files. I have followed the guide provided on their guide here, both the…
1
vote
1 answer

voxel51 / fiftyone: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

After installing and running fiftyone in python (using ubuntu 22.04), you get: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
Sam De Meyer
  • 2,031
  • 1
  • 25
  • 32
1
vote
0 answers

Getting Empty Screen running flutter hello world example app on Ubuntu 22.04 Raspberry pi 4

I'm trying to build and run the Flutter Hello World example app (sample is included in flutter snap package install) on a raspberry pi with Ubuntu 22.04.2 LTS 5.15.0-1034-raspi. But I'm getting a white screen as shown in the screenshot…
Arki99
  • 256
  • 1
  • 4
  • 11
1
vote
1 answer

Selenium/Ubuntu22 bug "Message: binary is not a Firefox executable"

Curious, does anyone here know how I might fix this Selenium/Ubuntu22 bug? Got a Python3 script that still runs fine on Debian 12, but I'm trying to use it on Ubuntu22 with firefox and geckodriver being a snap now The original code: class…
PC-Admin
  • 31
  • 4
1
vote
0 answers

How to ensure Ubuntu Workspaces maintain shape after restart?

Overview: I'm a life-time Windows user & in windows 10 & 11 there is a feature where you can create multiple Desktops. Which basically allows me to like divide my attention, So I usually have one for work, other for Study, etc.. When I used to…
The Web
  • 21
  • 1