This video is for the people who want to know what are the alternatives that they can use instead of using microsoft office using wine
Installing open office
remove libreoffice
1.sudo apt remove --purge libreoffice*
2.sudo apt clean
3.sudo apt autoremove
Install File of open office
1.wget https://sourceforge.net/projects/open...
2.extract it
3.got to debs folder and type in terminal
sudo dpkg -i *.deb
4.install desktop integration
sudo dpkg -i *.deb
Installing libreoffice
1.remove openoffice
sudo apt-get purge openoffice*.* && sudo apt-get autoremove
2.install libreoffice
sudo apt install libreoffice