pkg autoremove dependencies!

Hi there,
I have this problem for two days now.
I installed graphics/atril-lite, and it also shows the dependencies need to be automatically installed as well.
Code:
$ doas pkg install atril-lite
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
Updating FreeBSD-kmods repository catalogue...
FreeBSD-kmods repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 12 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    atril-lite: 1.28.1_4 [FreeBSD]
    dconf: 0.40.0_5 [FreeBSD]
    dconf-editor: 45.0.1 [FreeBSD]
    djvulibre: 3.5.28_4 [FreeBSD]
    ghostscript10: 10.05.1 [FreeBSD]
    java-zoneinfo: 2021.e [FreeBSD]
    libgxps: 0.3.2_2 [FreeBSD]
    libhandy: 1.8.3 [FreeBSD]
    libspectre: 0.2.12_1 [FreeBSD]
    mate-desktop: 1.28.2 [FreeBSD]
    mate-icon-theme: 1.28.0 [FreeBSD]
    urw-base35-fonts: 20200910 [FreeBSD]

Number of packages to be installed: 12

The process will require 109 MiB more space.

Proceed with this action? [y/N]: y

If I do pkg autoremove, it would show the dependencies of atril-lite able to be uninstalled.
Code:
$ doas pkg autoremove
Password:
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 5 packages:

Installed packages to be REMOVED:
    dconf: 0.40.0_5
    dconf-editor: 45.0.1
    java-zoneinfo: 2021.e
    libhandy: 1.8.3
    mate-desktop: 1.28.2

Number of packages to be removed: 5

The operation will free 10 MiB.

Proceed with deinstalling packages? [y/N]:

When I proceed to uninstalling those, atril-lite won't able to open pdfs anymore, simply speaking—it won't work.
 
Back
Top