From: Jozsi Vadkan on
I don't want to put:

apt-get update

in:

/etc/crontab

But then how could I "automate" the:

apt-get update

? Is there a program for it? [e.g.: update-manager under GUI?] that
randomly runs apt-get update?

Thank you!


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/1270710151.6395.18.camel(a)localhost
From: julio on
El jue, 08-04-2010 a las 09:02 +0200, Jozsi Vadkan escribió:
> apt-get update
>
> ? Is there a program for it? [e.g.: update-manager under GUI?] that
> randomly runs apt-get update?

apt-watch - Applet that monitors apt sources for upgrades

JulHer

From: Nacer ADAMOU on
Hi,
On Thu, Apr 08, 2010 at 09:02:31AM +0200, Jozsi Vadkan wrote:
> I don't want to put:
>
> apt-get update
>
> in:
>
> /etc/crontab
>
> But then how could I "automate" the:
>
> apt-get update
>
> ? Is there a program for it? [e.g.: update-manager under GUI?] that
> randomly runs apt-get update?
>
> Thank you!

Consider cron-apt too.
Regards


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100408082708.GB1949(a)nacer-adamou.cm.auf.org
From: Frank Lin PIAT on
On Thu, 2010-04-08 at 09:02 +0200, Jozsi Vadkan wrote:
> I don't want to put: apt-get update in:
> /etc/crontab
>
> But then how could I "automate" the: apt-get update

APT has such built-in feature, see
/etc/cron.daily/apt
Which you can configure manually, or...

> ? Is there a program for it? [e.g.: update-manager under GUI?] that
> randomly runs apt-get update?

On Debian-Gnome installation, you can install update-notifier-common
which provide the file /etc/apt/apt.conf.d/10periodic, which contains
the required apt settings:
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";

(Since I don't use it on my laptop, I can't give you much details)

On servers, you might want to une apt-listchanges to get notifications,
see:
http://wiki.aims.ac.za/mediawiki/index.php/Auto_Update_Notification


Regards,

Franklin


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/1270898372.3786.948.camel(a)solid.paris.klabs.be
 | 
Pages: 1
Prev: ty
Next: Keyboard gets stuck when closing PPP