Open nerun opened 1 year ago
Could developers add and option to nala list so only package name, version, system and repository are shown?
nala list
Current:
$ nala list nala libdynalang-java 0.4-3.1 [Ubuntu/jammy universe] └── JVM Dynamic Languages Metaobject Protocol nala 0.11.1~bpo22.04.1 [Ubuntu/jammy universe] ├── está instalado └── Commandline frontend for the APT package manager
I wish (-h for headings only):
-h
$ nala list -h nala libdynalang-java 0.4-3.1 [Ubuntu/jammy universe] nala 0.11.1~bpo22.04.1 [Ubuntu/jammy universe]
It's easier to read this way. Alternatively, make this the standard output to nala list, using -f for short info and -Fto --full.
-f
-F
--full
I have opened a similar issue in https://github.com/volitank/nala/issues/21
Could developers add and option to
nala list
so only package name, version, system and repository are shown?Current:
I wish (
-h
for headings only):It's easier to read this way. Alternatively, make this the standard output to
nala list
, using-f
for short info and-F
to--full
.