# Install Docker in Ubuntu / Debian

Here's a detailed tutorial on setting up Docker on Ubuntu/Debian:

**Step1: Make Package Repositories Up to Date.**

To update the package repositories, open a terminal on your Ubuntu or Debian computer and type the following commands:

```bash
sudo apt update
sudo apt upgrade -y
```
