如何每周只运行一次 update-apt-xapian-index?

awe*_*awe 5 updates apt cron kubuntu

我不明白为什么update-apt-xapian-index我每天都启动 Kubuntu 18.04.1 LTS。我已禁用 Muon 中的更新,但没有任何更改。之后,我在 中搜索了它,/etc/cron.*但在 中只找到了一次cron.weekly

$  grep -r "update-apt-xapian-index" /etc/cron.*
/etc/cron.weekly/apt-xapian-index:CMD=/usr/sbin/update-apt-xapian-index
Run Code Online (Sandbox Code Playgroud)

所以这不应该每天运行它。我拥有的唯一信息是ps输出:

root      1951  0.7  0.2 167940 17060 ?        Sl   11:28   0:00 /usr/bin/python3 /usr/share/apt-xapian-index/update-apt-xapian-index-dbus
root      1954 94.7  2.0 236216 166168 ?       R    11:28   0:10 /usr/bin/python3 /usr/sbin/update-apt-xapian-index --batch-mode --force --update
Run Code Online (Sandbox Code Playgroud)

如何让update-apt-xapian-index一周只跑一次?