Categories: Ubuntu

How to Install Scribus on Ubuntu

Scribus is an open-source, multi-platform desktop publication application. It is used for designing and publishing brochures, newspapers, magazines, posters, books, and even newsletters.

If you are familiar with the Adobe InDesign app, then Scribus is a free alternative to it. Scribus has all the features that a premium application offers, such as layout designing, typesetting, vector drawing, and image manipulation. The projects created in Scribus can be published in digital and print formats. The key features of Scribus are listed below:

  • Scribus supports CMYK, spot colors, and ICC color profile
  • It can be used to create animated and interactive PDFs
  • Supports import and export of several file types
  • Sponsored
  • Comes with emulation of colorblindness
  • Renders LateX and Lilypond

This write is up is a detailed guide about how to install Scribus on Ubuntu:

How to install Scribus on Ubuntu 20.04 LTS

Scribus AppImage can be downloaded from its website; we will install it using official PPA.

Step 1 – Adding Repository

To add the repository, use the following command:

$sudo add-apt-repository ppa:scribus/ppa

Step 2 – Update packages list

To update the packages list, use:

$sudo apt update

Step 3 – Installing Scribus

Now, to install Scribus, use the below-mentioned command:

$sudo apt install scribus

Once the installation is done, open it:

Let’s begin with the opening window of Scribus; in the “New Document” tab, you will get the following options:

Sponsored

  1. Select layout type, single and facing pages
  2. Choose default page sizes (Letter, A4, custom), select orientation (portrait/landscape), set custom page size, and change default units (points, picas, centimeters, millimeters, inches)
  3. Set Margins according to your requirement
  4. To add bleeds to the document
  5. Various other options related to document

Scribus comes with pre-made templates as well; open the “New from Template” tab:

Several templates include brochures, business cards, newsletters, books, PDF Presentations, etc. Let’s take a look at its interface:

The user interface is well organized and quite friendly; most of the shortcut keys are easy to remember. You can add text, images, vector shapes, polygons, and arcs. Moreover, you can change color and render settings as well.

How to uninstall Scribus from Ubuntu 20.04 LTS

To uninstall it from your system, use:

$sudo apt remove scribus

And to delete the repository, use:

$sudo add-apt-repository –remove ppa:scribus/ppa

Conclusion

Scribus is a free but very robust application for desktop publications. It offers all the features and tools that you expect from a paid application. In this guide, we learned how to install Scribus on Ubuntu and learned some of its basics like document setting and inserting various elements.

And then, we understood how to uninstall it along with its repository. Scribus is a very promising application and regularly updated by the developers, making it a highly recommended app for desktop publications.

Ubuntu Server Admin

Recent Posts

Canonical announces 12 year Kubernetes LTS

Canonical’s Kubernetes LTS (Long Term Support) will support FedRAMP compliance and receive at least 12…

20 hours ago

Ubuntu Weekly Newsletter Issue 878

Welcome to the Ubuntu Weekly Newsletter, Issue 878 for the week of February 2 –…

2 days ago

How your feedback shapes the way we support open source software

At Canonical, we firmly believe that delivering an outstanding, customer-centric support experience is impossible without…

2 days ago

How To Install osTicket v1.14 On Ubuntu 20.04

I want to share how to install osTicket v1.14 for Ubuntu 20.04 server. osTicket written…

3 days ago

How To Install WordPress On Ubuntu 20.04

Now I want to share how to install WordPress on ubuntu 20.04 server. WordPress is…

3 days ago

How To Install DNS Server (Bind9) On Ubuntu 20.04

Now I want to share the DNS server installation process on your Ubuntu 20.04 server.…

3 days ago