Suggestion for Linux Distro (from PSA: Linux vulnerability)

Chris Angelico rosuav at gmail.com
Thu Mar 10 21:50:10 EST 2022


On Fri, 11 Mar 2022 at 09:51, Cousin Stanley <cousinstanley at gmail.com> wrote:
>
> Marco Sulla wrote:
>
> >>
> >> Maybe Debian itself?
> >
> > I tried Debian on a VM, but I found it too much basical. A little
> > example: it does not have the shortcut ctrl+alt+t to open a terminal
> > that Ubuntu has. I'm quite sure it's simple to add, but I'm starting
> > to be old and lazy...
> >
>
>   I use the current stable release of Debian 11.2 Bullseye
>   with the lxqt desktop environment ....
>
>     [Ctrl]-[Alt]-[T] will open a new qterminal window.
>
>
>   The following will display a list of lxqt packages
>   that are in the repository and available to install ....
>
>     apt-cache search lxqt | grep ^lxqt
>
Much faster:

apt-cache pkgnames lxqt

(apt-cache search will look for "lxqt" in descriptions too, hence the
need to filter those out - apt-cache pkgnames is used by tab
completion)

ChrisA


More information about the Python-list mailing list