CARVIEW |
Select Language
HTTP/2 200
date: Sat, 16 Aug 2025 11:41:42 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 9700a9fe1ba3b080-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=49a747bf-792c-4759-af2f-52f7686eb5d8; expires=Sun, 16 Aug 2026 11:41:42 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=49a747bf-792c-4759-af2f-52f7686eb5d8; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=naRlCCGfwRfdzjwElC2cf44nbku9E2cAcpOZUJGGnxg-1755344502-1.0.1.1-309K6IjWbTc6QQUfY_2toVCL4aF8W5G0W.mqsCMKRPZ8Twbp1D4zRvmJYelyZNaTMUzh9hlurZu2hQLlf1qcjdCjeQExfKhLtABacNBkTNY; path=/; expires=Sat, 16-Aug-25 12:11:42 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=6O670IFBm9ocTMJDNmEcaRfL.VE5n_WmAwRzexwI1JY-1755344502543-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: de906c1d-c313-40d3-a4e6-76f93cf1dd6c
x-worker-origin-response-time: 1042000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'packages' Questions - Raspberry Pi Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [packages]
A package is a specific piece of software and data in an archive files. It can be installed and uninstalled usually be a distribution-dependent package manager (e.g. apt-get on Raspbian or pacman on Arch Linux). This is for questions related to the use and management of packages.
139 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
0
answers
37
views
debsecan and RPi specific packages
I have asked this in the RPi forum, but so far not getting a useful reply.
I'd like to use the debsecan tool to keep me updated about open security issues and available fixes. I tried it and it works ...
-1
votes
1
answer
73
views
'libjsoncpp24' dependency error when installing cmake
I have Raspberry Pi 4 Model B Rev 1.1 (debian version: 11.3, Linux raspberrypi 6.6.59-v8+):
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID=&...
0
votes
0
answers
538
views
Could not load the Qt platform plugin
I'm using a Raspberry pi 5, I'm having issues running ultralytics and PyQt5 at the same time. The way I installed ultralytics and PyQt5 are different. First I used
sudo apt install python3-pyqt5
, ...
1
vote
1
answer
310
views
Qt6 compiler binary package
I'm aware I can cross-compile Qt6 on my dev machine or I can build the Qt6 from sources directly on the Rapsberry Pi.
But is there any binary package for the compiler? Like when you use the online ...
0
votes
0
answers
27
views
dpkg fatal error while installing libxmlsec1:armh package
I am getting the following error while executing the following code on raspberry pi 3B+:
sudo apt install --reinstall libxmlsec1:armhf
It is to be mentioned that, I am using this code after removing ...
-1
votes
1
answer
859
views
Issues installing onnxruntime on rasberry pi OS
I was following a tutorial for removing backgrounds in images with python
and came across an issue when running pip install rembg on a Raspberry Pi.
The issue appears to be wit a requirement to ...
1
vote
0
answers
2k
views
Bluealsa on Pi Zero can not be installed
I am trying to install bluealsa package but getting this error :
pi@raspberrypi:/usr/libexec/bluetooth $ sudo apt-get install bluealsa
Reading package lists... Done
Building dependency tree... Done
...
1
vote
2
answers
3k
views
python-numpy no installation candidate
i want to install the command
sudo apt-get install python-dev-is-python2 python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev
and the output is
Reading ...
2
votes
1
answer
5k
views
upip is not installed
I'm new to the pico world and micropython. Needless to say, one of the first things anyone should learn is the ability to set up environments and know the structure of the pico.
I have read the ...
-1
votes
1
answer
3k
views
Unable to update packages due errors of corrupted cache files
When I my trying to update packages by "sudo apt update" I have got the errors:
Hit:1 https://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:2 https://archive.raspberrypi.org/debian ...
1
vote
2
answers
2k
views
No wpa_supplicant executable
I'm running Rasbpian 10 (buster) on raspberry pi 3 b+. Where can I find the wpa_supplicant binary?
$ sudo apt install wpa_supplicant
E: Unable to locate package wpa_supplicant
# Same for wpa and ...
-1
votes
1
answer
202
views
apt install stuck on mirrordirector
pi@raspberrypi:~ $ apt show rsync
Package: rsync
Version: 3.1.1-3
Maintainer: Paul Slootman <[email protected]>
Installed-Size: 645 kB
Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8)...
0
votes
0
answers
442
views
Raspberry Pi can't install any packages with pip
So the other day, while trying to install a pip package for a project, I noticed that I was getting error messages. I tried anything that I could think of, even uninstalling python and pip, and ...
1
vote
0
answers
1k
views
How can I fix dphys-swapfile?
I was trying to download some apps from pi apps, and then this output came in pi-apps: Before dpkg, apt, or Pi-Apps will work, dphys-swapfile must be fixed. I don't know, what this means exactly. Also ...
-2
votes
1
answer
426
views
- The Overflow Blog
-
-
- Featured on Meta
-
Hot Network Questions
- According to John 16:11 (KJV), who is the 'prince of this world' and what is his condition according to the text?
- According to OSAS advocates, why does God withdraw the gift of perseverance from those on rocky soil (Matthew 13:20-21, Luke 8:13)?
- Popping mustard seeds for a curry dish
- Is there any way to still use Manifest v2 extensions in Google Chrome 139+?
- Consume WS2811 control signals without lights
- How and where to place consecutive intercalary days in a lunisolar calendar with strictly lunar months, but an Earthlike solar year?
- How to draw this nested heptagon with proper length scale?
- Looking for very old, very bad rand()
- How to reduce repetition in a large amount of if-else statements when reading from a buffer
- Does あるNoun strictly imply that the Noun isn't plural?
- What was the "custom DOS" in PET VisiCalc?
- Is it physically possible for a noise to sound like it's coming from somewhere else?
- I need help finding a breaker panel to swap the dead front
- Personal circumstances during academic interviews in Germany
- Statistical type of topology
- How to display a Range in a single horizontal line inside a Grid cell in PDF export?
- How could Earth or the Moon be cooled within a few decades of the Theia impact?
- Which pairs of mutually contradicting conjectures are there?
- Confidence intervals for predictions in ggeffects are outside the possible range of probabilities
- Airport to Hotel to Cruise in Seattle
- Can a Pythagorean Triple have rational acute angles?
- Impact on societal cohesiveness in a world where the souls of the dead are currency
- How is the Münchhausen trilemma not the biggest problem in meta-ethics and epistemology?
- Reducing the attack surface of my service using Reverse proxy (TLS secured)?