About 232,000 results
Open links in new tab
  1. apt - How to install updates via command line? - Ask Ubuntu

    Use this: sudo apt update # Fetches the list of available updates sudo apt upgrade # Installs some updates; does not remove packages sudo apt full-upgrade # Installs updates; may also …

  2. command line - What does "sudo apt-get update" do? - Ask Ubuntu

    Update, as mentioned above, will fetch available software and update the lists while upgrade will install new versions of software installed on your computer (actual software updates). To …

  3. One single command to update everything in Ubuntu?

    alias update='sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade' A final method would be to simply string the 3 commands together on the commandline: sudo apt-get …

  4. Upgrade Ubuntu in WSL2 from 20.04 to 22.04

    Sep 9, 2022 · sudo apt update sudo apt list --upgradable sudo apt upgrade -y Run sudo apt install update-manager-core Then sudo do-release-upgrade -d. Note the '-d' as the subtle difference …

  5. How to force a clock update using ntp? - Ask Ubuntu

    Feb 14, 2013 · However, when doing this from command line once logged in (via ssh), the clock gets updated as soon as I invoke ntpdate. Last thing I did was to remove that from rc.local and …

  6. How do I change the hostname without a restart? - Ask Ubuntu

    Dec 14, 2011 · When it opens, run the below command: sudo hostname NEW_NAME_HERE; This will change the hostname until next reboot. The change won’t be visible immediately in …

  7. How Do I Update Ubuntu Linux Software Using Command Line?

    Jun 8, 2021 · "how do I update Ubuntu Linux for security and application fix/upgrades?" A stock install of Ubuntu Desktop and Ubuntu Server will handle deb package security upgrades …

  8. How do I enable automatic updates? - Ask Ubuntu

    Jul 22, 2014 · to change it's behavior. Follow the prompts to enable the feature once you run the command. There's currently no graphical method to just set the entire system to update …

  9. apt - How do I upgrade PHP version to the latest stable released ...

    Dec 27, 2014 · Then run the following command in terminal. sudo apt-get update This is worked well when installing php 5.5,5.6 and 7.0. If there some errors this command will resolve the …

  10. How Do I update my kernel to the latest one? - Ask Ubuntu

    Jan 20, 2022 · If the following command returns a package, you can upgrade the kernel using this method. If the following command returns no package, you probably need one of the other …

Refresh