How to fix broken LibreOffice on Ubuntu 16.04 [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite













This question already has an answer here:



  • Is there a PPA with the latest version of LibreOffice?

    4 answers



  • How can I reproduce the error “package… needs to be reinstalled, but I can't find an archive for it” for testing?

    1 answer



I am using Ubuntu 16.04 and LibreOffice recently upgraded into version 16.0.0. When I want to do another software installation via apt-get, I got an error as follows:



E: The package libobasis5.3-base needs to be reinstalled, but I can't find an archive for it.


As far as I remember the previous version of LibreOffice was 5.3.4 and it has been removed about a month ago.



Does anyone know how to solve this problem? The following steps have been done, but they did not resolve the problem yet.



sudo rm /var/lib/apt/lists/* -vf
sudo apt-get install -f
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
sudo dpkg --clear-avail && sudo apt-get update
sudo apt --fix-broken install
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get purge libreoffice*









share|improve this question















marked as duplicate by Fabby, Eric Carvalho, waltinator, Zanna, David Foerster Mar 19 at 15:45


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 1




    This is very odd. The version of LibreOffice in 16.04 is 5.1.6, it hasn't been removed, and version 16.0.0 has not been released. You must be on an unsupported release, or have some PPAs added.
    – mikewhatever
    Mar 17 at 16:03










  • @mikewhatever Perhaps OP meant libreoffice 6.0 which was recently released. The only way to get this (as a package) though is via its PPA.
    – JonasCz
    Mar 17 at 17:20










  • i just got o Software & Updates, and found only one entry of "ppa.launchpad.net/libreoffice/ppa/ubuntu xenial main" entry under Other Software tab. any other clues ?
    – prawira
    Mar 17 at 23:38










  • The package libobasis5.3-base is not provided by any repositories (which is why Apt "can't find an archive for it"). It is found in the DEB downloads from libreoffice.org. Since LibreOffice 5.3 is EOL, you have to dig it from here.
    – fkraiem
    Mar 18 at 3:36






  • 1




    Please write an answer describing what you did to solve the problem (you can then accept it for a rep boost).
    – fkraiem
    Mar 18 at 7:18














up vote
0
down vote

favorite













This question already has an answer here:



  • Is there a PPA with the latest version of LibreOffice?

    4 answers



  • How can I reproduce the error “package… needs to be reinstalled, but I can't find an archive for it” for testing?

    1 answer



I am using Ubuntu 16.04 and LibreOffice recently upgraded into version 16.0.0. When I want to do another software installation via apt-get, I got an error as follows:



E: The package libobasis5.3-base needs to be reinstalled, but I can't find an archive for it.


As far as I remember the previous version of LibreOffice was 5.3.4 and it has been removed about a month ago.



Does anyone know how to solve this problem? The following steps have been done, but they did not resolve the problem yet.



sudo rm /var/lib/apt/lists/* -vf
sudo apt-get install -f
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
sudo dpkg --clear-avail && sudo apt-get update
sudo apt --fix-broken install
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get purge libreoffice*









share|improve this question















marked as duplicate by Fabby, Eric Carvalho, waltinator, Zanna, David Foerster Mar 19 at 15:45


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 1




    This is very odd. The version of LibreOffice in 16.04 is 5.1.6, it hasn't been removed, and version 16.0.0 has not been released. You must be on an unsupported release, or have some PPAs added.
    – mikewhatever
    Mar 17 at 16:03










  • @mikewhatever Perhaps OP meant libreoffice 6.0 which was recently released. The only way to get this (as a package) though is via its PPA.
    – JonasCz
    Mar 17 at 17:20










  • i just got o Software & Updates, and found only one entry of "ppa.launchpad.net/libreoffice/ppa/ubuntu xenial main" entry under Other Software tab. any other clues ?
    – prawira
    Mar 17 at 23:38










  • The package libobasis5.3-base is not provided by any repositories (which is why Apt "can't find an archive for it"). It is found in the DEB downloads from libreoffice.org. Since LibreOffice 5.3 is EOL, you have to dig it from here.
    – fkraiem
    Mar 18 at 3:36






  • 1




    Please write an answer describing what you did to solve the problem (you can then accept it for a rep boost).
    – fkraiem
    Mar 18 at 7:18












up vote
0
down vote

favorite









up vote
0
down vote

favorite












This question already has an answer here:



  • Is there a PPA with the latest version of LibreOffice?

    4 answers



  • How can I reproduce the error “package… needs to be reinstalled, but I can't find an archive for it” for testing?

    1 answer



I am using Ubuntu 16.04 and LibreOffice recently upgraded into version 16.0.0. When I want to do another software installation via apt-get, I got an error as follows:



E: The package libobasis5.3-base needs to be reinstalled, but I can't find an archive for it.


As far as I remember the previous version of LibreOffice was 5.3.4 and it has been removed about a month ago.



Does anyone know how to solve this problem? The following steps have been done, but they did not resolve the problem yet.



sudo rm /var/lib/apt/lists/* -vf
sudo apt-get install -f
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
sudo dpkg --clear-avail && sudo apt-get update
sudo apt --fix-broken install
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get purge libreoffice*









share|improve this question
















This question already has an answer here:



  • Is there a PPA with the latest version of LibreOffice?

    4 answers



  • How can I reproduce the error “package… needs to be reinstalled, but I can't find an archive for it” for testing?

    1 answer



I am using Ubuntu 16.04 and LibreOffice recently upgraded into version 16.0.0. When I want to do another software installation via apt-get, I got an error as follows:



E: The package libobasis5.3-base needs to be reinstalled, but I can't find an archive for it.


As far as I remember the previous version of LibreOffice was 5.3.4 and it has been removed about a month ago.



Does anyone know how to solve this problem? The following steps have been done, but they did not resolve the problem yet.



sudo rm /var/lib/apt/lists/* -vf
sudo apt-get install -f
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
sudo dpkg --clear-avail && sudo apt-get update
sudo apt --fix-broken install
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get purge libreoffice*




This question already has an answer here:



  • Is there a PPA with the latest version of LibreOffice?

    4 answers



  • How can I reproduce the error “package… needs to be reinstalled, but I can't find an archive for it” for testing?

    1 answer







package-management libreoffice






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 19 at 15:42









David Foerster

26.3k1362106




26.3k1362106










asked Mar 17 at 15:53









prawira

11




11




marked as duplicate by Fabby, Eric Carvalho, waltinator, Zanna, David Foerster Mar 19 at 15:45


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






marked as duplicate by Fabby, Eric Carvalho, waltinator, Zanna, David Foerster Mar 19 at 15:45


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









  • 1




    This is very odd. The version of LibreOffice in 16.04 is 5.1.6, it hasn't been removed, and version 16.0.0 has not been released. You must be on an unsupported release, or have some PPAs added.
    – mikewhatever
    Mar 17 at 16:03










  • @mikewhatever Perhaps OP meant libreoffice 6.0 which was recently released. The only way to get this (as a package) though is via its PPA.
    – JonasCz
    Mar 17 at 17:20










  • i just got o Software & Updates, and found only one entry of "ppa.launchpad.net/libreoffice/ppa/ubuntu xenial main" entry under Other Software tab. any other clues ?
    – prawira
    Mar 17 at 23:38










  • The package libobasis5.3-base is not provided by any repositories (which is why Apt "can't find an archive for it"). It is found in the DEB downloads from libreoffice.org. Since LibreOffice 5.3 is EOL, you have to dig it from here.
    – fkraiem
    Mar 18 at 3:36






  • 1




    Please write an answer describing what you did to solve the problem (you can then accept it for a rep boost).
    – fkraiem
    Mar 18 at 7:18












  • 1




    This is very odd. The version of LibreOffice in 16.04 is 5.1.6, it hasn't been removed, and version 16.0.0 has not been released. You must be on an unsupported release, or have some PPAs added.
    – mikewhatever
    Mar 17 at 16:03










  • @mikewhatever Perhaps OP meant libreoffice 6.0 which was recently released. The only way to get this (as a package) though is via its PPA.
    – JonasCz
    Mar 17 at 17:20










  • i just got o Software & Updates, and found only one entry of "ppa.launchpad.net/libreoffice/ppa/ubuntu xenial main" entry under Other Software tab. any other clues ?
    – prawira
    Mar 17 at 23:38










  • The package libobasis5.3-base is not provided by any repositories (which is why Apt "can't find an archive for it"). It is found in the DEB downloads from libreoffice.org. Since LibreOffice 5.3 is EOL, you have to dig it from here.
    – fkraiem
    Mar 18 at 3:36






  • 1




    Please write an answer describing what you did to solve the problem (you can then accept it for a rep boost).
    – fkraiem
    Mar 18 at 7:18







1




1




This is very odd. The version of LibreOffice in 16.04 is 5.1.6, it hasn't been removed, and version 16.0.0 has not been released. You must be on an unsupported release, or have some PPAs added.
– mikewhatever
Mar 17 at 16:03




This is very odd. The version of LibreOffice in 16.04 is 5.1.6, it hasn't been removed, and version 16.0.0 has not been released. You must be on an unsupported release, or have some PPAs added.
– mikewhatever
Mar 17 at 16:03












@mikewhatever Perhaps OP meant libreoffice 6.0 which was recently released. The only way to get this (as a package) though is via its PPA.
– JonasCz
Mar 17 at 17:20




@mikewhatever Perhaps OP meant libreoffice 6.0 which was recently released. The only way to get this (as a package) though is via its PPA.
– JonasCz
Mar 17 at 17:20












i just got o Software & Updates, and found only one entry of "ppa.launchpad.net/libreoffice/ppa/ubuntu xenial main" entry under Other Software tab. any other clues ?
– prawira
Mar 17 at 23:38




i just got o Software & Updates, and found only one entry of "ppa.launchpad.net/libreoffice/ppa/ubuntu xenial main" entry under Other Software tab. any other clues ?
– prawira
Mar 17 at 23:38












The package libobasis5.3-base is not provided by any repositories (which is why Apt "can't find an archive for it"). It is found in the DEB downloads from libreoffice.org. Since LibreOffice 5.3 is EOL, you have to dig it from here.
– fkraiem
Mar 18 at 3:36




The package libobasis5.3-base is not provided by any repositories (which is why Apt "can't find an archive for it"). It is found in the DEB downloads from libreoffice.org. Since LibreOffice 5.3 is EOL, you have to dig it from here.
– fkraiem
Mar 18 at 3:36




1




1




Please write an answer describing what you did to solve the problem (you can then accept it for a rep boost).
– fkraiem
Mar 18 at 7:18




Please write an answer describing what you did to solve the problem (you can then accept it for a rep boost).
– fkraiem
Mar 18 at 7:18















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

`kcmshell` modules relation with `/usr/share/applications`

How to enroll fingerprints to Ubuntu 17.10 with VFS491