Can anyone please provide the proper instructions on how to install WINBOAT here? I have tried online here and havn't been able to install on my machine here.
This is my attempt to install a fourth time here and ultimately a message at the end ( at the bottom) told me permission was denied-
tyname@name-OMEN-30L-Desktop-GT13-1xxx:~$ sudo apt install docker
[sudo] password for "name":
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package docker 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:
wmdocker
E: Package 'docker' has no installation candidate
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ sudo systemctl start docker
sudo systemctl enable docker
Failed to start docker.service: Unit docker.service not found.
Failed to enable unit: Unit file docker.service does not exist.
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ sudo usermod -aG docker $USER
usermod: group 'docker' does not exist
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ docker run hello-world
permission denied while trying to connect to the docker API at unix:///var/run/docker.sock
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ sudo usermod -aG docker $USERCopied!
usermod: group 'docker' does not exist
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ sudo apt-get update
sudo apt-get install ca-certificates curl gnupg
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo chmod a+r /etc/apt/keyrings/docker.gpg
Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu noble InRelease
Get:3 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Hit:4 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:5 https://packages.zorinos.com/stable noble InRelease
Hit:6 https://packages.zorinos.com/patches noble InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:8 https://packages.zorinos.com/apps noble InRelease
Hit:9 https://ppa.launchpadcontent.net/zorinos/apps/ubuntu noble InRelease
Hit:10 https://packages.zorinos.com/drivers noble InRelease
Get:11 http://us.archive.ubuntu.com/ubuntu noble-updates/main i386 Packages [613 kB]
Hit:12 https://ppa.launchpadcontent.net/zorinos/drivers/ubuntu noble InRelease
Hit:13 https://ppa.launchpadcontent.net/zorinos/patches/ubuntu noble InRelease
Hit:14 https://ppa.launchpadcontent.net/zorinos/stable/ubuntu noble InRelease
Get:15 http://us.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1,962 kB]
Get:16 http://us.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [350 kB]
Fetched 3,051 kB in 3s (1,030 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ca-certificates is already the newest version (20240203).
curl is already the newest version (8.5.0-2ubuntu10.9).
curl set to manually installed.
gnupg is already the newest version (2.4.4-2ubuntu17.4).
The following packages were automatically installed and are no longer required:
apparmor-profiles folder-color libetonyek-0.1-1 libwayland-server0:i386
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded.
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:2 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu noble InRelease
Get:4 https://download.docker.com/linux/ubuntu noble InRelease [48.5 kB]
Hit:5 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:7 https://packages.zorinos.com/stable noble InRelease
Get:8 https://download.docker.com/linux/ubuntu noble/stable amd64 Packages [52.9 kB]
Hit:9 https://packages.zorinos.com/patches noble InRelease
Hit:10 https://ppa.launchpadcontent.net/zorinos/apps/ubuntu noble InRelease
Hit:11 https://packages.zorinos.com/apps noble InRelease
Hit:12 https://ppa.launchpadcontent.net/zorinos/drivers/ubuntu noble InRelease
Hit:13 https://packages.zorinos.com/drivers noble InRelease
Hit:14 https://ppa.launchpadcontent.net/zorinos/patches/ubuntu noble InRelease
Hit:15 https://ppa.launchpadcontent.net/zorinos/stable/ubuntu noble InRelease
Fetched 101 kB in 1s (78.8 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
apparmor-profiles folder-color libetonyek-0.1-1 libwayland-server0:i386
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
docker-ce-rootless-extras git git-man liberror-perl libslirp0 pigz
slirp4netns
Suggested packages:
cgroupfs-mount | cgroup-lite docker-model-plugin git-daemon-run
| git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
git-mediawiki git-svn
The following NEW packages will be installed:
containerd.io docker-buildx-plugin docker-ce docker-ce-cli
docker-ce-rootless-extras docker-compose-plugin git git-man liberror-perl
libslirp0 pigz slirp4netns
0 upgraded, 12 newly installed, 0 to remove and 145 not upgraded.
Need to get 99.7 MB of archives.
After this operation, 390 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu noble/universe amd64 pigz amd64 2.8-1 [65.6 kB]
Get:2 https://download.docker.com/linux/ubuntu noble/stable amd64 containerd.io amd64 2.2.3-1~ubuntu.24.04~noble [23.6 MB]
Get:3 http://us.archive.ubuntu.com/ubuntu noble/main amd64 liberror-perl all 0.17029-2 [25.6 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu noble-updates/main amd64 git-man all 1:2.43.0-1ubuntu7.3 [1,100 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu noble-updates/main amd64 git amd64 1:2.43.0-1ubuntu7.3 [3,680 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu noble/main amd64 libslirp0 amd64 4.7.0-1ubuntu3 [63.8 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu noble/universe amd64 slirp4netns amd64 1.2.1-1build2 [34.9 kB]
Get:8 https://download.docker.com/linux/ubuntu noble/stable amd64 docker-ce-cli amd64 5:29.4.2-2~ubuntu.24.04~noble [17.0 MB]
Get:9 https://download.docker.com/linux/ubuntu noble/stable amd64 docker-ce amd64 5:29.4.2-2~ubuntu.24.04~noble [22.7 MB]
Get:10 https://download.docker.com/linux/ubuntu noble/stable amd64 docker-buildx-plugin amd64 0.33.0-1~ubuntu.24.04~noble [16.9 MB]
Get:11 https://download.docker.com/linux/ubuntu noble/stable amd64 docker-ce-rootless-extras amd64 5:29.4.2-2~ubuntu.24.04~noble [6,560 kB]
Get:12 https://download.docker.com/linux/ubuntu noble/stable amd64 docker-compose-plugin amd64 5.1.3-1~ubuntu.24.04~noble [8,023 kB]
Fetched 99.7 MB in 10s (9,551 kB/s)
Selecting previously unselected package containerd.io.
(Reading database ... 299791 files and directories currently installed.)
Preparing to unpack .../00-containerd.io_2.2.3-1~ubuntu.24.04~noble_amd64.deb ...
Unpacking containerd.io (2.2.3-1~ubuntu.24.04~noble) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../01-docker-ce-cli_5%3a29.4.2-2~ubuntu.24.04~noble_amd64.deb ...
Unpacking docker-ce-cli (5:29.4.2-2~ubuntu.24.04~noble) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../02-docker-ce_5%3a29.4.2-2~ubuntu.24.04~noble_amd64.deb ...
Unpacking docker-ce (5:29.4.2-2~ubuntu.24.04~noble) ...
Selecting previously unselected package pigz.
Preparing to unpack .../03-pigz_2.8-1_amd64.deb ...
Unpacking pigz (2.8-1) ...
Selecting previously unselected package docker-buildx-plugin.
Preparing to unpack .../04-docker-buildx-plugin_0.33.0-1~ubuntu.24.04~noble_amd64.deb ...
Unpacking docker-buildx-plugin (0.33.0-1~ubuntu.24.04~noble) ...
Selecting previously unselected package docker-ce-rootless-extras.
Preparing to unpack .../05-docker-ce-rootless-extras_5%3a29.4.2-2~ubuntu.24.04~noble_amd64.deb ...
Unpacking docker-ce-rootless-extras (5:29.4.2-2~ubuntu.24.04~noble) ...
Selecting previously unselected package docker-compose-plugin.
Preparing to unpack .../06-docker-compose-plugin_5.1.3-1~ubuntu.24.04~noble_amd64.deb ...
Unpacking docker-compose-plugin (5.1.3-1~ubuntu.24.04~noble) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../07-liberror-perl_0.17029-2_all.deb ...
Unpacking liberror-perl (0.17029-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../08-git-man_1%3a2.43.0-1ubuntu7.3_all.deb ...
Unpacking git-man (1:2.43.0-1ubuntu7.3) ...
Selecting previously unselected package git.
Preparing to unpack .../09-git_1%3a2.43.0-1ubuntu7.3_amd64.deb ...
Unpacking git (1:2.43.0-1ubuntu7.3) ...
Selecting previously unselected package libslirp0:amd64.
Preparing to unpack .../10-libslirp0_4.7.0-1ubuntu3_amd64.deb ...
Unpacking libslirp0:amd64 (4.7.0-1ubuntu3) ...
Selecting previously unselected package slirp4netns.
Preparing to unpack .../11-slirp4netns_1.2.1-1build2_amd64.deb ...
Unpacking slirp4netns (1.2.1-1build2) ...
Setting up liberror-perl (0.17029-2) ...
Setting up docker-buildx-plugin (0.33.0-1~ubuntu.24.04~noble) ...
Setting up containerd.io (2.2.3-1~ubuntu.24.04~noble) ...
Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /usr/lib/systemd/system/containerd.service.
Setting up docker-compose-plugin (5.1.3-1~ubuntu.24.04~noble) ...
Setting up docker-ce-cli (5:29.4.2-2~ubuntu.24.04~noble) ...
Setting up libslirp0:amd64 (4.7.0-1ubuntu3) ...
Setting up pigz (2.8-1) ...
Setting up git-man (1:2.43.0-1ubuntu7.3) ...
Setting up docker-ce-rootless-extras (5:29.4.2-2~ubuntu.24.04~noble) ...
Setting up slirp4netns (1.2.1-1build2) ...
Setting up docker-ce (5:29.4.2-2~ubuntu.24.04~noble) ...
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /usr/lib/systemd/system/docker.service.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /usr/lib/systemd/system/docker.socket.
Setting up git (1:2.43.0-1ubuntu7.3) ...
Processing triggers for man-db (2.12.0-4build2) ...
Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ sudo usermod -aG docker $USER
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ docker run hello-world
permission denied while trying to connect to the docker API at unix:///var/run/docker.sock
pe or paste code here
UPDATE AFTER RESTART ]
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
4f55086f7dd0: Pull complete
d5e71e642bf5: Download complete
Digest: sha256:f9078146db2e05e794366b1bfe584a14ea6317f44027d10ef7dad65279026885
Status: Downloaded newer image for hello-world:latest
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
- The Docker client contacted the Docker daemon.
- The Docker daemon pulled the "hello-world" image from the Docker Hub.
(amd64) - The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading. - The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/
For more examples and ideas, visit:
Get started | Docker Docs
type or paste code here
So It appears that DOCKER is installed correctly unless someone else who knows better says different- NOW, I need to know how to install WINBOAT in order to install some windows apps.


