Ubuntu Lucid automatic security upgrades ?

Discussion in 'all things UNIX' started by Ocky, May 14, 2010.

Thread Status:
Not open for further replies.
  1. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    Included in today's installable upgrades. I didn't realise that I already had this installed.
    Question: Do you like this ? I personally would like to know what security updates are to be installed.
    Unattended security upgrades.png
     
  2. linuxforall

    linuxforall Registered Member

    Joined:
    Feb 6, 2010
    Posts:
    2,137

    I do for all the old folks I install Lucid, security is important otherwise the safety of Linux is negated and this lets it do automatically.
     
  3. mack_guy911

    mack_guy911 Registered Member

    Joined:
    Mar 21, 2007
    Posts:
    2,677
    on my fedora i make all auto update now i set ubuntu on my brother laptop on auto update as well i see no harm in it good thing for lazy creatures like me :D
     
  4. chronomatic

    chronomatic Registered Member

    Joined:
    Apr 9, 2009
    Posts:
    1,343

    Code:
    sudo aptitude update && sudo aptitude safe-upgrade
    will give you the details of everything that's about to be installed.
     
  5. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    Thanks chronomatic. As I have always been using apt I think the same can be achieved:-
    sudo apt-get update && sudo apt-get -u upgrade (With the -u option APT shows the complete list of packages which will be upgraded).
     
  6. chronomatic

    chronomatic Registered Member

    Joined:
    Apr 9, 2009
    Posts:
    1,343

    Right. I like to use aptitude because it has more features, not least of which is that it will remove dependencies when removing a package.
     
  7. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    That is so, alas too late for me as I have been led to believe that one should not be mixing the two commands, i.e. use either apt or aptitude.
     
  8. tlu

    tlu Guest

    That's true. And if it comes to removing dependencies one should not forget that since Edgy apt-get has the autoremove option. So I think that this advantage of aptitude is no longer really convincing.
     
  9. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    http://ubuntuforums.org/showthread.php?t=1485903
    I haven't seen it either. Am checking manually.
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.