Updating 14.04.03
Tom H
tomh0665 at gmail.com
Tue Apr 20 09:26:46 UTC 2021
On Mon, Apr 19, 2021 at 6:03 PM Jerry Geis <jerry.geis at gmail.com> wrote:
> On Mon, Apr 19, 2021 at 11:43 AM Tom H <tomh0665 at gmail.com> wrote:
>> On Mon, Apr 19, 2021 at 5:06 PM Jerry Geis <jerry.geis at gmail.com> wrote:
>>>
>>> So looking again (the document says look at my sources.list) file -
>>> my release Trusty Tahr" is not list at http://old-releases.ubuntu.com/ubuntu/dists/
>>
>> It's still at
>>
>> http://archive.ubuntu.com/ubuntu/dists/
>
> So my source.list file has this:
>
> deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
> deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
>
> The issue is its looking for a file called Packages - and there is
> no longer that file - its not Packages.gz
What's the full output?
You can use "-o Acquire::CompressionTypes::Order::=gz" or "-o
Acquire::CompressionTypes::Order::=bz2" to your "apt-get update"
command to specify a file type.
This is what I get:
# cat /etc/apt/sources.list
deb http://us.archive.ubuntu.com/ubuntu trusty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu trusty main restricted
# apt-get update
Ign:1 http://us.archive.ubuntu.com/ubuntu trusty InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu trusty Release [58.5 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu trusty Release.gpg [933 B]
Get:4 http://us.archive.ubuntu.com/ubuntu trusty/restricted Sources [5,433 B]
Get:5 http://us.archive.ubuntu.com/ubuntu trusty/main Sources [1,064 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu trusty/main amd64 Packages [1,350 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu trusty/restricted amd64
Packages [13.0 kB]
Fetched 2,493 kB in 2s (1,159 kB/s)
Reading package lists... Done
#
You should also have "trusty-security" and "trusty-updates" in "sources.list".
Why do you have "deb-src"? Are you building/rebuilding debs?
More information about the ubuntu-users
mailing list