Search Criteria
Package Details: autoupdate 3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/autoupdate.git (read-only, click to copy) |
---|---|
Package Base: | autoupdate |
Description: | Download packages to update automatically. |
Upstream URL: | https://aur.archlinux.org/packages/autoupdate/ |
Licenses: | GPL |
Submitter: | philanecros |
Maintainer: | philanecros |
Last Packager: | philanecros |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-12 01:48 (UTC) |
Last Updated: | 2017-05-09 23:48 (UTC) |
Latest Comments
p3732 commented on 2020-01-01 09:29 (UTC)
To see what packages actually got updated/installed recently I found this command to be helpful:
grep -iE 'installed|upgraded' /var/log/pacman.log
sudoquai commented on 2018-04-22 15:15 (UTC) (edited on 2018-04-22 19:19 (UTC) by sudoquai)
Works perfectly. Installation of this package installs 2 systemd units in /usr/lib/systemd/system:
Note: Default behaviour of autoupdate is downloading but NOT installing new packages !
For download & install new packages (with AUR support, yaourt already installed):
sudo nano /usr/lib/systemd/system/autoupdate.service
exchange line: ExecStart=/usr/bin/nice -n 19 /usr/bin/yaourt -Syyuaq --noconfirm
Reboot