0

I want to install and use the scribus application. I am using Xubuntu 18.04 as primary OS on a Dell 3162 notebook computer.

Gryu
  • 7,279
  • 9
  • 31
  • 52
JKManuel
  • 9
  • 1

2 Answers2

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
  • 82,909
  • 6
  • 116
  • 186
1

You could do it by:

  1. Update packages information: sudo apt-get update
  2. Install it using sudo apt-get install scribus
Gryu
  • 7,279
  • 9
  • 31
  • 52
  • 2
    Scribus 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