<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=us-ascii" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi Mike T.,<br>
<br>
See comments below.<br>
<br>
On 03/14/2011 12:59 AM, Michael B. Trausch wrote:
<blockquote cite="mid:1300078757.8302.11.camel@aloe" type="cite">
  <pre wrap="">On Mon, 2011-03-14 at 00:54 -0400, Ron Frazier wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hypothetically speaking, if I wanted to get rid of LibreOffice (which
I don't) is there a way to identify the master package, so to speak?
A Synaptic search yields 22 items.  Nothing jumps out as being a
master record.  There's no mention of it in the application in
Software Center.
    </pre>
  </blockquote>
  <pre wrap="">
There is no "master".  However, if you installed it using a single
package that then pulled all of the other packages, you can easily
remove it with a command line thus:

$ sudo aptitude --purge purge main-package-that-pulled-the-others

This will purge the main package (e.g., the one that you used to pull
all of the other ones) and it will purge any other associated packages
that are *automatically* installed *and* have no other dependencies.

  </pre>
</blockquote>
<br>
This is another post I'm saving for later reference.&nbsp; That's good
info.&nbsp; LibreOffice wasn't originally in the Ubuntu Repositories, so I
didn't use synaptic.&nbsp; Again, I don't wish to get rid of it, so this is
all hypothetical.<br>
<br>
For PC #1, I used this command, per the LibreOffice website, executed
from within each of three DEBS directories extracted from tarballs.<br>
<br>
<code>sudo dpkg -i *.deb<br>
<br>
</code>I'm afraid I don't know what the procedure did, other than that
it installed LibreOffice and it appears to work.&nbsp; Later, I learned
about the PPA.&nbsp; I'm working on activating that on PC #1 so I can get
the auto updates going.&nbsp; <br>
<br>
On PC #2, I used the following commands to install LibreOffice from the
PPA.&nbsp; I didn't use synaptic this time either.<br>
<br>
sudo add-apt-repository ppa:libreoffice/ppa<br>
sudo apt-get update<br>
sudo apt-get install libreoffice<br>
sudo apt-get install libreoffice-gnome<br>
<br>
Again, this did LOTS of stuff, I know not what.&nbsp; I wouldn't know what
synaptic record to purge if I wanted to.<br>
<br>
<blockquote cite="mid:1300078757.8302.11.camel@aloe" type="cite">
  <pre wrap="">I'm not sure that there is a way to directly translate that into a GUI
with a reasonable number of steps.  The packaging systems on (most)
distributions are quite a bit more flexible than the packaging scheme
that Microsoft uses (that is, the Windows Installer package management
system, also known by some as the MSI package management system).

        --- Mike

  </pre>
</blockquote>
<br>
I don't have to use the GUI.&nbsp; I just prefer to most of the time.&nbsp;
However, I do realize there are times you just need the command line.&nbsp;
I think my sister is vaguely aware of the command line, and my Dad and
son are not hardly aware of it at all.<br>
<br>
Here's something I've found the command line useful for on both Windows
and Linux.&nbsp; That is getting directory listings with odd
characteristics.&nbsp; For example:<br>
<br>
Windows: dir c:\mydir /s /os &gt; dir.txt - This will take a directory
listing of c:\mydir, and all subdirectories, and order the list by file
size, and send the result to dir.txt.&nbsp; Now you wouldn't want to do this
against c:\ (the root directory) unless you want to wait an hour and
get a text file with 2+ million lines in it.&nbsp; One neat thing you can do
with the resulting text file is print it, which you can never do from
any graphical file browser I've seen.<br>
<br>
I'm sure you can do something similar with the ls command in Linux.&nbsp; I
just haven't taken the time to figure it out.<br>
<br>
I also sometimes use the command line for copying files, particularly
if I want to use wildcards, and I sometimes use the command line for
checking the IP address of a machine and the status of it's network
interfaces.<br>
<br>
Sincerely,<br>
<br>
Ron<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 

(PS - If you email me and don't get a quick response, you might want to
call on the phone.  I get about 300 emails per day from alternate energy
mailing lists and such.  I don't always see new messages very quickly.)

Ron Frazier

770-205-9422 (O)   Leave a message.
linuxdude AT c3energy.com
</pre>
</body>
</html>