1

I would like to install https://microk8s.io/ on my VPS server based on Ubuntu 18.04 but I've got the following error message:

apt-get install snapd
Reading package lists... Done
Building dependency tree... Done
E: Unable to locate package snapd

What am I doing wrong?

1 Answers1

1

It is pre-installed software.

Type dpkg -l snapd to check snapd package status. It will show you it is installed, configured, deleted and so on.