Today, I updated my Kubuntu 16.04 to see this:
I don't know why this xapian stuff has made its appearance. All I ran was sudo apt-get update followed by sudo apt-get dist-upgrade!
AFAIK, baloo doesn't use it.
To look into this the only way I know,
But muon and libqapt3 were already on my system without needing any "xapian" stuff.
The reason I'm asking is that this "xapian" stuff is used for indexing (IIRC) and is not particularly resource-friendly.
Code:
The following packages were automatically installed and are no longer required: linux-headers-4.10.0-32 linux-headers-4.10.0-32-generic linux-image-4.10.0-32-generic linux-image-extra-4.10.0-32-generic linux-signed-image-4.10.0-32-generic Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: [B]apt-xapian-index libxapian-1.3-5 python3-xapian1.3[/B] The following packages will be upgraded: bind9-host dnsutils gstreamer-qapt libbind9-140 libdns-export162 libdns162 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libisc-export160 libisc160 libisccc140 libisccfg140 liblwres141 libpython3.5 libpython3.5-minimal libpython3.5-stdlib libqapt3 libqapt3-runtime libxml2 libxml2-utils python3.5 python3.5-minimal qapt-batch qapt-deb-installer 24 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 732 kB/10.4 MB of archives. After this operation, 4,950 kB of additional disk space will be used. Do you want to continue? [Y/n]
AFAIK, baloo doesn't use it.
To look into this the only way I know,
Code:
$ apt rdepends apt-xapian-index apt-xapian-index Reverse Depends: Recommends: software-center (>= 0.38ubuntu1) Depends: muon Depends: libqapt3 Suggests: packagekit-backend-aptcc Depends: ubuntu-kylin-software-center Suggests: synaptic Breaks: python-apt (<< 0.25) Depends: packagesearch Depends: muon Depends: goplay Suggests: aptitude Suggests: packagekit-backend-aptcc $
The reason I'm asking is that this "xapian" stuff is used for indexing (IIRC) and is not particularly resource-friendly.
Comment