Cannot install signal-desktop

6 risposte [Ultimo contenuto]
GNUbahn
Offline
Iscritto: 02/19/2016

On a fresh install of T12 I am trying to install signal-desktop. I had signal-desktop installed on the T12 that crashed and hence its files are in my back-up, which I grsync'ed to the fresh install. I have tried to delete any file and folder related to the old installation of signal-desktop, but I do not know if I have found all. I have tried to install signal-desktop anew with the following the commands from https://signal.org/download/#:

# 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:
curl 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:
curl -o signal-desktop.sources https://updates.signal.org/static/desktop/apt/signal-desktop.sources
cat signal-desktop.sources | sudo tee /etc/apt/sources.list.d/signal-desktop.sources > /dev/null

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

1. and 2. works but when running 3. I get:

Fejl:6 http://mirrors.dotsrc.org/trisquel ecne/main Sources
File has unexpected size (21397369 != 21397370). Mirror sync in progress? [IP: 130.225.254.116 80]
Hashes of expected file:
- Filesize:21397370 [weak]
- SHA512:bc7266d2bd446ec85355ec75021acd0190b2481f87fb36cc644d1bce6e06c367d1ab0a3074c226fa830c1c13b36d79aced09387b5a2f964ee4632d6925b67943
- SHA256:f052489b4f7087516c571fe3062fb5f3c601fac6a85ff4d4e12b9c22d513f243
- SHA1:d1d3dcc56456cdcb4a269e396a5bff7deeb1af85 [weak]
- MD5Sum:d5068442fbbe694a47f5d151409952f6 [weak]
Release file created at: Wed, 09 Sep 2026 06:56:06 +0000
Havde:9 https://archive.trisquel.org/trisquel ecne-security InRelease
Error: Kunne ikke hente http://mirrors.dotsrc.org/trisquel/dists/ecne/main/source/Sources.bz2 File has unexpected size (21397369 != 21397370). Mirror sync in progress? [IP: 130.225.254.116 80]
Hashes of expected file:
- Filesize:21397370 [weak]
- SHA512:bc7266d2bd446ec85355ec75021acd0190b2481f87fb36cc644d1bce6e06c367d1ab0a3074c226fa830c1c13b36d79aced09387b5a2f964ee4632d6925b67943
- SHA256:f052489b4f7087516c571fe3062fb5f3c601fac6a85ff4d4e12b9c22d513f243
- SHA1:d1d3dcc56456cdcb4a269e396a5bff7deeb1af85 [weak]
- MD5Sum:d5068442fbbe694a47f5d151409952f6 [weak]
Release file created at: Wed, 09 Sep 2026 06:56:06 +0000
Error: Nogle indeksfiler kunne ikke hentes. De er blevet ignoreret eller de gamle bruges i stedet.

'Kunne ikke hente' = 'Could not get'
'Nogle indeksfiler kunne ikke hentes. De er blevet ignoreret eller de gamle bruges i stedet' = 'Some index files could not be downloaded. They have been ignored or the old ones are used instead'

How can I resolve this issue?

Ark74

I am a member!

I am a translator!

Offline
Iscritto: 07/15/2009

Wait for the mirror to finish updating. You are asking for packages while the mirror is updating.

GNUbahn
Offline
Iscritto: 02/19/2016

How can you tell?

Ark74

I am a member!

I am a translator!

Offline
Iscritto: 07/15/2009

this message is pretty standard when you try to install in the middle of an mirror update:

  File has unexpected size (21397369 != 21397370). Mirror sync in progress? [IP: 130.225.254.116 80]

  Hashes of expected file:

   - Filesize:21397370 [weak]

   - SHA512:bc7266d2bd446ec85355ec75021acd0190b2481f87fb36cc644d1bce6e06c367d1ab0a3074c226fa830c1c13b36d79aced09387b5a2f964ee4632d6925b67943

   - SHA256:f052489b4f7087516c571fe3062fb5f3c601fac6a85ff4d4e12b9c22d513f243

   - SHA1:d1d3dcc56456cdcb4a269e396a5bff7deeb1af85 [weak]

   - MD5Sum:d5068442fbbe694a47f5d151409952f6 [weak]

  Release file created at: Wed, 09 Sep 2026 06:56:06 +0000
GNUbahn
Offline
Iscritto: 02/19/2016

OK. Thanks.

Ark74

I am a member!

I am a translator!

Offline
Iscritto: 07/15/2009

I mean, it's rare to hit one of those, but not impossible. If the issue continues then you might be facing something else.
But my bet is the above mentioned.

GNUbahn
Offline
Iscritto: 02/19/2016

SOLVED

Ark74 was right. With patience the problem solved it self.