I want to install and use the scribus application. I am using Xubuntu 18.04 as primary OS on a Dell 3162 notebook computer.
Asked
Active
Viewed 299 times
0
-
1Read the documentation on their homepage and wiki. – Soren A Feb 17 '20 at 13:42
2 Answers
3
To install Scribus, open the Ubuntu Software center. Search for "Scribus" and click the entry that appears. You then can start the install with the "Install" button.

vanadium
- 88,010
1
You could do it by:
- Update packages information:
sudo apt-get update
- Install it using
sudo apt-get install scribus

Gryu
- 7,559
- 9
- 33
- 52
-
2Scribus is already in the Ubuntu Repositories, so it seems fair to make clear that adding the PPA is optional, not required. – user535733 Feb 17 '20 at 14:41