Page 1 of 2

Libreoffice-6.0.3 + 5.4.6

Posted: 23. Apr 2018, 21:22
by djemos
Libreoffice 6.0.3 + 5.4.6 + locale + help packages as well as the Greek spell and dictionary for modern and ancient Greek.

For Slackware or Salix users download packages extract and install them with sudo spkg -i package-name

For Slackel users install packages with
for libreoffice 6.0.3

Code: Select all

gslapt
or

Code: Select all

sudo slapt-get -u
sudo slapt-get -i libreoffice
sudo slapt-get -i libreoffice-l10n-your_lang (e.g. for Greek libreoffice-l10n-el)
sudo slapt-get -i libreoffice-help-your_lang (e.g. for Greek libreoffice-help-el)
for libreoffice 5.4.6

Code: Select all

gslapt
or

Code: Select all

sudo slapt-get -u
sudo slapt-get -i libreoffice-still
sudo slapt-get -i libreoffice-still-10n-your_lang (e.g. for Greek libreoffice-l10n-el)
sudo slapt-get -i libreoffice-still-help-your_lang (e.g. for Greek libreoffice-help-el)

Re: Libreoffice-6.0.3 + 5.4.6

Posted: 24. Apr 2018, 09:03
by mimosa
Thanks for these djemos!

What is that .con thing?

Re: Libreoffice-6.0.3 + 5.4.6

Posted: 24. Apr 2018, 16:28
by djemos
mimosa wrote: 24. Apr 2018, 09:03 Thanks for these djemos!

What is that .con thing?
This has no meaning but only for Slackel, i will remove it. It exists in Slackel repos. If someone has libreoffice 6.0.3 installed and wants to install 5.4.6 ( i have renamed the package to libreoffice-still) then the libreoffice 6.0.3 will first be removed and the opposite.

Re: Libreoffice-6.0.3 + 5.4.6

Posted: 24. Apr 2018, 17:26
by Van_Vinkle
Thank you very much! :D

Pay attention: If you already have installed libreoffice, then the order should be:

Code: Select all

 sudo spkg --reinstall <complete_name_of_the_package>

Re: Libreoffice-6.0.3 + 5.4.6

Posted: 24. Apr 2018, 19:24
by djemos
For Salix users if they have libreoffice whatever edition then using

Code: Select all

sudo spkg libreoffice
it will upgrade libreoffice to 6.0.3
If they want libreoffice 5.4.6 then they have to first remove the old package and install the new one.

Code: Select all

sudo spkg -d libreoffice
sudo spkg libreoffice-still
For Slackel users

Code: Select all

sudo slapt-get -i libreoffice 
will upgrade to 6.0.3
while

Code: Select all

sudo slapt-get -i libreoffice-still
will remove libreoffice and install libreoffice-still because of .con files.
The opposite if libreoffice-still is installed

Code: Select all

sudo slapt-get -i libreoffice
will remove libreoffice-still and install libreoffice 6.0.3 because of .con files also.

Re: Libreoffice-6.0.3 + 5.4.6

Posted: 26. Apr 2018, 18:16
by Van_Vinkle
I don't want to be polemical with you and much less give you a lesson, but I posted this for the sake of no experienced users.

Some time ago, when you posted the first o second update of libreoffice, I tried to install your update with slapt-get and it did no go. Natural, because the repository https://sourceforge.net/projects/slackel was not in my /etc/slapt-get/slapt-getrc. Then I downloaded the file libreoffice_xxx.txz from sourceforge and installed it through spkg --reinstall and all was right.

As said, thank you very much for your excellent work.

Re: Libreoffice-6.0.3 + 5.4.6

Posted: 28. Apr 2018, 21:15
by djemos
The detailed post about LibreOffice was not an answer or correction to your post. It is written to help Salix and Slackel users to easy upgrade/install libreoffice.
Thank you for your good words.

Re: Libreoffice-6.0.3 + 5.4.6

Posted: 24. Jan 2019, 17:56
by Van_Vinkle
Yesterday I was aware Djemos had a new update of Libreoffice at https://sourceforge.net/projects/slacke ... z/download.

Today I've downloaded it and tried to install through spkg, but I get:

Code: Select all

 
 # spkg --reinstall libreoffice-6.1.4-x86_64-1dj.txz
Upgrading package libreoffice-6.0.3-x86_64-1dj -> libreoffice-6.1.4-x86_64-1dj...
| libreoffice (free office suite)
| 
| LibreOffice is an Open Source,community-developed,office
| productivity suite. It includes key desktop applications,such as a
| word processor,spreadsheet,presentation manager,formula editor and
| drawing program,with a user interface and feature set similar to
| other office suites. LibreOffice also works transparently with a
| variety of file formats,including Microsoft Office File Formats.
| 
| libreoffice home: http://www.documentfoundation.org/
| 
| 
| 
WARNING: Failed to remove directory /usr/lib64/libreoffice6.0/share/extensions/dict-en/pythonpath. (Directory not empty)
WARNING: Failed to remove directory /usr/lib64/libreoffice6.0/share/extensions/dict-en. (Directory not empty)
WARNING: Failed to remove directory /usr/lib64/libreoffice6.0/share/extensions. (Directory not empty)
WARNING: Failed to remove directory /usr/lib64/libreoffice6.0/share. (Directory not empty)
WARNING: Failed to remove directory /usr/lib64/libreoffice6.0/program/python-core-3.5.4/lib/importlib. (Directory not empty)
WARNING: Failed to remove directory /usr/lib64/libreoffice6.0/program/python-core-3.5.4/lib/encodings. (Directory not empty)
WARNING: Failed to remove directory /usr/lib64/libreoffice6.0/program/python-core-3.5.4/lib/collections. (Directory not empty)
WARNING: Failed to remove directory /usr/lib64/libreoffice6.0/program/python-core-3.5.4/lib. (Directory not empty)
WARNING: Failed to remove directory /usr/lib64/libreoffice6.0/program/python-core-3.5.4. (Directory not empty)
WARNING: Failed to remove directory /usr/lib64/libreoffice6.0/program. (Directory not empty)
WARNING: Failed to remove directory /usr/lib64/libreoffice6.0. (Directory not empty)
root#
and now I have not libreoffice in my system.

Any clue?

Edit:
I answer to myself.

I've solved the issue by the old way (too much time without touch Win* :D ): close the computer and start it again. The installation was right.

My post serves, I hope, to know the new LO version to salix people. Thanks Djemos.

Re: Libreoffice-6.0.3 + 5.4.6

Posted: 25. Jan 2019, 18:04
by mimosa
That package looks to me as if it is built for Slackel, ie current, so it may not work properly on Salix 14.2.

djemos, perhaps you could clarify?

The 6.0.3 one is here:
https://sourceforge.net/projects/slacke ... breoffice/
where it is the most recent version available.

Re: Libreoffice-6.0.3 + 5.4.6

Posted: 25. Jan 2019, 18:21
by gapan
@Van_Vinkle

The package was installed correctly as far as I can see. There are no errors. Those are warnings and you can generally ignore them. Are you on Xfce? It may be that the menu took a bit to refresh, so the new version wasn't immediately available through it. That's why rebooting worked.