KiraCore / testnet

public testnet coordination
Other
31 stars 28 forks source link

Installer fails on ubuntu LTS 'jammy' #71

Open merakrun opened 2 years ago

merakrun commented 2 years ago
Reading package lists... Done
+ apt-get install -y --allow-unauthenticated --allow-downgrades --allow-remove-essential --allow-change-held-packages python python3 python3-pip software-properties-common tar jq php-cli zip unzip p7zip-full php7.4-gmp php-mbstring md5deep sysstat htop ccze
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'hashdeep' instead of 'md5deep'
Package python is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  python2-minimal:i386 python2:i386 python2-minimal python2 dh-python 2to3 python-is-python3

Package php7.4-gmp is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python' has no installation candidate
E: Package 'php7.4-gmp' has no installation candidate
Fenixs8973 commented 1 year ago

The error "E: Package 'php7.4-gmp' has no candidate for installation" can be solved by running the following commands: https://stackoverflow.com/questions/61509312/how-can-i-install-php7-4-on-ubuntu-19-04 But I still haven't figured out how to solve the problem with "E: The 'python' package doesn't have an installation candidate"