Score:1

What is the difference between updates via terminal and those that appear in ubuntu software?

gb flag
  1. Are the same thing?
  2. If they are the same thing, why when I update via the terminal, do the update options continue in Ubuntu Software?
  3. Can I use both?
waltinator avatar
it flag
Yes. Both the command line tools (`apt`, `apt-get`, `apt-cache`) and the GUI tools install software, and update your system's packaging database. Updated software is updated software, whichever method you use.
muru avatar
us flag
The GUI will also additionally update snaps, IIRC. You need to run `snap refresh` or something like that for doing that via the terminal.
Raffa avatar
jp flag
... Also how do you "update" via terminal as for example `apt update` will only update the local copy of packages information but will not install them ... You'll need to run `apt upgrade` to install the updated packages that are managed by APT for example.
Score:2
cn flag
  1. Are the same thing?

These are exactly the same updates, performed in the backend by the same software that is part of the the APT packaging system, though through different front end tools.

Note that the timing by which both tools present updates may differ between the tools. In other words, updates listed by querying the terminal may be different from those listed in the graphical tool. For a long time, the graphical software manager had a phased software rollout in place, and the terminal not. With a phased rollout, not all updates are released to all users at the same time. Recently, such phased rollout has also been implemented in the terminal tools.

  1. If they are the same thing, why when I update via the terminal, do the update options continue in Ubuntu Software?

Normally that is not possible. A running update process will block the system and prevent other tools from running at the same time.

  1. Can I use both?

Yes, you can, but do not attempt to use them at the same time.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.