https://archive.raspbian.org/raspbian/p ... /p/php7.0/
Yet if I do
Code: Select all
sudo apt list | grep php7What's the reason for this? If there are files on that server, why wouldn't they show in apt lists?
Code: Select all
sudo apt list | grep php7https://packages.debian.org/stretch/php7.0DanTup wrote:Aha, that makes sense!
Is there a way to browse these to see what packages are where (eg. like packages.debian.org)?
They are the same.DanTup wrote:I meant for Rasbpian - or are they the same?
Thats why you add raspbian stretch, not debian stretch duhghans wrote:Debian "armhf" targets ARMv7 , Raspbian "armhf" targets
ARMv6 . The Zero and the Pi1 are ARMv6 processors.
ARMv7 processors can run ARMv6 code (backwards
compability) , but ARMv6 processors can't run ARMv7 code.
You are likely to get "Illegal Instruction" errors all over the place.
If you you aren't vigilant , you might even accidentally replace
your libc-bin package with the one from Debian (this has
happened to people in the past) and then you're truly
done for , since nearly everything on the system
uses the libc and now fails with "Illegal Instruction"
errors.
Your analogy of memory requirements is totally screwed. I have a x86-64 PC with 1GB Men which runs x86-64 Lubuntu.peterlite wrote:Interesting note about the differences between the Pi 3 and Zero, the ARMv6 and ARMv7 stuff. The Pi 3 is 64 bit but none of the Raspbian software can be 64 bit because of the other Pi models. 64 bit is only needed when you jump from 4 GB to 8 GB. I have one 16 GB computer and, running Linux, it rarely uses more than 1.6 GB. 8 GB is only needed for KDE.
? The Raspberry Pi 3 announcement said the 64 bit processor was for future development of 64 bit and Raspbian would remain 32 bit for a few years for compatibility with the other models.totally screwed