Skip to content

Install on Arch Linux Webtop

Eliran Wong edited this page Feb 10, 2022 · 6 revisions

To Run UBA on Arch Linux Webtop

  1. Setup docker

  2. Setup Arch Linux Webtop

  3. Download and Run UBA

1. Setup docker

On Linux [Debian / Ubuntu]:

sudo apt update & sudo apt dist-upgrade

sudo apt-get install
apt-transport-https
ca-certificates
curl
gnupg2
software-properties-common

curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -

sudo add-apt-repository
"deb [arch=amd64] https://download.docker.com/linux/debian
$(lsb_release -cs)
stable"

sudo apt update & sudo apt dist-upgrade

sudo apt-get install docker-ce docker-ce-cli containerd.io

sudo docker run hello-world

On ChromeOS:

https://dvillalobos.github.io/2020/How-to-install-and-run-Docker-on-a-Chromebook/

Clone this wiki locally