On Friday 20 January 2017, Ralf Mardorf wrote:
> To list all jack related packages that are installed run
>
> mkdir /tmp/empty_dir
> cd /tmp/empty_dir/
> dpkg -l *jack* | grep ii
for you are not saving anything, you don't need to create a new folder. Furthermore my shell tries
to expand *jack*; you have to use the ' character (don't know its name in English) like this:
dpkg -l '*jack*' | grep ii
Gerhard
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Fri Jan 20 16:15:01 2017
This archive was generated by hypermail 2.1.8 : Fri Jan 20 2017 - 16:15:01 EET