Tuesday, April 30, 2024
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 20879  / 2 Years ago, sun, february 27, 2022, 4:13:17

How do I keep my Ubuntu install up-to-date with the latest versions of software?


More From » update-manager

 Answers
6

If you're using an up-to-date version of Ubuntu, and haven't told things not to update themselves, the answer is pretty nice:



You're doing it already.



Just hit the buttons that it tells you to hit when it tells you to hit them, and you'll always be up to date for ever and ever.



However, if you'd like to manually update your system, you can do this:




  • run update-manager fairly frequently (read: weekly at the least).

  • For those of you who like the command line, the following will update your system.



    sudo apt-get update && sudo apt-get dist-upgrade


    that command will update the repositories (the software list) and then install the latest updates.



[#43937] Sunday, February 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
berlorful

Total Points: 346
Total Questions: 90
Total Answers: 99

Location: Monaco
Member since Tue, Nov 30, 2021
2 Years ago
berlorful questions
Thu, Sep 2, 21, 10:12, 3 Years ago
Sun, May 9, 21, 20:55, 3 Years ago
Mon, Jan 16, 23, 23:19, 1 Year ago
Mon, Aug 29, 22, 05:43, 2 Years ago
;