I have an old machine (10.4-RELEASE) and I need to install Python 3.8 on it.
This is my pkg.conf file:
This is what I get when I try to update the repository:
I know it is an old version and the repository has been offline for a long while, but I'd like to know if there is a way.
This is my pkg.conf file:
Code:
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
This is what I get when I try to update the repository:
Code:
# pkg update
Updating FreeBSD repository catalogue...
pkg: repository meta /var/db/pkg/FreeBSD.meta has wrong version 2
pkg: Repository FreeBSD load error: meta cannot be loaded No error: 0
pkg: http://pkg.FreeBSD.org/FreeBSD:10:amd64/quarterly/meta.txz: Not Found
repository FreeBSD has no meta file, using default settings
pkg: http://pkg.FreeBSD.org/FreeBSD:10:amd64/quarterly/packagesite.txz: Not Found
Unable to update repository FreeBSD
Error updating repositories!
I know it is an old version and the repository has been offline for a long while, but I'd like to know if there is a way.