Articles

Tutorials

623 articles
Linux 21 Jan 2019 ⏱ 1 min

Ubuntu 18.04 add multiverse and universe repositories

1. Open the file /etc/apt/sources.list 2. Add the following lines: deb http://archive.ubuntu.com/ubuntu bionic multiverse deb http://archive.ubuntu.com/ubuntu bionic-security multiverse deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse…