Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4848

Troubleshooting • Signal fails to install

$
0
0
Hello,
I tried install Signal on RaPi5 Desktop via Dock -> Raspberry Pi -> Accessories -> Pi-Apps -> Search -> signal -> Enter -> Install -> error: missing repositories or something like that? (the window closes after 20 seconds and RaPi5 doesn't have screenshot).

I then tried installing Signal from https://signal.org/download/# -> Download for Linux -> followed these steps, but error as per pasted code output:
# NOTE: These instructions only work for 64-bit Debian-based
# Linux distributions such as Ubuntu, Mint etc.

# 1. Install our official public software signing key:
wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > signal-desktop-keyring.gpg
cat signal-desktop-keyring.gpg | sudo tee /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null

# 2. Add our repository to your list of repositories:
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main' |\
sudo tee /etc/apt/sources.list.d/signal-xenial.list

# 3. Update your package database and install Signal:
sudo apt update && sudo apt install signal-desktop

Code:

raspberrypi5@raspberrypi:~ $ sudo apt update && sudo apt install signal-desktopHit:1 https://updates.signal.org/desktop/apt xenial InRelease                  Hit:2 http://deb.debian.org/debian bookworm InRelease                          Hit:4 https://brave-browser-apt-release.s3.brave.com stable InRelease          Hit:5 http://deb.debian.org/debian-security bookworm-security InRelease        Hit:6 http://deb.debian.org/debian bookworm-updates InRelease                  Ign:7 http://archive.raspbian.org/raspbian stretch InRelease                   Hit:8 http://archive.raspberrypi.com/debian bookworm InRelease                 Err:9 http://archive.raspbian.org/raspbian stretch Release  404  Not Found [IP: 2a00:1098:0:80:1000:75:0:2 80]Hit:3 https://dl.ui.com/unifi/debian stable InReleaseReading package lists... DoneN: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://brave-browser-apt-release.s3.brave.com stable InRelease' doesn't support architecture 'armhf'E: The repository 'http://archive.raspbian.org/raspbian stretch Release' does not have a Release file.N: Updating from such a repository can't be done securely, and is therefore disabled by default.N: See apt-secure(8) manpage for repository creation and user configuration details.N: Skipping acquire of configured file 'ubiquiti/binary-armhf/Packages' as repository 'http://www.ui.com/downloads/unifi/debian stable InRelease' doesn't support architecture 'armhf'

Statistics: Posted by eiger3970 — Thu Sep 26, 2024 6:39 am



Viewing all articles
Browse latest Browse all 4848

Trending Articles