Open Terminal (Ctrl + Alt + T)
and type following commands:
sudo apt-get install flashplugin-installer
623 total views, no views today
Open Terminal (Ctrl + Alt + T)
and type following commands:
sudo apt-get install flashplugin-installer
623 total views, no views today
Open Terminal (Ctrl + Alt + T)
and type following commands:
1) sudo apt-get remove libreoffice-core
2) sudo apt-get remove libreoffice-common
To remove the Libre configuration files
3) sudo apt-get remove –purge libreoffice-core
823 total views, 1 views today
To install Libre office in Linux do following:
1) Open Terminal (CTRL+ALT+ T)
2) type: ” sudo add-apt-repository ppa:libreoffice/ppa ” // Without “” s //
3) ” sudo apt-get update ” // Without “” s //
4) ” sudo apt-get dist-upgrade ” // Without “” s //
If there are some issues in updating then follow the steps below:
Just create a file:
/etc/apt/preferences.d/libreoffice.pref
next edit it:
sudo nano /etc/apt/preferences.d/libreoffice.pref
and add those lines:
Package: *
Pin: release o=LP-PPA-libreoffice
Pin-Priority: 700
save changes, close the file and reload your repos list:
sudo apt-get update
Now You can upgrading LO to 5.x version:
sudo apt-get upgrade
894 total views, 1 views today
Scribus is a page layout program for Linux, FreeBSD, PC-BSD, NetBSD, OpenBSD, Solaris, OpenIndiana, Debian GNU/Hurd, Mac OS X, OS/2 Warp 4, eComStation, Haiku and Windows. Since its humble beginning in the spring of 2001, Scribus has evolved into one of the premier Open Source desktop applications. …
More at https://www.scribus.net/
709 total views, 2 views today