Legofarmen / tunics

A roguelike-like Zelda game for the Solarus engine.
http://tunics.legofarmen.se
Other
36 stars 11 forks source link

add-apt-repository not found #75

Closed mattias-p closed 7 years ago

mattias-p commented 8 years ago

The Ubuntu installation instruction prescribes using add-apt-repository (from the software-properties-common package) which isn't installed as part of the base system.

$ sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
sudo: add-apt-repository: command not found

A workaround suggested elsewhere is to add the repository to /etc/apt/sources.list manually. This command should do the trick in most cases: echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" | sudo tee -a /etc/apt/sources.list.

sandstrand commented 8 years ago

Tested enough to be closed?

sandstrand commented 7 years ago

No longer an issue.