Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help removing foreign apt repos #2365

Closed
3 tasks done
kbaraniak opened this issue Jun 20, 2023 · 5 comments
Closed
3 tasks done

Need help removing foreign apt repos #2365

kbaraniak opened this issue Jun 20, 2023 · 5 comments
Labels
User Error Issue is due to user error and not a bug with pi-apps waiting on response Further information is requested from the pi-apps devs.

Comments

@kbaraniak
Copy link

Confirmations

What happened?

InteliJ no works update after update Pi Apps

Description

No work Update/install InteliJ after update Pi Apps, how to fix ?
I updated Raspbian to latest version Using (sudo apt update && sudo apt dist-upgrade -y)

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

OS: Debian GNU/Linux 11 (bullseye)
OS architecture: 64-bit
Last updated Pi-Apps on: 06/18/2023
Latest Pi-Apps version: 06/18/2023
Kernel: aarch64 6.1.21-v8+
Device model: Raspberry Pi 4 Model B Rev 1.5 
Cpu name: Cortex-A72
Ram size: 7.57 GB
Raspberry Pi OS image version: 2022-04-04
Language: en_US.UTF-8

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

Err:13 http://cz.archive.ubuntu.com/ubuntu bionic/main arm64 Packages
  404  Not Found [IP: 217.31.202.63 80]
Ign:14 http://cz.archive.ubuntu.com/ubuntu bionic/main armhf Packages
Ign:23 http://cz.archive.ubuntu.com/ubuntu bionic/universe arm64 Packages
Ign:24 http://cz.archive.ubuntu.com/ubuntu bionic/universe armhf Packages
Fetched 72.7 kB in 4s (16.4 kB/s)
E: Failed to fetch http://cz.archive.ubuntu.com/ubuntu/dists/bionic/main/binary-arm64/Packages  404  Not Found [IP: 217.31.202.63 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
@kbaraniak kbaraniak added the bug Something isn't working label Jun 20, 2023
@github-actions
Copy link
Contributor

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 theofficialgman added User Error Issue is due to user error and not a bug with pi-apps and removed bug Something isn't working labels Jun 20, 2023
@theofficialgman
Copy link
Collaborator

For one, you are not using raspbian. Raspbian is a armhf only distro. You are using Raspberry PiOS Bullseye ARM64.

Secondly, you have added incorrect Ubuntu Bionic repositories to your installation. Specifically a mirror of the archive.ubuntu.com repository which only contains i386 and amd64 architecture, neither of which are architecture supported by your raspberry pi.

You should check your /etc/apt/sources.list.d/ folder and remove the .list file that contains the ubuntu repo in it.

What were you doing which prompted you to add this repository in the first place?

@theofficialgman theofficialgman changed the title No work Update Need help removing foreign apt repos Jun 20, 2023
@kbaraniak
Copy link
Author

From what I remember it was added automatically, I think from the Box86 installation before Pi-Apps

@theofficialgman
Copy link
Collaborator

From what I remember it was added automatically, I think from the Box86 installation before Pi-Apps

not possible. pi-apps does not add any ubuntu repositories to users installs. that would be bad. you added this yourself (likely following some bad guide on the internet that told you to do so).

remove the repo following this #2365 (comment)

@theofficialgman theofficialgman added the waiting on response Further information is requested from the pi-apps devs. label Jun 23, 2023
@kbaraniak
Copy link
Author

Thanks, I'm fixed my problem removing useless repos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Error Issue is due to user error and not a bug with pi-apps waiting on response Further information is requested from the pi-apps devs.
Projects
None yet
Development

No branches or pull requests

2 participants