Find the answer to your Linux question:
Results 1 to 2 of 2
Hello. Sorry if this is a basic question, I did a search with no result that worked for me. On RedHat. I like to disable the "auto reminder" for updates ...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Posts
    2

    Disable the update reminder on redhat

    Hello.
    Sorry if this is a basic question, I did a search with no result that worked for me.
    On RedHat. I like to disable the "auto reminder" for updates
    I should have something in system for preference ??
    Thanks

  2. #2
    Linux Newbie
    Join Date
    Mar 2009
    Posts
    228
    For RHEL5:

    Code:
    service yum-updatesd stop
    chkconfig --del yum-updatesd
    Or you can change its behaviour by editing /etc/yum/yum-updatesd.conf.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...