<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
geoffrey mendelson wrote:
<blockquote cite="mid:371EEF20-FA76-4150-A790-0B9AA70915A2@gmail.com"
 type="cite">Ok, I did something stupid. I have two similar ubuntu
systems. Noticing that some packages I need are missing on one but not
knowing which ones,
  <br>
I did a list of them using:
  <br>
  <br>
dpkg --get-selections &gt; installed-software
  <br>
  <br>
Then I used grep to weed out only the installed ones, and went to the
other system and entered:
  <br>
dpkg --set-selections &lt; installed-software
  <br>
  <br>
Then I tried to do a dselect, which wants to delete several packages I
really want to keep.
  <br>
Is there any way to keep those packages? Or at least find out which
ones are forcing removal of it, so I can deselect them?<br>
</blockquote>
aptitude has a reverse dependency tracking tool. You can look at a
package, and ask "which package X on it", where X can be, among other
things, conflict. This should tell you which packages are causing your
package to be removed.<br>
<br>
Shachar<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a class="moz-txt-link-freetext" href="http://www.lingnu.com">http://www.lingnu.com</a>
</pre>
</body>
</html>