Updating packages in Debian like in Mint

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Mr. Alex

Updating packages in Debian like in Mint

Post by Mr. Alex »

Mint has "mintUpdate", where you can check for packages' updates in GUI. And update 'em in GUI. As far as I know, Debian doesn't have GUI-updater. So how do I check for updates of packages (not the distro) with console? That would be "sudo apt-get update" I guess? Or something else? It's also interesting to update software this way in Mint.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
DrHu

Re: Updating packages in Debian like in Mint

Post by DrHu »

In terminal, on Mint, check
  • apt search update-notifier
    p update-notifier - Daemon which notifies about package update
    i update-notifier-common - Files shared between update-notifier and a
    p update-notifier-kde - Apt Status Applet
There is nothing truly unique about automatic notification of updates in Ubuntu or Mint, since Debian (the parent has it already..)
http://packages.debian.org/lenny/update-notifier
--of course all software has the possibility of bugs..

http://www.aboutdebian.com/packages.htm
http://www.aboutdebian.com/packages.htm

http://www.cyberciti.biz/tips/linux-deb ... sheet.html
http://www.syrlug.org/contrib/debian-package.html
Depends on what you mean by GUI, ytree (most of these file managers predate Nortons versions, and are derivative of Xtree (look and feel), midnight commander, xfce
--they run on the desktop, but don't necessarily use the desktop gui tools, an ncurses screen looks fine and runs faster, than nautilus for example
--xfce in particular is very fast
http://tuxarena.blogspot.com/2009/04/10 ... linux.html

Debian update/package manager GUI, what wrong with..
  • Synaptic
  • Aptitude
  • dselect
    --although this one might be harder to manage..
Cheat sheets.. for software/package installs..
http://www.cyberciti.biz/ref/apt-dpkg-ref.html
--overall guide dpkg and apt..
http://www.cyberciti.biz/howto/question ... -sheet.php
http://www.cyberciti.biz/howto/question ... -sheet.php

Debian..match Mint, prevent some packages from being updated..
http://www.debianadmin.com/how-to-preve ... ebian.html
Mr. Alex

Re: Updating packages in Debian like in Mint

Post by Mr. Alex »

A lot of information. Thanks. :)
So I guess "sudo apt-get upgrade" will do?

P. S. I would like not to use graphical tool to update software in distro.
gn2

Re: Updating packages in Debian like in Mint

Post by gn2 »

Mr. Alex wrote:So I guess "sudo apt-get upgrade" will do?
Only if you've installed and configured sudo
vrkalak

Re: Updating packages in Debian like in Mint

Post by vrkalak »

In my Debian 'testing' (Xfce) ... I use the CLI for all my system updates/upgrades.

sudo apt-get update --upgrade

You can also, update/upgrade using Synaptic Manager, just click on 'reload' ... then, click on 'mark all upgrades' ...then, 'apply' Done.
. . . . . . . . . . . . . . . . .

Side-note:
Yes, you need to have 'sudo' installed.
Also, you can use either apt-get or aptitude ... pick one - doesn't matter which, and stick with it ... not both.
Mr. Alex

Re: Updating packages in Debian like in Mint

Post by Mr. Alex »

vrkalak wrote:Also, you can use either apt-get or aptitude ... pick one - doesn't matter which, and stick with it ... not both.
Why not?
Locked

Return to “Beginner Questions”