[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-cache search + apt-cache show



Edoardo Valsesia <edo@swlibero.org> writes:

   $ apt-cache search gtk|cut -d " " -f 1|xargs apt-cache show|less

apt-cache-search+show ()
{
  apt-cache search $1 | cut -d " " -f 1 | xargs apt-cache show
}

$ apt-cache-search+show gtk

thi



Reply to: