sudo apt-get remove --purge libreoffice*
wget http://tdf.c3sl.ufpr.br/libreoffice/stable/6.0.0/deb/x86_64/LibreOffice_6.0.0_Linux_x86-64_deb.tar.gz -O libreOffice.tar.gz
wget http://tdf.c3sl.ufpr.br/libreoffice/stable/6.0.0/deb/x86_64/LibreOffice_6.0.0_Linux_x86-64_deb_langpack_pt-BR.tar.gz -O libreOffice-pt-br.tar.gz
tar -vzxf libreOffice.tar.gz
tar -vzxf libreOffice-pt-br.tar.gz
cd LibreOffice_*
cd DEBS
sudo dpkg -i *.deb
cd
cd LibreOffice*langpack_pt-BR/
cd DEBS
sudo dpkg -i *.deb
========================================================================
sudo add-apt-repository -y ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get install libreoffice libreoffice-style-breeze
Nenhum comentário:
Postar um comentário