Advertisement
Guest User

diable update-apt-xapian-index on ubuntu

a guest
Feb 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. tl;dr:
  2. $ chmod a-x /etc/cron.weekly/apt-xapian-index;
  3. $ echo 'APT::Periodic::Enable "0";' >> /etc/apt/apt.conf.d/99kp-periodic;
  4.  
  5. dłuższa wersja:
  6.  
  7. add:
  8.  
  9. APT::Periodic::Enable "0";
  10. APT::Periodic::Update-Package-Lists "0";
  11. APT::Periodic::Unattended-Upgrade "0";
  12. APT::Periodic::Download-Upgradeable-Packages "0";
  13.  
  14. to a file called /etc/apt/apt.conf.d/99periodic-disable (I picked that name. You can change it, as long as you keep the 99 in front, if you don't like it).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement