0 Members and 1 Guest are viewing this topic.
Hi wanted to read ppt on my netbook so tried with software manager to install the appropriate package
sudo apt-get update
sudo apt-get install libreoffice-calc libreoffice-writer libreoffice-draw libreoffice-impress
sudo apt-get remove --purge libreoffice*
mkdir -p ~/Desktop/delete-me/main ~/Desktop/delete-me/langpack ~/Desktop/delete-me/helppack
cd ~/Desktop/delete-me/main
wget http://download.documentfoundation.org/libreoffice/stable/4.0.1/deb/x86/LibreOffice_4.0.1_Linux_x86_deb.tar.gz
tar -xvf LibreOffice_4.0.1_Linux_x86_deb.tar.gz
cd ~/Desktop/delete-me/main/LibreOffice_4.0.1.2_Linux_x86_deb/DEBS
sudo dpkg -i *.deb
cd ~/Desktop/delete-me/langpack
wget http://download.documentfoundation.org/libreoffice/stable/4.0.1/deb/x86/LibreOffice_4.0.1_Linux_x86_deb_langpack_en-GB.tar.gz
tar -xvf LibreOffice_4.0.1_Linux_x86_deb_langpack_en-GB.tar.gz
cd ~/Desktop/delete-me/langpack/LibreOffice_4.0.1.2_Linux_x86_deb_langpack_en-GB/DEBS
cd ~/Desktop/delete-me/helppack
wget http://download.documentfoundation.org/libreoffice/stable/4.0.1/deb/x86/LibreOffice_4.0.1_Linux_x86_deb_helppack_en-GB.tar.gz
tar -xvf LibreOffice_4.0.1_Linux_x86_deb_helppack_en-GB.tar.gz
cd ~/Desktop/delete-me/helppack/LibreOffice_4.0.1.2_Linux_x86_deb_helppack_en-GB/DEBS
cd ~/Desktop/delete-me/main/LibreOffice_4.0.1.2_Linux_x86_deb
cd ~/Desktop/delete-me/langpack/LibreOffice_4.0.1.2_Linux_x86_deb_langpack_en-GB
cd ~/Desktop/delete-me/helppack/LibreOffice_4.0.1.2_Linux_x86_deb_helppack_en-GB
libreoffice
libreoffice --writer
libreoffice --calc
libreoffice --draw
libreoffice --impress
libreoffice --base
libreoffice --math
ls -a ~/Desktop/delete-me/main/LibreOffice_4.0.1.2_Linux_x86_deb/DEBS
ls -a ~/Desktop/delete-me/langpack/LibreOffice_4.0.1.2_Linux_x86_deb_langpack_en-GB/DEBS
ls -a ~/Desktop/delete-me/helppack/LibreOffice_4.0.1.2_Linux_x86_deb_helppack_en-GB/DEBS
cat /etc/apt/sources.list; for X in /etc/apt/sources.list.d/*; do echo; echo; echo "** $X:"; echo; cat $X; done