Winboat install

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:

  1. The Docker client contacted the Docker daemon.
  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
  3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
  4. 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.

first you need to follow this, step by step

and after download WinBoat deb file an install it from here

1 Like

Thank you for the reply! Is my first part already dealt with? Does it look to you like Docker is working and now I just need to install the second half of this? WinBoat? -Or is there maybe something still pending ?

To be sure i could be better to remove docker like the first part suggest

sudo apt remove $(dpkg --get-selections docker.io docker-compose docker-compose-v2 docker-doc podman-docker containerd runc | cut -f1)

and after you install WinBoat

So just as I suspected would happen - an error message of some kind here trying to install windows 11. I'm still an new user and I don't have the expertise here that all you have. Can someone please make this easy for me to understand? I don't know why one can't just go through the buttons and prompts and have this install the way it needs to. Linux always leaves you guessing and having to spend so much time trying to research on how to install something to try and make life easy- but never the case!

I restarted my machine to see if anything maybe fixed itself. I tried to run winboat and see what happens. It says container unknown Etc... I guess I don't know how to start Docker. I ran the command, not sure since I'm not familiar with this.

I really wish the Zorin team would have made this a part of the system!

Zorin Team don't manage third party software, you have to ask to the Winboat team why docker won't run as expected.

So I continued to try and Winboat NEVER fully installs and only gets my energy bill skyhigh after leaving it on all night hoping at some point it installs. It does not. Yes, my BIOS is set to virtualization.

So I tried Podman. The GUI is not intuitive or clear Tried command lines... Nothing. When I start WInboat I get No option to switch to Podman. I don't understand any of this. Will Windows beat me yet again?

Like I said you you need to get support on the the Winboat Discord, I'm sure they could help you

here maybe a solution

SO being very frustrated unable to install winboat on Zorin after several days, uninstalling and installing Docker and winboat and general trouble shooting- I decided to try another linux distro to try this and see if the same issues came up elsewhere. I tried MINT and guess what? It installed with no effort, no problem and seems to work on the first try. WHy Zorin? WHy?

So by now I have probably made a mess out of my OS here uninstalling and reinstalling and trying to outguess the problem here of this not working. So now I'm asking for help in cleaning out my install and I guess trying to start over. I got an email from WInboats claiming they don't own Winboats and its not their product. -Very Strange! So please help me clear this out and try and start from scratch. Thanks

Are you sure you didn't send a email to Docker and not Winboat ?

To remove do that
For docker

sudo apt purge $(dpkg --get-selections docker.io docker-compose docker-compose-v2 docker-doc podman-docker containerd runc | cut -f1)

For Podman

sudo apt purge podman

For Winboat

sudo apt purge winboat
Name@Name-OMEN-30L-Desktop-GT13-1xxx:~$ sudo apt purge $(dpkg --get-selections docker.io docker-compose docker-compose-v2 docker-doc podman-docker containerd runc | cut -f1)
dpkg: no packages found matching docker-compose-v2
dpkg: no packages found matching docker-doc
dpkg: no packages found matching podman-docker
[sudo] password for oscar:          
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.
0 upgraded, 0 newly installed, 0 to remove and 154 not upgraded.
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ sudo apt purge winboat
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package winboat
name@name-OMEN-30L-Desktop-GT13-1xxx:~$ 

```So- when removing winboat, it says that winboat isn't there- Even though I have been running it trying to install it all this time!  Could it be that somehow it wasn't installed after all?   Even though I downloaded it several times over?   Weird.

did you install winboat as deb file or launch it as Appimage ?
and please do what is suggested

and sudo apt upgrade to update you computer !

I had chosen to install the appimage then ran it after it downloaded. I always update the system before I start over./ MAybe not- I always check the software gui and it says uptotdate however many minutes ago- but running the command just ouptut a bunch of stuff.. hmmm

Then Winboat isn't installed. An AppImage run for itself. It is like a protable Program from Windows. When You delete the AppImage of Winboat, it will be gone. But only that. Not the installed Dependencies.

Hmm Ok thanks! -Yeah the online stuff I read said to download the APPIMAGE which is why I did that....

So I'm trying again here and I tried to start the Docker engine and here is what returned

name@name-OMEN-30L-Desktop-GT13-1xxx:~$ systemctl --user start docker-desktop   
Failed to start docker-desktop.service: Unit docker-desktop.service not found.

if you want to try again winboat don't use AppImage but take the deb file and follow all the guides I gave you