Hello,
wouldn't it be nice to be able to replace such long lines
with something like this? ;-)
And to avoid this:
How to install all packages at once?
Another example:
and so on.
Just compare it to
wouldn't it be nice to be able to replace such long lines
pkg install sdl2_mixer sdl2_image sdl2_net
with something like this? ;-)
pkg install sdl2_*
And to avoid this:
Code:
:~ # pkg install sdl2_*
pkg: No match.
How to install all packages at once?
Another example:
Code:
pkg install octave-forge-civil-engineering
pkg install octave-forge-communications
pkg install octave-forge-control
pkg install octave-forge-database
pkg install octave-forge-dataframe
pkg install octave-forge-dicom
pkg install octave-forge-divand
pkg install octave-forge-doctest
pkg install octave-forge-econometrics
and so on.
Just compare it to
pkg install octave-forge-*