[1187] in athena10
Re: questions on debathena-thirdparty-* conflicts and priorities
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Thu Feb 19 17:59:00 2009
Message-Id: <200902192258.n1JMw14E021375@dit.mit.edu>
To: Tim Abbott <tabbott@MIT.EDU>
cc: alexp@MIT.EDU, amb@MIT.EDU, debathena@MIT.EDU
In-Reply-To: Your message of "Thu, 19 Feb 2009 17:09:00 EST."
<alpine.DEB.2.00.0902191706500.21988@vinegar-pot.mit.edu>
Date: Thu, 19 Feb 2009 17:58:01 -0500
From: Alex T Prengel <alexp@MIT.EDU>
>> I don't know offhand if anything else in the bundle depends on libmotif-dev
>> (or any other Ubuntu package, for that matter). Is there some Ubuntu package
>> command option that tells that (what packages require a given package)?
>checks for dependencies:
>aptitude search ~Dlibmotif-dev
Thanks- just what I was looking for; seems it needs to be quoted:
aptitude search '~Dlibmotif-dev'
Alex