Skip to main content

All Questions

Tagged with
0 votes
0 answers
78 views

How to fix my my Ubuntu 22.00 files dpkg-query: package 'gedit' is not installed`?

I have messed up my ubuntu 22.00 main files, and now when I want to donwload a new app or update some apps I keep getting this error: my_PC_PATH:sudo apt --fix-broken install Reading package lists... ...
Kamil Sabbagh's user avatar
1 vote
0 answers
272 views

UBSAN: array-index-out-of-bound in /build/linux-aws-6.5-Sh4SK5/linux-aws-6.5-6.5 .0/drivers/net/xen-netfront.c:824:4

I did an "apt-get dist-upgrade" and then rebooted, and my aws ec2 system is now effectively dead. The console looks like:enter image description here For the search engines, here is the text ...
Adam Harrison's user avatar
0 votes
1 answer
1k views

The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4 in linux

I am using Ubuntu 22.04 system and When I try to run sudo apt update The below error occurs: vijay@vijay-ThinkPad-E15-Gen-2:~$ sudo apt-get update Get:1 file:/var/cuda-repo-ubuntu2004-11-2-local ...
vijay s's user avatar
  • 327
0 votes
0 answers
121 views

PostgreSQL uninstalling-reinstalling: maintscripts-functions missing

I have followed this tutorial to remove PostgreSQL : https://www.squash.io/step-by-step-process-to-uninstall-postgresql-on-ubuntu/ Then I tried to reinstall it with sudo apt-get -y install postgresql. ...
Marie's user avatar
  • 15
2 votes
0 answers
621 views

Google Chrome installation failed on Ubuntu (/usr/bin/xdg-icon-resource: 12: Syntax error)

On KDE Neon 5.27 (so Ubuntu 22.04 LTS) I have downloaded the official chrome deb file but from the terminal I get this strange error /usr/bin/gdebi:113: FutureWarning: Possible nested set at position ...
suikoy's user avatar
  • 2,367
-1 votes
2 answers
4k views

Why isn't sudo apt upgrade working on Ubuntu? [closed]

I am trying to install upgrades on my server and I get this "error". I'am quite new to Ubuntu so if you need any info to help me feel free to ask! user@server~$ sudo apt upgrade Reading ...
Nikeodeam's user avatar
2 votes
0 answers
288 views

php 8.1 access Microsoft SQL Server 2019 with freetds

What packages are needed to use pdo to connect to mssql-server 2019 through freetds I want to use php's pdo to access Microsoft's SQL-Server 2019 under ubuntu 22.04. Is it possible to use freetds? In ...
Avery's user avatar
  • 64
0 votes
0 answers
580 views

Docker Build : ERROR: failed to solve: executor failed running

When I'm trying to build a Dockerfile in Ubuntu 22.04, I'm getting this error: ERROR: failed to solve: executor failed running ERROR: failed to solve: executor failed running [/bin/bash -c apt-get ...
Adarsh's user avatar
  • 1
0 votes
0 answers
224 views

Error while removing python in pop os 22.04

encountered an error while trying to remove python3 os: pop os 22.04 python version: 3.10 command: sudo apt remove python3 output: > Reading package lists... Done Building dependency tree... Done ...
I Answer StackOvrFlw questions's user avatar
0 votes
0 answers
352 views

Ansible on Ubuntu 22.04 does not appear to be recognizing added repo

I have a task taking the form below that is intended to install Nomad on an Ubuntu 22.04 machine. It throws on the "install nomad" play indicating it can't find the nomad package. --- - name:...
lmonninger's user avatar
1 vote
0 answers
1k views

While installing Jenkins on Raspberry Pi 4B (sed: -e expression 1st row, 65th character: invalid contrast character)

I am using Ubuntu 22.04 version on my Raspberry Pi 4B(RAM 8GB). $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: ...
Lucas. B's user avatar
1 vote
2 answers
1k views

How to solve "ModuleNotFoundError: No module named 'apt_pkg'" and "E: Sub-process returned an error code"

I'm on Pop-os 22.04 and I updated my default Python from 3.10 to 3.11. After updating python I'm getting this error every time I try to do "sudo apt update" $ sudo apt update **Note: Skiped ...
Rezwoan Faisal's user avatar
1 vote
2 answers
4k views

After system upgrade from ubuntu 20.04 LTS to ubuntu 22.04.1 LTS firefox error when doing `sudo apt --fix-broken install`

After upgrade from ubuntu 20.04 LTS to 22.04.1 LTS, I got a very persistent error: (Reading database ... 350976 files and directories currently installed.) Preparing to unpack .../firefox_1%3a1snap1-...
Gwang-Jin Kim's user avatar
8 votes
3 answers
25k views

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-...
Mohamed Laajili's user avatar