Install Scribus 1.5 On Ubuntu 16.04
Can someone outline how to install Scribus on Ubuntu 16.04
You just have to run:
sudo add-apt-repository ppa:scribus/ppa
sudo apt update
sudo apt install scribus-ng
in the terminal.
To install the last stable version
sudo add-apt-repository ppa:scribus/ppa
sudo apt update
sudo apt install scribus
Worked for me on Ubuntu 17.04
To install the last dev version
Add the repository
sudo add-apt-repository ppa:scribus/ppa
sudo apt-get update
Install Scribus
sudo apt-get install scribus-trunk -y