Linux

Installing LibreOffice on linux in 5 minutes



In this video I will show you how to install an analog of MS Office on your Linux Server. An example will be shown on the Ubuntu 20.04 distribution, however, you can use the commands used on other distributions as well. LibreOffice is an analogue of MS Office, but it is completely free, which is why it is popular in the Linux environment. If something goes wrong with you, you can write in the comments and we will consider your case and tell you.

Commands used
sudo apt update && apt upgrade -y
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt install libreoffice libreoffice-gnome – GNOME
sudo apt install libreoffice libreoffice-plasma – Kubuntu
sudo snap install libreoffice – SNAP
sudo apt install ppa-purge && sudo ppa-purge ppa:libreoffice/ppa – back to old versions
sudo apt purge libreoffice-gtk2 libreoffice-gnome – Uninstall
sudo snap remove libreoffice – Snap Remove



source

Related Articles

Leave a Reply

Back to top button