Questions tagged [libraries]
General tag pertaining to application libraries
692 questions
3
votes
1
answer
313
views
Cannot Launch Steam: missing libGL.so.1 and cannot install it
Trying to install steam on Ubuntu 22.04.5 and every time I try Steam pops up saying:
Steam needs to install these additional packages:
libc6:amd64 libc6:i386 libegl1:amd64 libegl1:i386 libgbm1:amd64 ...
3
votes
1
answer
392
views
Can you bypass dlopen at program launch?
This is an involved question that cannot be answered with a 3 second Google search. No, setting environment variables in a shell script are not the answer.
In secured environments, the use of RPATH is ...
0
votes
1
answer
100
views
unable to run library using python scripts from idle
Setup:
ubuntu 25.10
python 3.13.7
idle 3.13.7 with td/tk 8.6.7
I'm unable to run any library installed in my environment, i.e., /home/XXXXX/my_prg/lib/python3.13/site-packages from idle.
I can run ...
0
votes
1
answer
139
views
where i can find those required libraries?
where i can find those required libraries?
internetking@books:~/src/xconvert-stuff/xnretro/XnRetro$ objdump -p XnRetro | grep NEEDED
NEEDED libQtWebKit.so.4
NEEDED ...
1
vote
0
answers
2k
views
How to install QT5 on Ubuntu 24.04.2 LTS
I’m using Rapberry pi 5 and install Ubuntu 24.04.2 LTS. I want to install lib qt5, but when I install it happen an error: Killed..
I have tried a lot of way as apt, install, almost not successful, ...
4
votes
0
answers
432
views
Ubuntu 25.04 on Dell Inspiron 5490 webcam not working
I have a Dell Inspiron 5490 with Ubuntu 25.04 on which the webcam does not work. This is a known issue for this laptop with Ubuntu. Is there anything I can do to try and make it work?
Some relevant ...
0
votes
1
answer
895
views
How to install libcamera0.4.0-5 on Ubuntu 24.04?
How do I install libcamera0.4.0-5 on my Ubuntu 24.04?
It seems it might fix the webcam issue reported for some laptops.
0
votes
1
answer
927
views
Ubuntu 24.04.1, ImportError: libssl.so.1.0.0: cannot open shared object file: No such file or directory
This is what happens:
$ python3 -m ssl
Traceback (most recent call last):
File "/opt/splunk/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, ...
0
votes
1
answer
90
views
Missing libgd2-xpm dependency attempting to install rexxgd-oorexx in Noble Numbat
Just did a fresh install of Ubuntu Unity 24.04.1LTS and I'm attempting to reinstall all of the programs and utilities I had in Jammy. I got everything to install except the rexxgd-oorexx product due ...
0
votes
0
answers
41
views
How to configure unbound with --enable-systemd? [duplicate]
When trying to configure unbound with systemd enabled, unbound could not locate systemd.
$ ./configure --enable-systemd
...
...
...
checking for SYSTEMD... no
configure: error: Package requirements (...
0
votes
0
answers
132
views
CVE-2021-46848 against libtasn in Ubuntu 20.04 LTS focal
I'm using ubuntu 20.04.6 LTS focal. Looking for CVE-2021-46848 patch in this ubuntu release. From the below link, looks like it is in "Needs evaluation" stage.
https://ubuntu.com/security/...
0
votes
0
answers
371
views
Install BLAS 32bit with apt-get in Ubuntu 22.04
I am trying to test a library in a 32 bit system.
In versions before Ubuntu 22.04 I was able to install the 32bit version of BLAS doing this:
sudo dpkg --add-architecture i386
sudo apt-get -y install ...
0
votes
0
answers
477
views
Broken install (r-base-core)
I've been trying to install r-base-core on my Ubuntu 24.04 machine, and getting the following dependency errors:
r-base-core : Depends: libc6 (>= 2.38) but 2.35-0ubuntu3.8 is to be installed
...
2
votes
1
answer
2k
views
Chromium browser is broken
I recently had a system freeze during a conversation on Cliq and had to reboot. After rebooting I have seen Chromium no longer works. Tried running it in terminal:
chromium-browser
Gtk-Message: 22:25:...
4
votes
1
answer
4k
views
How can I correctly install Citrix Workplace on Kubuntu 2404
After installing Kubuntu 2404, I downloaded and installed Citrix Workspace app for Linux.
sudo dpkg -i ./icaclient_24.5.0.76_amd64.deb
I see it in the programs (via windows key --> type citrix) but ...