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
3
votes
1 answer

dpkg fails on Ubuntu Server 22.04 LTS

My Ubuntu 22.04 LTS seems to have problems with dpkg and I can't find anyone online that has the same issue as me. It makes me not able to install packages and I just don't know how to fix this. Setting up dpkg (1.21.1ubuntu2.1) ... head: error…
miitchel
  • 255
  • 1
  • 2
  • 10
3
votes
0 answers

error in installation of tidyverse package in R

I am facing an error during the installation of tidyverse R package. The R version is 4.2.0 and OS is ubuntu 22.04 (in windows host OS). I have used the following command in R for the…
parin vyas
  • 33
  • 5
3
votes
1 answer

DigitalOcean Droplet not serving django app with python runserver command

i know i have seen similar questions on the issue but most of them seemed to be solved by allowing the port 8000 by using the command sudo ufw allow 8000. i have tried that but it is still not displaying when i visited my droplet_ipaddress:8000…
Brian Obot
  • 336
  • 4
  • 16
2
votes
0 answers

Unable to install MongoDB Version 7.0 on Ubuntu 22.04 LTS

I am installing MongoDB on Ubuntu 22.04 LTS using the installation instruction from MongoDB official docs at: (Install MongoDB). I tried the commands which were mentioned in MongoDB for importing the public key as follows: curl -fsSL…
2
votes
1 answer

How to manually upgrade Boost to latest version on Ubuntu 22.04

A few months ago I installed boost on Ubuntu 22.04 using: sudo apt-get install libboost-all-dev This installed version 1.74. However, I need 1.82 and the 22.04 repositories do not contain 1.82. I am aware of this…
intrigued_66
  • 16,082
  • 51
  • 118
  • 189
2
votes
1 answer

gcc "multiple definition of " error on Ubuntu 22.04 after updating from Ubuntu 20.04

I got "multiple definition of" error on Ubuntu 22.04 though I have not got such kind of error on Ubuntu 20.04. I put include guards on the top of the header file but it does not work. Does anyone know how to solve this problem other than downgrading…
2
votes
1 answer

Golang migrate installation failing on Ubuntu 22.04 with the following GPG error public key is not available: NO_PUBKEY B53DC80D13EDEF05

I am trying to install Golang Migrate on Ubutu 22.4 and I get the following error while trying to execute the commands. Error public key is not available: NO_PUBKEY B53DC80D13EDEF05 This is what I have tried so far, and it throws the Public Key not…
Chikku Jacob
  • 2,114
  • 1
  • 18
  • 33
2
votes
2 answers

SSL encryption with MinIO does not work, its only possible unencrypted

I run a sandboxed environment with 3 Virtual Servers on a 10.1.0.0/24 network. Server_0: Windows 2019 as a Jumphost with a public and a 10.1.0.x IP Server_1: Ubuntu 22.04 running Apache SOLR Server_2: Ubuntu 22.04 Running Tomcat9 and MinIO When…
FXH
  • 56
  • 5
2
votes
1 answer

I have created virtualhost using nginx but getting 403 Forbidden

I have set up a virtual host using nginx, but I am encountering a 403 Forbidden. This issue only occurs in Ubuntu 22.04, whereas the same configuration works fine on Ubuntu 20.04. I want to solve 403 Forbidden error for nginx virtual host
2
votes
0 answers

Ruby pg-1.4.4 Segmentation fault at 0x0000000000000000

I see Segmentation fault at 0x0000000000000000 error when I try to connect to postgresql. I use ruby 2.7.7, Ubuntu 22.04.1 LTS, rails (5.2.6.2) What is the reason? /home/vital/.rvm/gems/ruby-2.7.7/gems/pg-1.4.4/lib/pg/connection.rb:626: [BUG]…
Vital
  • 21
  • 1
2
votes
1 answer

How can I disable multitouch gestures on Ubuntu 22.04

I was using a GNOME extension to disable multitouch gestures on ubuntu 20.04 but it doesn't work with ubuntu 22.04 Does anybody know how to disable this on Ubuntu 22.04?
Cris
  • 347
  • 3
  • 7
2
votes
1 answer

Packer builder source_ami_filter for ubuntu 22.04

I'm planning to update from ubuntu 20.04 to 22.04, I had changed the config as below "source_ami_filter": { "filters": { "virtualization-type": "hvm", "name":…
2
votes
1 answer

Can't use tlmgr following clean installation, tlmgr: Local TeX Live (2021) is older than remote repository (2022)

I followed the instructions according to https://tug.org/texlive/quickinstall.html I am using Ubuntu 22.04.1 LTS on Windows 11 WSL. I cannot get past this error when doing anything with tlmgr. Beforehand, I needed to run tlmgr init-usertree. $ sudo…
2
votes
1 answer

How to produce the Electron Packaged App for Windows in Ubuntu Environment using Electron-Forge?

I'm developing in Ubuntu 22.04 Desktop environment. To produce a packaged app for Windows do I need to use a MS Windows environment or can I do it within Ubuntu 22.04 Desktop environment? I ask this, because I do not see any "windows"-related…
Raphael10
  • 2,508
  • 7
  • 22
  • 50
2
votes
0 answers

How to force OpenAPI Generator CLI to use pre-downloaded .jar file?

I have installed (via npm) openapi-generator-cli on my WSL running Ubuntu 22.04 image, with correctly configured HTTP_PROXY and HTTPS_PROXY environment variables. The problem is, running any command (including sudo openapi-generator-cli help)…