LinuxQuestions.org
Help answer threads with 0 replies.
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 07-25-2022, 03:52 AM   #1
msm1
LQ Newbie
 
Registered: Jul 2022
Distribution: lmde3 and 4 cindy & debbie
Posts: 2

Rep: Reputation: 0
problem installing apache2 on linux mint lmde4 debbie


Hi - I am new to this forum and new to linux. I've tried to install apache web server on my new linux system which I set up yesterday. I use linux mint lmde4 debbie, 32 bit. I did an update before (sudo apt-get update). When I type in sudo apt install apache2, I get 404-errors and apache doesn't install. Here is what I get
Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  apache2-bin apache2-data apache2-utils libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
Suggested packages:
  apache2-doc apache2-suexec-pristine | apache2-suexec-custom
The following NEW packages will be installed:
  apache2 apache2-bin apache2-data apache2-utils libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
0 upgraded, 8 newly installed, 0 to remove and 96 not upgraded.
Need to get 2,029 kB/2,276 kB of archives.
After this operation, 7,534 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Ign:1 https://deb.debian.org/debian buster/main i386 apache2-bin i386 2.4.38-3+deb10u3
Err:1 https://deb.debian.org/debian buster/main i386 apache2-bin i386 2.4.38-3+deb10u3
  404  Not Found [IP: 199.232.190.132 443]
Ign:2 https://deb.debian.org/debian buster/main i386 apache2-data all 2.4.38-3+deb10u3
Err:2 https://deb.debian.org/debian buster/main i386 apache2-data all 2.4.38-3+deb10u3
  404  Not Found [IP: 199.232.190.132 443]
Ign:3 https://deb.debian.org/debian buster/main i386 apache2-utils i386 2.4.38-3+deb10u3
Err:3 https://deb.debian.org/debian buster/main i386 apache2-utils i386 2.4.38-3+deb10u3
  404  Not Found [IP: 199.232.190.132 443]
Ign:4 https://deb.debian.org/debian buster/main i386 apache2 i386 2.4.38-3+deb10u3
Err:4 https://deb.debian.org/debian buster/main i386 apache2 i386 2.4.38-3+deb10u3
  404  Not Found [IP: 199.232.190.132 443]
E: Failed to fetch http://security.debian.org/pool/updates/main/a/apache2/apache2-bin_2.4.38-3+deb10u3_i386.deb  404  Not Found [IP: 199.232.190.132 443]
E: Failed to fetch http://security.debian.org/pool/updates/main/a/apache2/apache2-data_2.4.38-3+deb10u3_all.deb  404  Not Found [IP: 199.232.190.132 443]
E: Failed to fetch http://security.debian.org/pool/updates/main/a/apache2/apache2-utils_2.4.38-3+deb10u3_i386.deb  404  Not Found [IP: 199.232.190.132 443]
E: Failed to fetch http://security.debian.org/pool/updates/main/a/apache2/apache2_2.4.38-3+deb10u3_i386.deb  404  Not Found [IP: 199.232.190.132 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Any idea what's going on and what I could do? Many thanks in advance.
 
Old 07-25-2022, 03:30 PM   #2
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,327

Rep: Reputation: 1481Reputation: 1481Reputation: 1481Reputation: 1481Reputation: 1481Reputation: 1481Reputation: 1481Reputation: 1481Reputation: 1481Reputation: 1481
First, you should, with that many (96) packages waiting for update, run `sudo apt update && sudo apt upgrade' to get the system fully updated. (you said you did the update but failed to mention the upgrade)

Second, a 404 error is "not found" meaning the page (document) is not found on that server.
Code:
E: Failed to fetch http://security.debian.org/pool/updates/main/a/apache2/apache2-bin_2.4.38-3+deb10u3_i386.deb  404  Not Found [IP: 199.232.190.132 443]
E: Failed to fetch http://security.debian.org/pool/updates/main/a/apache2/apache2-data_2.4.38-3+deb10u3_all.deb  404  Not Found [IP: 199.232.190.132 443]
E: Failed to fetch http://security.debian.org/pool/updates/main/a/apache2/apache2-utils_2.4.38-3+deb10u3_i386.deb  404  Not Found [IP: 199.232.190.132 443]
E: Failed to fetch http://security.debian.org/pool/updates/main/a/apache2/apache2_2.4.38-3+deb10u3_i386.deb  404  Not Found [IP: 199.232.190.132 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
these errors tell you exactly what package and what the results were.

I can verify that my system will also not find those packages at that site. Maybe the package is not available? Maybe it is not at that repo? Someone who uses a 32 bit system may be able to assist.
 
1 members found this post helpful.
Old 07-26-2022, 07:07 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Example, valid link listings
https://packages.debian.org/buster/i...ache2/download
https://packages.debian.org/buster/i...2-bin/download
https://packages.debian.org/buster/a...-data/download
https://packages.debian.org/buster/i...utils/download

( I don't see any "https" links )


-
 
1 members found this post helpful.
Old 08-10-2022, 04:15 PM   #4
msm1
LQ Newbie
 
Registered: Jul 2022
Distribution: lmde3 and 4 cindy & debbie
Posts: 2

Original Poster
Rep: Reputation: 0
@ computersavvy

many thanks, upgrading (which doesn't mean upgrading to lmde5) was the right step. After that, apache installed itself smoothly.
 
  


Reply

Tags
apache2


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
OpenIndiana multiboot with : LMDE4, Devuan and W10 joellapointe1717 Solaris / OpenSolaris 3 05-15-2020 11:26 PM
LXer: Linux Mint Debian Edition 4 “Debbie” Released, This Is What’s New LXer Syndicated Linux News 0 03-23-2020 07:43 PM
LXer: Linux Mint Debian Edition 4 to Be Dubbed "Debbie," New Linux Mint Logo Unveiled LXer Syndicated Linux News 0 10-01-2019 11:44 PM
Hello my name is Debbie Page Debbie Page LinuxQuestions.org Member Intro 2 01-09-2008 06:37 PM

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

All times are GMT -5. The time now is 05:27 AM.

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