Comment 2 for bug 2000807

Revision history for this message
tomdean (tomdean) wrote : Re: [Bug 2000807] [NEW] Evince has unmet dependencies

On 12/30/22 22:18, tomdean wrote:
> Public bug reported:
>
> Evince was removed after apt upgrade and the apt autoremove.
>
>> sudo apt-get install -f evince
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
> evince : Depends: libevdocument3-4 (= 3.36.0-2) but 3.36.10-0ubuntu1 is to be installed
> Depends: libevview3-3 (= 3.36.0-2) but 3.36.10-0ubuntu1 is to be installed
> E: Unable to correct problems, you have held broken packages.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 20.04
> Package: evince (not installed)
> ProcVersionSignature: Ubuntu 5.15.0-56.62~20.04.1-generic 5.15.64
> Uname: Linux 5.15.0-56-generic x86_64
> ApportVersion: 2.20.11-0ubuntu27.24
> Architecture: amd64
> CasperMD5CheckResult: skip
> CurrentDesktop: GNOME
> Date: Fri Dec 30 22:15:49 2022
> InstallationDate: Installed on 2021-05-10 (599 days ago)
> InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 (20210209.1)
> ProcEnviron:
> TERM=xterm-256color
> PATH=(custom, no user)
> XDG_RUNTIME_DIR=<set>
> LANG=en_US.UTF-8
> SHELL=/bin/bash
> SourcePackage: evince
> UpgradeStatus: No upgrade log present (probably fresh install)
>
> ** Affects: evince (Ubuntu)
> Importance: Undecided
> Status: New
>
>
> ** Tags: amd64 apport-bug focal
>

Installing googleearth-package caused this.

 > sudo apt install googleearth-package
Installed:
    libevdocument3-4 3.36.10-0ubuntu1 and libevview3-3 3.36.10-0ubuntu1
Removed:
    evince, among others

 > sudo apt purge googleearth-package
 > sudo apt purge libevdocument3-4 libevview3-3
 > sudo apt install evince

Restored evince to normal operation.