LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   apt-get update - Raspberry Pi 4B - Debian 10 Buster - raspbian - missing Release file in packagecloud.io AtomEditor dependency? (https://www.linuxquestions.org/questions/debian-26/apt-get-update-raspberry-pi-4b-debian-10-buster-raspbian-missing-release-file-in-packagecloud-io-atomeditor-dependency-4175675145/)

benhughesdon 05-13-2020 09:56 AM

apt-get update - Raspberry Pi 4B - Debian 10 Buster - raspbian - missing Release file in packagecloud.io AtomEditor dependency?
 
Good afternoon (from the UK). This is my first post in Linux Questions.

I have a Raspberry Pi 4B as stated in the Subject, with 4GB RAM, 32 GB SD card.

I had problems with sources.list in /etc/apt - RESOLVED - these were caused by me splitting a line when trying to install VS Code on the Pi.

However, apt-get update does not complete, and I consequently cannot successfully install the GNS3 Network Simulator on the Pi.



THIS IS MY sources.list file content:

Code:

deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi



This is my terminal activity when I tried apt-get update (as root user; I am still new to Linux computers as opposed to virtualization in Windows, Visual Studio Code):


The problem appears to be with PackageCloud.io. I have been to that site, including the address in red ("The page you were looking for doesn't exist.")

Code:

pi sources.list.d
$ sudo su 
root@raspberrypi:/etc/apt/sources.list.d# apt-get update
Hit:1 http://ppa.launchpad.net/gns3/ppa/ubuntu xenial InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Ign:3 https://packagecloud.io/AtomEditor/atom/raspbian buster InRelease       
Get:4 https://packagecloud.io/AtomEditor/atom/any any InRelease [23.2 kB]
Hit:5 https://packagecloud.io/headmelted/codebuilds/debian stretch InRelease
Err:6 https://packagecloud.io/AtomEditor/atom/raspbian buster Release
  404  Not Found [IP: 52.52.201.17 443]
Get:7 https://packagecloud.io/AtomEditor/atom/any any/main amd64 Packages [30.0 kB]
Get:8 http://archive.raspberrypi.org/debian buster InRelease [25.1 kB]
Get:9 http://archive.raspberrypi.org/debian buster/main Sources [92.1 kB]
Get:10 http://archive.raspberrypi.org/debian buster/main armhf Packages [327 kB]
Reading package lists... Done                                                 
E: The repository 'https://packagecloud.io/AtomEditor/atom/raspbian buster 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.



Contents of /etc/apt


Code:

root@raspberrypi:/etc/apt# ls
apt.conf.d  listchanges.conf  sources.list    sources.list.save  trusted.gpg~
auth.conf.d  preferences.d    sources.list.d  trusted.gpg          trusted.gpg.d




Contents of /etc/apt/sources.list.d

Code:

root@raspberrypi:/etc/apt/sources.list.d# ls
AtomEditor_atom.list  atom.list  atom.list.save  gns3.list  headmelted_vscode.list  raspi.list


atom.list.save is the result of me repeatedly editing atom.list in the Nano editor in the LX Terminal.


Text of atom.list

Code:

deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main



Text of AtomEditor_atom.list

# this file was generated by packagecloud.io for
# the repository at https://packagecloud.io/AtomEditor/atom

Code:

deb https://packagecloud.io/AtomEditor/atom/raspbian/ buster main
deb-src https://packagecloud.io/AtomEditor/atom/raspbian/ buster main


shruggy 05-14-2020 03:13 AM

Looks like their repository for Raspbian is down. Their configuration script still generates the same sources.list though:
Code:

curl -s "https://packagecloud.io/install/repositories/AtomEditor/atom/config_file.list?os=raspbian&dist=10&source=script"

benhughesdon 05-14-2020 04:24 AM

PackageCloud repository for Raspbian down?
 
Quote:

Originally Posted by shruggy (Post 6122747)
Looks like their repository for Raspbian is down. Their configuration script still generates the same sources.list though:
Code:

curl -s "https://packagecloud.io/install/repositories/AtomEditor/atom/config_file.list?os=raspbian&dist=10&source=script"

Good gracious! Thank you very much for trying this; at least it confirms that the problem is not confined to me!

Would another Forum member know of alternatives to the AtomEditor repository for Debian 10 Buster on Raspbian?

(I recall that the apt-get update problems materialized after I had installed Visual Studio Code - Headmelted OSS - on this Pi.)

benhughesdon 05-14-2020 05:45 AM

Question reposted to Stack Exchange - Raspberry Pi - on a thread about a similar problem
 
Quote:

Originally Posted by shruggy (Post 6122747)
Looks like their repository for Raspbian is down. Their configuration script still generates the same sources.list though:
Code:

curl -s "https://packagecloud.io/install/repositories/AtomEditor/atom/config_file.list?os=raspbian&dist=10&source=script"



I have reposted my Question in the Raspberry Pi Forum of StackExchange, with a link back to the current thread.
https://raspberrypi.stackexchange.co.../112403#112403

benhughesdon 05-14-2020 07:44 AM

Just now, I inserted a [trusted=yes] expression into the entries on my AtomEditor_atom.list in

/etc/apt/sources.list.d


Code:

# this file was generated by packagecloud.io for
# the repository at https://packagecloud.io/AtomEditor/atom

deb [trusted=yes]  https://packagecloud.io/AtomEditor/atom/raspbian/ buster main
deb-src [trusted=yes] https://packagecloud.io/AtomEditor/atom/raspbian/ buster main



Consequently, the previous errors disappeared when I ran apt update in the other Terminal window:


Code:

pi ~
$ sudo apt update
Hit:1 http://ppa.launchpad.net/gns3/ppa/ubuntu xenial InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease     
Ign:3 https://packagecloud.io/AtomEditor/atom/raspbian buster InRelease
Hit:4 https://packagecloud.io/AtomEditor/atom/any any InRelease
Hit:5 https://packagecloud.io/headmelted/codebuilds/debian stretch InRelease
Ign:6 https://packagecloud.io/AtomEditor/atom/raspbian buster Release
Ign:7 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Sources
Ign:8 https://packagecloud.io/AtomEditor/atom/raspbian buster/main armhf Packages
Ign:9 https://packagecloud.io/AtomEditor/atom/raspbian buster/main all Packages
Ign:10 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en
Ign:11 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en_GB
Get:7 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Sources [14 B]
Get:8 https://packagecloud.io/AtomEditor/atom/raspbian buster/main armhf Packages [14 B]
Hit:12 http://archive.raspberrypi.org/debian buster InRelease                             
Get:9 https://packagecloud.io/AtomEditor/atom/raspbian buster/main all Packages [14 B]     
Ign:10 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en         
Ign:11 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en_GB     
Ign:10 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en         
Ign:11 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en_GB     
Ign:10 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en         
Ign:11 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en_GB     
Ign:10 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en         
Ign:11 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en_GB     
Ign:10 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en         
Ign:11 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en_GB     
Ign:10 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en         
Ign:11 https://packagecloud.io/AtomEditor/atom/raspbian buster/main Translation-en_GB     
Fetched 42 B in 8s (5 B/s)                                                                 
Reading package lists... Done
Building dependency tree     
Reading state information... Done
133 packages can be upgraded. Run 'apt list --upgradable' to see them.
pi ~


I then ran sudo apt-get update.

Hopefully this will allow me to install the GNS3 Network Simulator properly!


All times are GMT -5. The time now is 04:01 AM.