Re: Gnome and Red Hat 5.2



> one in the screenshots :-).  Is there any way to remove the tarball
> files and reinstall Gnome 1.0?

In tcsh, as root:

  # foreach i (`tar -tf tarball.tar`)
  foreach? rm -f $i
  foreach? end

It'll spit out a couple of errors when it tries to delete the
directories, but basically this should work. There may be simpler
ways. (And of course you have to run it from wherever you're
supposed to extract the tarball from.)

--D



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