If you perform an
apt-cache search python | grep -E "31|3\.1"
do you get any hits?Alternately try an
apt-cache search python3
. If nothing comes up for either query then you'll need to go the manual route.
Thanks Jim, your first suggestion gives me:
dell@dell-laptop:~$ apt-cache search python | grep -E "31|3\.1"
python-xen-3.1 - python bindings for Xen, a Virtual Machine Monitor
dell@dell-laptop:~$
Your second code finds nothing, so it looks that Python3 it isn't there yet.