diff --git a/INSTALL.md b/INSTALL.md
index e0e9bfc30..06d08cbbf 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -3,10 +3,12 @@
- [Linux](#linux)
- [Simple install](#simple-install)
- [Arch](#arch-easy)
+ - [Debian](#debian-easy)
- [Fedora](#fedora-easy)
- [Gentoo](#gentoo-easy)
- [openSUSE](#opensuse-easy)
- [Slackware](#slackware-easy)
+ - [Ubuntu](#ubuntu-easy)
- [Install git](#install-git)
- [Arch](#arch-git)
- [Debian](#debian-git)
@@ -108,9 +110,11 @@ To enable: `-DDESKTOP_NOTIFICATIONS=True`
Easy qTox install is provided for variety of distributions:
* [Arch](#arch)
+* [Debian](#debian)
* [Fedora](#fedora)
* [Gentoo](#gentoo)
* [Slackware](#slackware)
+* [Ubuntu](#ubuntu)
---
@@ -124,6 +128,16 @@ PKGBUILD is available in the `community` repo, to install:
pacman -S qtox
```
+
+
+#### Debian
+
+qTox is available in the [Main](https://tracker.debian.org/pkg/qtox) repo, to install:
+
+```bash
+sudo apt install qtox
+```
+
#### Fedora
@@ -185,6 +199,16 @@ may either follow the directions below, or simply run `./simple_make.sh` after
cloning this repository, which will attempt to automatically download
dependencies followed by compilation.
+
+
+#### Ubuntu
+
+qTox is available in the [Universe](https://packages.ubuntu.com/focal/qtox) repo, to install:
+
+```bash
+sudo apt install qtox
+```
+
### Install git
In order to clone the qTox repository you need Git.