<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 10, 2022 at 4:19 AM Oliver Grawert <<a href="mailto:ogra@ubuntu.com">ogra@ubuntu.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">hi,<br>
Am Samstag, dem 08.10.2022 um 13:57 -0400 schrieb Jerry Geis:<br>
> I am trying to do apt-install build-essential<br>
> ...<br>
>   404  Not Found [IP: 91.189.91.38 80]<br>
> <br>
> Whats up ?<br>
<br>
as colin said, you will need apt update first, this updates the package<br>
database information, not the packages themselves ... among that info<br>
is also the location of the package in the package pool.<br>
your package db points to the older package which has been removed when<br>
a newer version has shown up in the pool, thus the 404 ...<br>
<br>
in older (debian installer based) auto-installs you'd have done the<br>
install of additional packages from a "late-command" script and would<br>
have called apt update from there as the first step ... i assume the<br>
new installer has some equivalent to "late-command" ...<br>
<br>
ciao<br>
        oli<br>
-- <br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a></blockquote><div><br></div><div><br></div><div>I found this </div><div><br></div><div>   refresh-installer:</div>    update: yes<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Seems to have helped.</div><div class="gmail_quote">Thanks!</div><div class="gmail_quote"><br></div><div class="gmail_quote">Jerry</div></div>