Error installing python...

Hi i tried to install python using
pkg install python

and I get this Error:

root@myproject:~ # pkg install python
Updating FreeBSD repository catalogue...
pkg: http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/meta.txz: Not Found
repository FreeBSD has no meta file, using default settings
pkg: http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/packagesite.txz: Not Found
Unable to update repository FreeBSD
Error updating repositories!
root@myproject:~ #


Has anybody an idea how to fix this problem?

THANK YOU VERY MUCH! I REALLY NEED THIS <3
 
Hi,
You should write the Python version. for example for python 3.10
pkg install python310
or
pkg install python39
for python 3.9 and etc...
And as SirDice said your FreeBSD version is too old.
 
Back
Top