Skip to main content

All Questions

Tagged with
0 votes
1 answer
734 views

cant use apt-update anymore

I can no longer use apt-get update at all. And often I can't install anything anymore. Every time I use ap-get update I get this output root@raspberrypi:/home/pi# sudo apt-get update Hit:1 http://...
Spaffel's user avatar
1 vote
1 answer
224 views

Raspberry - APT : host not found - Can not update - DNS resolution issue

Since a few weeks, I have some troubles to update apt repositories on many Raspberry / Raspbian devices. I got DNS resolution issues, on any mirror I've tried in /etc/apt/sources.list when I use apt-...
Damien C's user avatar
  • 111
1 vote
0 answers
45 views

How to pick an option automatically in dialog boxes when updating ssh with apt?

Just installed raspbian lite buster for my headless raspberry pi, and set up weekly updates with cron. However, I noticed a small problem when I ran a manual upgrade first. SSH had a new version ...
NerdyKyogre's user avatar
1 vote
0 answers
817 views

Valgrind returns "Illegal instruction" reguardless of options. Raspbian

I'm trying to get Valgrind running on my raspberry pi zero W. I've installed it through apt but running it returns "Illegal instruction" no matter what. pi@raspberrypi:~/Documnents/test $ valgrind --...
Fish11's user avatar
  • 113
2 votes
1 answer
623 views

How to change Raspbian default apt-get mirror?

The thing is the mirror that was configured on installation is causing checksum mismatch in all packages. I read everywhere that in order to change de mirror apt-get uses for download I have to edit /...
Santi's user avatar
  • 131
0 votes
1 answer
324 views

Why `apt-get purge` keeps trying to install things for me?

I try to purge the Oracle Java 8 JDK on Raspbian Stretch: sudo apt-get purge oracle-java8-jdk But it keeps trying to install replacements for me. For example, it keeps telling me "the following NEW ...
Nick Lee's user avatar
  • 243