Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 4.4.0-19041-Microsoft x86_64)
 - * Documentation: https://help.ubuntu.com
 - * Management: https://landscape.canonical.com
 - * Support: https://ubuntu.com/advantage
 - /etc/update-motd.d/50-landscape-sysinfo: 17: cannot create /var/lib/landscape/landscape-sysinfo.cache: Permission denied
 - 37 updates can be applied immediately.
 - 16 of these updates are standard security updates.
 - To see these additional updates run: apt list --upgradable
 - This message is shown once a day. To disable it please create the
 - /home/bitmen/.hushlogin file.
 - bitmen@DESKTOP-2QHOPRA:~$
 - bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get update
 - [sudo] password for bitmen:
 - Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease
 - Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
 - Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
 - Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
 - Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
 - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [600 kB]
 - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [141 kB]
 - Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [337 kB]
 - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [52.2 kB]
 - Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [422 kB]
 - Fetched 1876 kB in 24s (78.3 kB/s)
 - Reading package lists... Done
 - bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get update
 - Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
 - Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
 - Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
 - Hit:4 https://download.docker.com/linux/ubuntu jammy InRelease
 - Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
 - Reading package lists... Done
 - bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get install apt-transport-https ca-certificates curl gnupg software-properties-commonReading package lists... Done
 - Building dependency tree... Done
 - Reading state information... Done
 - ca-certificates is already the newest version (20211016).
 - curl is already the newest version (7.81.0-1ubuntu1.4).
 - gnupg is already the newest version (2.2.27-3ubuntu2.1).
 - apt-transport-https is already the newest version (2.4.7).
 - The following additional packages will be installed:
 - python3-software-properties
 - The following packages will be upgraded:
 - python3-software-properties software-properties-common
 - 2 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
 - Need to get 42.9 kB of archives.
 - After this operation, 0 B of additional disk space will be used.
 - Do you want to continue? [Y/n] Y
 - Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.3 [14.1 kB]
 - Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.3 [28.8 kB]
 - Fetched 42.9 kB in 1s (33.8 kB/s)
 - (Reading database ... 55493 files and directories currently installed.)
 - Preparing to unpack .../software-properties-common_0.99.22.3_all.deb ...
 - Unpacking software-properties-common (0.99.22.3) over (0.99.22.2) ...
 - Preparing to unpack .../python3-software-properties_0.99.22.3_all.deb ...
 - Unpacking python3-software-properties (0.99.22.3) over (0.99.22.2) ...
 - Setting up python3-software-properties (0.99.22.3) ...
 - Setting up software-properties-common (0.99.22.3) ...
 - Processing triggers for man-db (2.10.2-1) ...
 - Processing triggers for dbus (1.12.20-2ubuntu4) ...
 - Scanning processes...
 - Scanning candidates...
 - Scanning processor microcode...
 - Scanning linux images...
 - Failed to retrieve available kernel versions.
 - Failed to check for processor microcode upgrades.
 - No services need to be restarted.
 - No containers need to be restarted.
 - User sessions running outdated binaries:
 - bitmen @ /dev/tty1: bash[9]
 - root @ /dev/pts/0: sh[774]
 - root @ /dev/tty1: init[8]
 - No VM guests are running outdated hypervisor (qemu) binaries on this host.
 - bitmen@DESKTOP-2QHOPRA:~$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
 - bitmen@DESKTOP-2QHOPRA:~$ ^M
 - : command not found
 - bitmen@DESKTOP-2QHOPRA:~$
 - bitmen@DESKTOP-2QHOPRA:~$
 - bitmen@DESKTOP-2QHOPRA:~$
 - bitmen@DESKTOP-2QHOPRA:~$
 - bitmen@DESKTOP-2QHOPRA:~$ ^M
 - : command not found
 - bitmen@DESKTOP-2QHOPRA:~$ echo \
 - > "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
 - > $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
 - bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get update
 - Hit:1 http://archive.ubuntu.com/ubuntu jammy InReleased.io
 - Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
 - Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
 - Hit:4 https://download.docker.com/linux/ubuntu jammy InRelease
 - Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
 - Reading package lists... Done
 - bitmen@DESKTOP-2QHOPRA:~$ docker --version
 - Docker version 20.10.18, build b40c2f6
 - bitmen@DESKTOP-2QHOPRA:~$ sudo docker run hello-world
 - docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
 - See 'docker run --help'.
 - bitmen@DESKTOP-2QHOPRA:~$ sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
 - % Total % Received % Xferd Average Speed Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
 - 100 12.1M 100 12.1M 0 0 1304k 0 0:00:09 0:00:09 --:--:-- 4340k
 - bitmen@DESKTOP-2QHOPRA:~$ sudo chmod +x /usr/local/bin/docker-compose
 - bitmen@DESKTOP-2QHOPRA:~$ docker-compose --version
 - docker-compose version 1.29.2, build 5becea4c
 - bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get install fswatch jq rsync curl
 - Reading package lists... Done
 - Building dependency tree... Done
 - Reading state information... Done
 - jq is already the newest version (1.6-2.1ubuntu3).
 - rsync is already the newest version (3.2.3-8ubuntu3).
 - fswatch is already the newest version (1.14.0+repack-13.1).
 - curl is already the newest version (7.81.0-1ubuntu1.4).
 - 0 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
 - bitmen@DESKTOP-2QHOPRA:~$ mkdir umbrel
 - mkdir: cannot create directory ‘umbrel’: File exists
 - bitmen@DESKTOP-2QHOPRA:~$ cd umbrel
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://github.com/getumbrel/umbrel/archive/v0.4.0.tar.gz | tar -xz --strip-components=1
 - % Total/usr/bin/gzip: 1: ELF: not found
 - % Received % Xferd Average Spe/usr/bin/gzip: 3: e: not foundd
 - /usr/bin/gzip: 4: Syntax error: "(" unexpected
 - Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
 - tar: Child died with signal 13
 - tar: Error is not recoverable: exiting now
 - 100 17745 0 17745 0 0 2553 0 --:--:-- 0:00:06 --:--:-- 2553
 - curl: (23) Failure writing output to destination
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ sudo ./scripts/start
 - sudo: ./scripts/start: command not found
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd Umbrel
 - -bash: cd: Umbrel: No such file or directory
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash
 - % Total % Received % Xferd Average Speed Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 100 41 100 41 0 0 26 0 0:00:01 0:00:01 --:--:-- 26
 - 100 7060 100 7060 0 0 3290 0 0:00:02 0:00:02 --:--:-- 0
 - About to install Umbrel in "/home/bitmen/umbrel".
 - If you would like to install somewhere else you can specify a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - Waiting for 10 seconds...
 - You may press Ctrl+C now to abort the install.
 - It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
 - If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
 - You can pass flags to the installer like this:
 - curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
 - Waiting for 30 seconds...
 - You may press Ctrl+C now to abort the install.
 - Error: Umbrel install path "/home/bitmen/umbrel" already contains files
 - You can install Umbrel in a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - % Total % Received % Xferd Average Speed Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 100 41 100 41 0 0 49 0 --:--:-- --:--:-- --:--:-- 49
 - 100 7060 100 7060 0 0 6750 0 0:00:01 0:00:01 --:--:-- 6750
 - About to install Umbrel in "/some/path".
 - If you would like to install somewhere else you can specify a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - Waiting for 10 seconds...
 - You may press Ctrl+C now to abort the install.
 - It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
 - If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
 - You can pass flags to the installer like this:
 - curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
 - Waiting for 30 seconds...
 - You may press Ctrl+C now to abort the install.
 - mkdir: cannot create directory ‘/some’: Permission denied
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ sudo curl -L https://umbrel.sh | bash -s -- --install-path ~/umbrel
 - [sudo] password for bitmen:
 - % Total % Received % Xferd Average Speed Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 100 41 100 41 0 0 16 0 0:00:02 0:00:02 --:--:-- 16
 - 100 7060 100 7060 0 0 2334 0 0:00:03 0:00:03 --:--:-- 20345
 - About to install Umbrel in "/home/bitmen/umbrel".
 - If you would like to install somewhere else you can specify a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - Waiting for 10 seconds...
 - You may press Ctrl+C now to abort the install.
 - It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
 - If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
 - You can pass flags to the installer like this:
 - curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
 - Waiting for 30 seconds...
 - You may press Ctrl+C now to abort the install.
 - Error: Umbrel install path "/home/bitmen/umbrel" already contains files
 - You can install Umbrel in a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - % Total % Received % Xferd Average Speed Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 100 41 100 41 0 0 47 0 --:--:-- --:--:-- --:--:-- 47
 - 100 7060 100 7060 0 0 6404 0 0:00:01 0:00:01 --:--:-- 6404
 - About to install Umbrel in "/some/path".
 - If you would like to install somewhere else you can specify a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - Waiting for 10 seconds...
 - You may press Ctrl+C now to abort the install.
 - It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
 - If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
 - You can pass flags to the installer like this:
 - curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
 - Waiting for 30 seconds...
 - You may press Ctrl+C now to abort the install.
 - mkdir: cannot create directory ‘/some’: Permission denied
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd Desktop/
 - -bash: cd: Desktop/: No such file or directory
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd Umbrel
 - -bash: cd: Umbrel: No such file or directory
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s
 - % Total % Received % Xferd Average Speed Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 100 41 100 41 0 0 29 0 0:00:01 0:00:01 --:--:-- 29
 - 100 7060 100 7060 0 0 3369 0 0:00:02 0:00:02 --:--:-- 3369
 - About to install Umbrel in "/home/bitmen/umbrel".
 - If you would like to install somewhere else you can specify a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - Waiting for 10 seconds...
 - You may press Ctrl+C now to abort the install.
 - It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
 - If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
 - You can pass flags to the installer like this:
 - curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
 - Waiting for 30 seconds...
 - You may press Ctrl+C now to abort the install.
 - Error: Umbrel install path "/home/bitmen/umbrel" already contains files
 - You can install Umbrel in a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - % Total % Received % Xferd Average Speed Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 100 41 100 41 0 0 21 0 0:00:01 0:00:01 --:--:-- 21
 - 100 7060 100 7060 0 0 3380 0 0:00:02 0:00:02 --:--:-- 3380
 - About to install Umbrel in "/some/path".
 - If you would like to install somewhere else you can specify a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - Waiting for 10 seconds...
 - You may press Ctrl+C now to abort the install.
 - It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
 - If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
 - You can pass flags to the installer like this:
 - curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
 - Waiting for 30 seconds...
 - You may press Ctrl+C now to abort the install.
 - mkdir: cannot create directory ‘/some’: Permission denied
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ ls
 - ''$'\001\020''3@pu'$'\001''@8'$'\r''@'$'\036\035\006\004''@@@�'$'\002''�'$'\002\b\003\004\030\003\030\003\030\003\034\034\001\001\004''�'$'\037''�'$'\037\020\001\005'
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd
 - bitmen@DESKTOP-2QHOPRA:~$ pwd
 - /home/bitmen
 - bitmen@DESKTOP-2QHOPRA:~$ curl -L https://umbrel.sh | bash -s
 - % Total % Received % Xferd Average Speed Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 100 41 100 41 0 0 52 0 --:--:-- --:--:-- --:--:-- 52
 - 100 7060 100 7060 0 0 5142 0 0:00:01 0:00:01 --:--:-- 12720
 - About to install Umbrel in "/home/bitmen/umbrel".
 - If you would like to install somewhere else you can specify a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - Waiting for 10 seconds...
 - You may press Ctrl+C now to abort the install.
 - It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
 - If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
 - You can pass flags to the installer like this:
 - curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
 - Waiting for 30 seconds...
 - You may press Ctrl+C now to abort the install.
 - Error: Umbrel install path "/home/bitmen/umbrel" already contains files
 - You can install Umbrel in a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - bitmen@DESKTOP-2QHOPRA:~$ sudo rm -rf ~/umbrel/*
 - [sudo] password for bitmen:
 - bitmen@DESKTOP-2QHOPRA:~$
 - bitmen@DESKTOP-2QHOPRA:~$
 - bitmen@DESKTOP-2QHOPRA:~$ ~/umbrel
 - -bash: /home/bitmen/umbrel: Is a directory
 - bitmen@DESKTOP-2QHOPRA:~$ cd umbrel
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ .
 - -bash: .: filename argument required
 - .: usage: . filename [arguments]
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ sudo rm -rf ~/umbrel/*
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$
 - bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd
 - bitmen@DESKTOP-2QHOPRA:~$
 - bitmen@DESKTOP-2QHOPRA:~$
 - bitmen@DESKTOP-2QHOPRA:~$ sudo rm -rf ~/umbrel/*
 - bitmen@DESKTOP-2QHOPRA:~$ curl -L https://umbrel.sh | bash -s – --install-path ~/umbrel
 - % Total % Received % Xferd Average Speed Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 100 41 100 41 0 0 16 0 0:00:02 0:00:02 --:--:-- 16
 - 100 7060 100 7060 0 0 2267 0 0:00:03 0:00:03 --:--:-- 0
 - About to install Umbrel in "/home/bitmen/umbrel".
 - If you would like to install somewhere else you can specify a custom location with:
 - curl -L https://umbrel.sh | bash -s -- --install-path /some/path
 - Waiting for 10 seconds...
 - You may press Ctrl+C now to abort the install.
 - It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
 - If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
 - You can pass flags to the installer like this:
 - curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
 - Waiting for 30 seconds...
 - You may press Ctrl+C now to abort the install.
 - Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
 - Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
 - Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
 - Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [607 kB]
 - Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [142 kB]
 - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [8760 B]
 - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [340 kB]
 - Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [52.9 kB]
 - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [422 kB]
 - Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [6752 B]
 - Hit:11 https://download.docker.com/linux/ubuntu jammy InRelease
 - Get:12 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
 - Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [348 kB]
 - Get:14 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [80.0 kB]
 - Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [304 kB]
 - Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [47.2 kB]
 - Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [284 kB]
 - Fetched 2967 kB in 27s (108 kB/s)
 - Reading package lists... Done
 - Reading package lists... Done
 - Building dependency tree... Done
 - Reading state information... Done
 - gettext-base is already the newest version (0.21-4ubuntu4).
 - jq is already the newest version (1.6-2.1ubuntu3).
 - rsync is already the newest version (3.2.3-8ubuntu3).
 - fswatch is already the newest version (1.14.0+repack-13.1).
 - curl is already the newest version (7.81.0-1ubuntu1.4).
 - git is already the newest version (1:2.34.1-1ubuntu1.4).
 - gnupg is already the newest version (2.2.27-3ubuntu2.1).
 - python3 is already the newest version (3.10.6-1~22.04).
 - 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded.
 - Reading package lists... Done
 - Building dependency tree... Done
 - Reading state information... Done
 - avahi-daemon is already the newest version (0.8-5ubuntu5).
 - libnss-mdns is already the newest version (0.15.1-1ubuntu1).
 - avahi-discover is already the newest version (0.8-5ubuntu5).
 - 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded.
 - % Total % Received % Xferd Average Speed Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
 - 100 9922k 100 9922k 0 0 400k 0 0:00:24 0:00:24 --:--:-- 402k
 - yq installed successfully...
 - # Executing docker install script, commit: 4f282167c425347a931ccfd95cc91fab041d414f
 - Warning: the "docker" command appears to already exist on this system.
 - If you already have Docker installed, this script can cause trouble, which is
 - why we're displaying this warning and provide the opportunity to cancel the
 - installation.
 - If you installed the current Docker package using this script and are using it
 - again to update Docker, you can safely ignore this message.
 - You may press Ctrl+C now to abort this script.
 - + sleep 20
 - WSL DETECTED: We recommend using Docker Desktop for Windows.
 - Please get Docker Desktop from https://www.docker.com/products/docker-desktop
 - You may press Ctrl+C now to abort this script.
 - + sleep 20
 - + sh -c apt-get update -qq >/dev/null
 - + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
 - + sh -c mkdir -p /etc/apt/keyrings && chmod -R 0755 /etc/apt/keyrings
 - + sh -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg
 - + sh -c chmod a+r /etc/apt/keyrings/docker.gpg
 - + sh -c echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu jammy stable" > /etc/apt/sources.list.d/docker.list
 - + sh -c apt-get update -qq >/dev/null
 - + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-scan-plugin >/dev/null
 - + version_gte 20.10
 - + [ -z ]
 - + return 0
 - + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce-rootless-extras >/dev/null
 - ================================================================================
 - To run Docker as a non-privileged user, consider setting up the
 - Docker daemon in rootless mode for your user:
 - dockerd-rootless-setuptool.sh install
 - Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
 - To run the Docker daemon as a fully privileged service, but granting non-root
 - users access, refer to https://docs.docker.com/go/daemon-access/
 - WARNING: Access to the remote API on a privileged Docker daemon is equivalent
 - to root access on the host. Refer to the 'Docker daemon attack surface'
 - documentation for details: https://docs.docker.com/go/attack-surface/
 - ================================================================================
 - Reading package lists... Done
 - Building dependency tree... Done
 - Reading state information... Done
 - libffi-dev is already the newest version (3.4.2-4).
 - python3-pip is already the newest version (22.0.2+dfsg-1).
 - 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded.
 - Defaulting to user installation because normal site-packages is not writeable
 - Requirement already satisfied: pip in ./.local/lib/python3.10/site-packages (22.2.2)
 - Requirement already satisfied: docker-compose in /usr/local/lib/python3.10/dist-packages (1.29.2)
 - Requirement already satisfied: docker[ssh]>=5 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (6.0.0)
 - Requirement already satisfied: dockerpty<1,>=0.4.1 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (0.4.1)
 - Requirement already satisfied: websocket-client<1,>=0.32.0 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (0.59.0)
 - Requirement already satisfied: distro<2,>=1.5.0 in /usr/lib/python3/dist-packages (from docker-compose) (1.7.0)
 - Requirement already satisfied: requests<3,>=2.20.0 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (2.28.1)
 - Requirement already satisfied: texttable<2,>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (1.6.4)
 - Requirement already satisfied: docopt<1,>=0.6.1 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (0.6.2)
 - Requirement already satisfied: jsonschema<4,>=2.5.1 in /usr/lib/python3/dist-packages (from docker-compose) (3.2.0)
 - Requirement already satisfied: PyYAML<6,>=3.10 in /usr/lib/python3/dist-packages (from docker-compose) (5.4.1)
 - Requirement already satisfied: python-dotenv<1,>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (0.21.0)
 - Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/dist-packages (from docker[ssh]>=5->docker-compose) (21.3)
 - Requirement already satisfied: urllib3>=1.26.0 in /usr/lib/python3/dist-packages (from docker[ssh]>=5->docker-compose) (1.26.5)
 - Requirement already satisfied: paramiko>=2.4.3 in /usr/local/lib/python3.10/dist-packages (from docker[ssh]>=5->docker-compose) (2.11.0)
 - Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from dockerpty<1,>=0.4.1->docker-compose) (1.16.0)
 - Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests<3,>=2.20.0->docker-compose) (3.3)
 - Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.20.0->docker-compose) (2.1.1)
 - Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests<3,>=2.20.0->docker-compose) (2020.6.20)
 - Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/lib/python3/dist-packages (from packaging>=14.0->docker[ssh]>=5->docker-compose) (2.4.7)
 - Requirement already satisfied: cryptography>=2.5 in /usr/lib/python3/dist-packages (from paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (3.4.8)
 - Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (1.5.0)
 - Requirement already satisfied: bcrypt>=3.1.3 in /usr/lib/python3/dist-packages (from paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (3.2.0)
 - Requirement already satisfied: cffi>=1.4.1 in /usr/local/lib/python3.10/dist-packages (from pynacl>=1.0.1->paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (1.15.1)
 - Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.4.1->pynacl>=1.0.1->paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (2.21)
 - WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
 - % Total % Received % Xferd Average Speed Time Time Time Current
 - Dload Upload Total Spent Left Speed
 - 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0/usr/bin/gzip: 1: ELF: not found
 - /usr/bin/gzip: 3: : not found
 - /usr/bin/gzip: 4: Syntax error: "(" unexpected
 - 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
 - 1tar: 0Child died with signal 130 0 0 --:--:-- 0:00:01 --:--:-- 0
 - tar: 1Error is not recoverable: exiting now5
 - 100 17745 0 17745 0 0 8322 0 --:--:-- 0:00:02 --:--:-- 16772
 - curl: (23) Failure writing output to destination
 - bitmen@DESKTOP-2QHOPRA:~$
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment