Open gutaker opened 4 years ago
Hi @rkaczorek @gutaker
As the title says, it would be great to have also 64bit packages in the repo, because now the command:
sudo apt update
returns:
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://www.astroberry.io/repo buster InRelease' doesn't support architecture 'arm64'
BR,
Ladislav
A little BUMP as this topic is hot on raspberry pi forums here and we can already download RaspiOS64 here.
Additionally now we have 64bit Ubuntu Mate downloads: https://ubuntu-mate.org/download/arm64/
Official Raspberry Pi OS 64Bit is already here... so maybe this will speed things up?
I started working on reverse engineering a 64bit version today since there is not a lot of traction towards 64bit.
If there is an "official" effort, I'd like to pitch in and save myself many hours of work.
90% of packages are already compiled for arm64. To be released this summer
what is the status of this? I tried to install but I am getting this error
sudo apt install astroberry-server-full
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
astroberry-server-full : Depends: astroberry-server-wui but it is not going to be installed
Depends: astroberry-server-sysmod but it is not going to be installed
Depends: indi-full but it is not installable
Depends: kstars-bleeding but it is not installable
Depends: gsc but it is not installable
Depends: phd2 but it is not installable
Depends: phdlogview but it is not installable
Depends: oacapture but it is not installable
Depends: firecapture but it is not installable
Depends: indi-astroberry-diy but it is not installable
Depends: indi-astroberry-piface but it is not installable
Depends: indi-weather-mqtt but it is not installable
Depends: indiwebmanagerapp but it is not installable
E: Unable to correct problems, you have held broken packages.
what is the status of this? I tried to install but I am getting this error
sudo apt install astroberry-server-full Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: astroberry-server-full : Depends: astroberry-server-wui but it is not going to be installed Depends: astroberry-server-sysmod but it is not going to be installed Depends: indi-full but it is not installable Depends: kstars-bleeding but it is not installable Depends: gsc but it is not installable Depends: phd2 but it is not installable Depends: phdlogview but it is not installable Depends: oacapture but it is not installable Depends: firecapture but it is not installable Depends: indi-astroberry-diy but it is not installable Depends: indi-astroberry-piface but it is not installable Depends: indi-weather-mqtt but it is not installable Depends: indiwebmanagerapp but it is not installable E: Unable to correct problems, you have held broken packages.
Means not everything is compiled yet for arm64. You have to wait...
astroberry-server-full is not ready yet, but... You can add the repo to fresh install of Raspberry OS 64bit (Bullseye) by running:
wget -O - https://www.astroberry.io/repo/key | sudo apt-key add -
sudo su -c "echo 'deb https://www.astroberry.io/repo/ bullseye main' > /etc/apt/sources.list.d/astroberry.list"
Then run sudo apt install indi-full kstars-bleeding phd2
to get core apps installed
This is not official yet, so test and report back how it goes.
@rkaczorek
So far it works perfectly! I have 64bit packages installed on my RPI:
Since we already have 64bit Debian for raspberry pi 4/3, it would be great to have your repo conform to 64bit.
rpi-img-builder