asbru-cm/asbru-cm

Unable to install on Ubuntu 23.10

Closed this issue · 2 comments

Running Ubuntu 23.10

Linux laptop 6.5.0-21-generic #21-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb  7 14:17:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Unable to install asbru - get the below error:

curl -1sLf 'https://dl.cloudsmith.io/public/asbru-cm/release/cfg/setup/bash.deb.sh' | sudo -E bash
Executing the  setup script for the 'asbru-cm/release' repository ...

   OK: Checking for required executable 'curl' ...
   OK: Checking for required executable 'apt-get' ...
   OK: Detecting your OS distribution and release using system methods ...
 ^^^^: ... Detected/provided for your OS/distribution, version and architecture:
 >>>>:
 >>>>: ... distro=ubuntu  version=23.10  codename=mantic  arch=x86_64
 >>>>:
   OK: Checking for apt dependency 'apt-transport-https' ...
   OK: Checking for apt dependency 'ca-certificates' ...
   OK: Checking for apt dependency 'gnupg' ...
  RUN: Importing 'asbru-cm/release' repository GPG keys ...gpg: WARNING: unsafe ownership on homedir '/home/greg/.gnupg'
   OK: Checking for apt signed-by key support ...
   OK: Importing 'asbru-cm/release' repository GPG keys ...
   OK: Checking if upstream install config is OK ...
   OK: Installing 'asbru-cm/release' repository via apt ...
   OK: Updating apt repository metadata cache ...
   OK: The repository has been installed successfully - You're ready to rock!

laptop:~$ sudo apt update
Hit:1 http://gb.archive.ubuntu.com/ubuntu mantic InRelease
Hit:2 http://security.ubuntu.com/ubuntu mantic-security InRelease
Hit:3 http://gb.archive.ubuntu.com/ubuntu mantic-updates InRelease
Hit:4 http://gb.archive.ubuntu.com/ubuntu mantic-backports InRelease
Hit:5 https://linux.teamviewer.com/deb stable InRelease
Get:6 https://download.docker.com/linux/ubuntu lunar InRelease [48.8 kB]
Hit:7 https://ppa.launchpadcontent.net/kicad/kicad-7.0-nightly/ubuntu mantic InRelease
Get:8 https://dl.cloudsmith.io/public/asbru-cm/release/deb/ubuntu mantic InRelease [2,060 B]
Hit:9 https://ppa.launchpadcontent.net/kicad/kicad-7.0-releases/ubuntu mantic InRelease
Hit:10 https://ppa.launchpadcontent.net/kicad/kicad-8.0-releases/ubuntu mantic InRelease
Hit:11 https://ppa.launchpadcontent.net/kicad/kicad-dev-nightly/ubuntu mantic InRelease
Hit:12 https://dl.google.com/linux/chrome/deb stable InRelease
Fetched 50.9 kB in 1s (36.5 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up-to-date.
N: Skipping acquisition of configured file 'main/binary-i386/Packages', as repository 'https://dl.cloudsmith.io/public/asbru-cm/release/deb/ubuntu mantic InRelease' doesn't support architecture 'i386'

Your problem is here

N: Skipping acquisition of configured file 'main/binary-i386/Packages', as repository 'https://dl.cloudsmith.io/public/asbru-cm/release/deb/ubuntu mantic InRelease' doesn't support architecture 'i386'

But your machine architecture isn't i386 either. I think you have some i386 packages that are perhaps causing an issue

I solved the issue by adding arch=amd64 to the .list file