Yes, This is the dev version. Need to open & edit old .pub files. I have looked at several how to install from tar.xz,gz,etc - all just confusing. Have downloaded the tar.xz and extracted the files to a folder on my desktop. Need very clear instructions how to proceed. I am not very familiar with terminal commands.
1 Answers
The tar files contain the source code that you can compile and it's probably not meant for the average user.
If you just want to run Scribus 1.5.x on Ubuntu you have several options that provide you with executables (PPA, appimages).
But, if you have a look at https://launchpad.net/~scribus/+archive/ubuntu/ppa you will see that 18.04 has no packages available for the latest releases of Scribus.
That's because it's not easy to get the latest Scribus to work on a three years old Ubuntu (the main reason being that you will need to upgrade Qt and that might break other packages).
The latest 1.5.6svn provided there for 18.4 should be enough to simply read .pub files, but you should be aware that it's an older snapshot.
To get it open a terminal and enter the following commands one by one.
sudo apt remove scribus
sudo add-apt-repository ppa:scribus/ppa
sudo apt-get update
sudo apt dist-upgrade
sudo apt install scribus-trunk
So, if you want the latest Scribus, you should probably upgrade your Ubuntu to the latest release.
Scribus 1.5.6svn or 1.5.7 should then be available from the normal repositories.
If you have no experience with compiling, it will be much faster than trying to use the tar file or otherwise finding workarounds that let you use a current Scribus on your current system.
And for the other readers, if you really want to compile Scribus, you'd better take the source code from the SVN org Git repositories, not from the tar.
(As I wrote above, the tar file is not meant for the average user: it's only / mostly for people who are preparing packages and for archiving purposes.)