Closed mehrant95 closed 4 years ago
- Install to existing Ubuntu 18.04 or 20.04 server (for more advanced users)
As the prompt says, Ubuntu 16.04 is not supported. 20.04 is the best choice.
It sounds like Hostinger has modified 18.04. Try a different provider.
Describe the bug I tried to setup Algo on my VPS (from Hostinger), running Ubuntu 16.04. After installing python3.6 and other dependencies, i ran the setup with
./algo
command but it got this error:I searched and came with issue #1443, so i ran
sudo apt install apparmor
command. Running the setup again, the error seems to be gone (actually ignored) but i got another error. Here is the full log:I also tired installing Algo on Ubuntu 18.04 (same VPS) but during installation, it got an error that
systemd-resolved
service is masked. I searched the error but couldn't find anyway to unmask the service.