<div dir="ltr">Arkana,good info.   I should hang out with you more.  :)</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 3, 2020 at 3:24 PM Akkana Peck <<a href="mailto:akkana@shallowsky.com">akkana@shallowsky.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Don Crowder writes:<br>
> Semantics can be an obstacle. I opened Synaptic after reading your post and<br>
> searched for "clip art".  I got a lot of results, none of which appeared to<br>
> be clip art but when I tried again, searching instead for "clipart", I got<br>
> specific and usable results.  When I'm looking for an application for a<br>
> specific purpose I don't normally begin with Synaptic.  I begin with<br>
> google. Of course if you google "free clipart for LibreOffice" you'll need<br>
<br>
Being a command-line girl, I like using grep to winnow down search<br>
choices. I find it a lot faster than typing lots of repeated<br>
patterns into Google or Synaptic.<br>
<br>
You can search with either apt-cache search or aptitude search;<br>
I prefer aptitude. If you want something that includes both "clip"<br>
and "art" but you're not sure whether it's clipart, clip art,<br>
clip-art or what, you could do this:<br>
<br>
$ aptitude search clip | grep art<br>
p  openclipart - Open Clip Art Library<br>
p  openclipart-libreoffice - clip art for OpenOffice.org/LibreOffice gallery<br>
p  openclipart-png - clip art in PNG format<br>
p  openclipart-svg - clip art in SVG format<br>
<br>
The letter at the beginning of the line indicates whether it's<br>
installed or not. If it was installed it would say "i"; anything<br>
else means it's not installed or partially installed (details are in<br>
man aptitude, but I never remember, so I just look for i or not-i).<br>
<br>
        ...Akkana<br>
_______________________________________________<br>
nmglug mailing list<br>
<a href="mailto:nmglug@lists.nmglug.org" target="_blank">nmglug@lists.nmglug.org</a><br>
<a href="http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org" rel="noreferrer" target="_blank">http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org</a><br>
</blockquote></div>