avtomatik yenilenmeleri sondurek
sudo systemctl stop unattended-upgradessudo systemctl disable unattended-upgrades
timerleri sondurmek
sudo systemctl stop apt-daily.timersudo systemctl stop apt-daily-upgrade.timersudo systemctl disable apt-daily.timersudo systemctl disable apt-daily-upgrade.timer
timerler restart ede bilmesin
sudo systemctl mask apt-daily.service apt-daily-upgrade.servicesudo chmod -x /usr/bin/update-notifier
Repo yenilenmeleri legb etmek
sudo nano /etc/apt/apt.conf.d/20auto-upgrades- `APT::Periodic::Update-Package-Lists "0";
- APT::Periodic::Unattended-Upgrade "0"; `