CARVIEW |
Select Language
HTTP/2 200
date: Fri, 15 Aug 2025 00:21:30 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 96f4883ebc98b277-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=3d373093-4793-491a-a8b8-93730d08265d; expires=Sat, 15 Aug 2026 00:21:30 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=3d373093-4793-491a-a8b8-93730d08265d; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=_w3R_XRomUybqRv4hBxyfmCmDp2AmchNW3_P2.bFDYU-1755217290-1.0.1.1-L23H4jXuGFR3CxefgO.HeQoP1gksuuIJeMK7F0SLPJmmc3mk56Ncrf3sFsPGH4FZEHdgFYmuJnmMGhkayGs1Y0SuKov8vauv866bCODxyU4; path=/; expires=Fri, 15-Aug-25 00:51:30 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=un1_fRT3OcsMYxlI0L9V_Ug52yCCTdTL7tG5PnRsSjw-1755217290468-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: 294cbeff-b1e5-4e44-87b2-4c96bda0f86e
x-worker-origin-response-time: 421000000
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
537
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
309
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
856
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
198
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
441
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
- What keeps an index ETF pegged to the index?
- Conjecture on the relationship between prime gaps and prime factors
- If I remove the point in a dataset which is furthest from the mean, does the sample variance automatically decrease, or at least not increase?
- Is Adj N Adj possible?
- What does my 3D Printing Life-Seeder Probe need to print to populate the Universe for humans?
- Which set has greater cardinality and why?
- A seven letter word should answer this riddle
- When running VS Code remote ssh, zsh doesn't have VS Code in $PATH
- LM393 comparator not pulling down
- What is a single adjective for someone who accepts their faults?
- Using Print for multiple numbers in a row
- Road tire bulge - is it still safe to ride?
- Samba(Linux)/Windows interaction
- I found that we can calculate the time of solar eclipses that will happen in the very far future. Do we need relativity in this calculation?
- Skeletal subcategory with preserved tensor structure
- Why test in large lunar surface facilities with lunar regolith simulant instead of small ones?
- Is laser engraving on an interstellar object feasible?
- Concerning the Primitive of Radon Measure
- strangely large bounding box of `circuitikz` and `standalone` documentclass?
- Is there an objective record of the Israel Hamas peace talks?
- New Bass strings too tight
- I need help finding a breaker panel to swap the dead front
- Could a Manned Jupiter Mission use a Shadow Shield?
- How fine was RCS thrust control on the Apollo SM?