Install Snap di Centos/RHEL


Step by step

  1. Install epel-release
    # yum install epel-release
  2. Install snapd
    # yum install snapd
  3. Enable snapd
    # systemctl enable –now snapd.socket
  4. Buat system link snap
    # ln -s /var/lib/snapd/snap /snap

Di tulis oleh: