Questions tagged [apt]

APT is a package manager used on Raspbian and includes commands such as 'apt-get'.

APT ("advanced package tool") is the principle package management system used on Debian and derivatives (such as Raspbian).

https://en.wikipedia.org/wiki/APT_(Debian)

424 questions
24
votes
7 answers

Cannot connect to mirrordirector.raspbian.org

I can't connect to mirrordirector.raspbian.org in Raspbian, but I don't know why. I've already re-installed Raspbian, but it looks like this is not the problem. How can I resolve this? After I connected to my Raspberry Pi over SSH from another…
William Bello
  • 343
  • 1
  • 2
  • 6
7
votes
6 answers

What means "Segmentation fault" error using apt?

I'm getting an error every time I try to run commands on my RPi: pi@rpi ~ $ apt-get install wkhtmltopdf Segmentation fault Even when I try running other commands: pi@rpi ~ $ uptime -bash: /usr/bin/uptime: cannot execute binary file But others…
rebellion
  • 179
  • 1
  • 1
  • 5
7
votes
6 answers

Can't apt-get install libssl-dev

Here is what I get when I try to apt-get install libssl-dev: root@raspi:/home/pi/cfengine-3.7.0a1.283240b# apt-get install libssl-dev Reading package lists... Done Building dependency tree Reading state information... Done The following extra…
Mark B
  • 71
  • 1
  • 1
  • 2
6
votes
2 answers

How does apt-get work?

Normally, when I want to download something on my pi (for instance this vnc app, I use apt-get ? But, sometimes an app is not in the apt-get area (not sure what proper name is) and I have to use wget
xxmbabanexx
  • 3,258
  • 7
  • 35
  • 56
3
votes
3 answers

Changed sources.list, but still updates from archive.raspberrypi.org

i am using a local apt-mirror to mirror raspbian and ubuntu and changed to /etc/apt/sources.list on my pi. But it still updates from archive.raspberrypi.org. From apt-mirror config: #Raspbian deb-armhf http://mirrordirector.raspbian.org/raspbian…
Motte001
  • 145
  • 1
  • 9
3
votes
2 answers

apt-get not installing software. Repositories are not updating

I am trying to use apt-get to install lynx. However I am having issues with the repositories. This is what my sources.list looks like: #deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi deb…
Richard
  • 471
  • 2
  • 5
  • 9
3
votes
1 answer

Why does apt-get dist-upgrade want to remove upstart again?

I usually do apt-get dist-upgrade instead of a mere apt-get upgrade for consistency reasons. However, for the first time on one of my RaspberryPis I got the following: # apt-get dist-upgrade Reading package lists... Done Building dependency…
0xC0000022L
  • 192
  • 10
2
votes
0 answers

Wrong sources.list entry after adding resilio sync repository

I followed this Guide to install resilio sync on my RPI1. Installation works but I get an Error if I run sudo apt-get update. W: Failed to fetch http://mirrordirector.raspbian.org/raspbian/dists/jessie/InRelease Unable to find expected entry…
manuel
  • 21
  • 3
2
votes
0 answers

Errors retrieving packages from raspbian.org

Trying to install hostapd with apt-get fails with a 404 error "Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/w/wpa/hostapd_2.3-1+deb8u4_armhf.deb When I go to the link and look, the filename is…
2
votes
1 answer

sudo apt-get update error

I am getting following errors repeatedly upon using apt-get update command : Ign http://mirrordirector.raspbian.org jessie InRelease Err http://mirrordirector.raspbian.org jessie Release.gpg Something wicked happened…
Vishnu
  • 61
  • 2
  • 8
2
votes
2 answers

Local apt mirror just for a single release

With the instructions at https://www.raspbian.org/RaspbianMirrors one can create an apt mirror of raspbian. This clones the whole repo of packages belonging to all the releases of Raspbian i.e. Wheezy & Jessie. I am interested in mirroring just…
2
votes
1 answer

apt-get install and resource temporarily unavailable

When I try and install a package with apt-get, I get the error message: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
Kolban
  • 1,784
  • 2
  • 16
  • 28
2
votes
1 answer

how do I install the djpeg binary?

I have a suite of scripts which I require and which make extensive use of djpeg. but 'which djpeg' returns nothing. How do I get the djpeg binary installed on my raspberry?
kent
  • 123
  • 1
  • 5
2
votes
0 answers

changed its 'Origin' value from 'Raspbian' to 'Raspberry Pi Foundation'

I have just run apt update on a system that has been working for a long time, and got the following error. Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB] Get:2 http://archive.raspberrypi.org/debian buster InRelease [25.2…
ctrl-alt-delor
  • 257
  • 1
  • 11
1
vote
2 answers

How to skip a package version?

How can I be informed when a new version of a specific package is available for install? Is there a way to have apt-get skip a specific version, but install when the next one is available? I am running Raspbian on a Raspberry Pi 3, and have…
Will M
  • 123
  • 5
1
2 3