Botspot / pi-apps

Raspberry Pi App Store for Open Source Projects
GNU General Public License v3.0
1.96k stars 202 forks source link

Need help getting default raspbian repo's enabled #2649

Closed izedamo closed 1 week ago

izedamo commented 2 weeks ago

Confirmations

What happened?

Pi-Apps won't install

Description

I am trying to follow the official instructions to install Pi-Apps but it fails to install with below error in Terminal

wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
Hit:1 https://download.docker.com/linux/debian bullseye InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:4 http://mirror.aarnet.edu.au/pub/raspbian/raspbian bullseye InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
7 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reinstalling Pi-Apps...
MISSING Default Raspbian Repositories!
Pi-Apps does NOT support systems without bullseye dist and main component present in the sources.list
Please refer to the default sources.list for Raspbian and restore all required dists and components.

My /etc/apt/sources.list has the following content.

#deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
deb http://mirror.aarnet.edu.au/pub/raspbian/raspbian bullseye main contrib non-free rpi
#Uncomment line below then 'apt-get update' to enable 'apt-get source'
deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi

#trial debian repo
#deb https://deb.debian.org/debian bullseye main contrib non-free

Appreciate any help which helps to resolve this issue. Thanks.

What are your system specs (run the following command in your terminal)?

OS: Raspbian GNU/Linux 11 (bullseye)
OS architecture: 32-bit
fatal: not a git repository (or any of the parent directories): .git
date: option requires an argument -- 'd'
Try 'date --help' for more information.
Last updated Pi-Apps on: 
Kernel: aarch64 6.1.21-v8+
Device model: Raspberry Pi 4 Model B Rev 1.4
SOC identifier: bcm2711
Machine-id (hashed): 3dde64d2ecd456dc5ddb567101bbdcdc52e62131
Serial-number (hashed): ba20472f697bec7352f336d198d9f1ddb523b418
Cpu name: Cortex-A72
Ram size: 7.76 GB
Raspberry Pi OS image version: 2021-10-30
Language: en_US.UTF-8

(Recommended) Error log? Terminal output? Debug messages?

wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
Hit:1 https://download.docker.com/linux/debian bullseye InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:4 http://mirror.aarnet.edu.au/pub/raspbian/raspbian bullseye InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
7 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reinstalling Pi-Apps...
MISSING Default Raspbian Repositories!
Pi-Apps does NOT support systems without bullseye dist and main component present in the sources.list
Please refer to the default sources.list for Raspbian and restore all required dists and components.
github-actions[bot] commented 2 weeks ago

Hello there đź‘‹ Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible. In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.

theofficialgman commented 1 week ago

This is working as intended. You need a functional install of piOS in order to install pi-apps and other applications.

Your physical sources.list is incorrect:

#deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
deb http://mirror.aarnet.edu.au/pub/raspbian/raspbian bullseye main contrib non-free rpi
#Uncomment line below then 'apt-get update' to enable 'apt-get source'
deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi

#trial debian repo
#deb https://deb.debian.org/debian bullseye main contrib non-free

pi-apps only supports the official raspbian apt repository (ie: raspbian.raspberrypi.org/raspbian or raspbian.raspberrypi.com/raspbian). Please correct your sources list as the instructions say to the default sources.list which includes these repos.