Re: apt update vs. KDE Discover?
On Fri 25 Apr 2025 at 14:23:52 (-0000), Greg wrote:
> On 2025-04-25, Lee <ler762@gmail.com> wrote:
> >>
> >> I never run 'apt list --upgradable' because 'apt upgrade' shows the same
> >> info, while offering the chance to say no.
> >
> > ^shrug^
> > it's harder to fuck up 'apt list --upgradable' if all you want is a
> > list of what updates are available, but whatever works for you..
> >
>
> Considerable extra typing susceptible to error, and as I suffer from a
> digital deformity, I prefer less to more.
You could read man bash from the line that starts with
ALIASES
and save yourself a lot of typing. For example, when I want
to check up on my clock synchronisation, I type:
$ clock
Its alias is:
alias clock='chronyc activity; echo; chronyc sourcestats; echo; chronyc sources -a -v; echo; chronyc tracking; echo; timedatectl; echo; systemctl status chrony.service'
Cheers,
David.
Reply to: