LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-22-2021, 11:00 PM   #1
iamanthony95
LQ Newbie
 
Registered: Nov 2021
Posts: 3

Rep: Reputation: Disabled
Error message while trying to install Flatpak


Hi, as I said in my introduction message I'm trying to install Mozilla Firefox on my Chromebook, in order to do so I must install Flatpak using the Linux Terminal, when I type the command "sudo apt install flatpak" I get this message

Quote:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
bubblewrap libappstream-glib8 libarchive13 libavahi-glib1 libgpgme11 libostree-1-1 libpipewire-0.2-1 p11-kit p11-kit-modules xdg-dbus-proxy xdg-desktop-portal xdg-desktop-portal-gtk
Suggested packages:
avahi-daemon lrzip accountsservice evince
The following NEW packages will be installed:
bubblewrap flatpak libappstream-glib8 libarchive13 libavahi-glib1 libgpgme11 libostree-1-1 libpipewire-0.2-1 p11-kit p11-kit-modules xdg-dbus-proxy xdg-desktop-portal xdg-desktop-portal-gtk
0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,503 kB/2,841 kB of archives.
After this operation, 11.1 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 https://deb.debian.org/debian buster/main amd64 libappstream-glib8 amd64 0.7.14-1
404 Not Found [IP: 199.232.150.132 443]
Err:2 https://deb.debian.org/debian buster/main amd64 libavahi-glib1 amd64 0.7-4+b1
404 Not Found [IP: 199.232.150.132 443]
Err:3 https://deb.debian.org/debian buster/main amd64 flatpak amd64 1.2.5-0+deb10u1
404 Not Found [IP: 199.232.150.132 443]
Err:4 https://deb.debian.org/debian buster/main amd64 p11-kit-modules amd64 0.23.15-2
404 Not Found [IP: 199.232.150.132 443]
Err:5 https://deb.debian.org/debian buster/main amd64 p11-kit amd64 0.23.15-2
404 Not Found [IP: 199.232.150.132 443]
E: Failed to fetch https://deb.debian.org/debian/pool/m...14-1_amd64.deb 404 Not Found [IP: 199.232.150.132 443]
E: Failed to fetch https://deb.debian.org/debian/pool/m...4+b1_amd64.deb 404 Not Found [IP: 199.232.150.132 443]
E: Failed to fetch https://deb.debian.org/debian/pool/m...10u1_amd64.deb 404 Not Found [IP: 199.232.150.132 443]
E: Failed to fetch https://deb.debian.org/debian/pool/m...15-2_amd64.deb 404 Not Found [IP: 199.232.150.132 443]
E: Failed to fetch https://deb.debian.org/debian/pool/m...15-2_amd64.deb 404 Not Found [IP: 199.232.150.132 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Could somebody help me fixing this ?
 
Old 11-23-2021, 12:42 AM   #2
JohnHendry
Member
 
Registered: Apr 2020
Location: Sydney, Australia
Distribution: Crux Linux, LFS, Artix, source packages (64-bit PC)
Posts: 39

Rep: Reputation: Disabled
I guess you can't install any new debian packages Anthony - perhaps your net is down for some reason or debian server address changed (seems unlikely). No name server it seems or you have to update a mirror list of repos. It's a net problem: I would get something like that in Artix if I forgot to start connmand or had to update repo-list with pacman -Sy. Try pinging your modem, then debian.
 
Old 11-23-2021, 12:48 AM   #3
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,838

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
did you run apt update before apt install?
 
Old 11-23-2021, 02:10 AM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by iamanthony95 View Post
Code:
E: Failed to fetch https://deb.debian.org/debian/pool/m...14-1_amd64.deb 404 Not Found [IP: 199.232.150.132 443]
E: Failed to fetch https://deb.debian.org/debian/pool/m...4+b1_amd64.deb 404 Not Found [IP: 199.232.150.132 443]
E: Failed to fetch https://deb.debian.org/debian/pool/m...10u1_amd64.deb 404 Not Found [IP: 199.232.150.132 443]
E: Failed to fetch https://deb.debian.org/debian/pool/m...15-2_amd64.deb 404 Not Found [IP: 199.232.150.132 443]
E: Failed to fetch https://deb.debian.org/debian/pool/m...15-2_amd64.deb 404 Not Found [IP: 199.232.150.132 443]
I can confirm the 404 errors for these files, and my internet works.

Yes, please run
Code:
apt update
(and show us) before you try to install anything.
 
Old 11-23-2021, 11:36 AM   #5
iamanthony95
LQ Newbie
 
Registered: Nov 2021
Posts: 3

Original Poster
Rep: Reputation: Disabled
I ran sudo apt update and now everything's fine my problem is fixed thanks to you !
 
Old 11-23-2021, 12:39 PM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,838

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
that is great! please mark the thread solved. Also if you wish to say thanks just click on yes.
 
Old 11-23-2021, 11:41 PM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by iamanthony95 View Post
I ran sudo apt update and now everything's fine my problem is fixed thanks to you !
Debian's software upgrade process is twofold:

first you update the list of applications/versions with
Code:
apt update
But if you want to upgrade all installed software to its newest version, you need to issue
Code:
apt upgrade
after that.

You will often see it written like this:
Code:
apt update && apt upgrade
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Flatpak 1.10.2 Security Update Fixes Vulnerability That Lets Flatpak Apps Access Host OS Files LXer Syndicated Linux News 0 03-11-2021 05:12 PM
Error message occurring while trying to install XFWM on Gentoo Linux Ceao486DX Gentoo 1 11-11-2020 12:46 PM
LXer: Flatpak Linux App Sandboxing Format Now Lets You Kill Running Flatpak Instances LXer Syndicated Linux News 0 11-23-2018 01:21 AM
I get an error message while trying to install vb (Virtual Box) thewhitelion Linux - Software 1 04-04-2007 02:48 AM
Error message while trying to install Sudo chigozie Solaris / OpenSolaris 2 01-23-2007 08:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration