| Next: Suggestions for a home/small biz file/print serve.. |
| Author |
Message |
A. Ben Hmeda External

Since: Nov 27, 2006 Posts: 7
|
Posted: Mon Nov 27, 2006 12:08 am Post subject: Fedora Core 5 / Debian Equivalents Archived from groups: comp>os>linux>misc (more info?) |
|
|
|
| Is there an equivalent package/command in FC5 for Debian's deborphan and
dpkg-reconfigure?
Thanks
|
|
|
| Back to top |
|
 |
Patrick External

Since: Nov 08, 2006 Posts: 43
|
Posted: Mon Nov 27, 2006 12:08 am Post subject: Re: Fedora Core 5 / Debian Equivalents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
In news:456a793d$0$10747$ec3e2dad@news.usenetmonster.com,
A. Ben Hmeda <abh RemoveThis @canada.EH.com> wrote:
> Is there an equivalent package/command in FC5 for Debian's deborphan
> and dpkg-reconfigure?
What do those commands accomplish? |
|
| Back to top |
|
 |
A. Ben Hmeda External

Since: Nov 27, 2006 Posts: 7
|
Posted: Mon Nov 27, 2006 1:16 am Post subject: Re: Fedora Core 5 / Debian Equivalents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Patrick wrote:
> In news:456a793d$0$10747$ec3e2dad@news.usenetmonster.com,
> A. Ben Hmeda <abh.TakeThisOut@canada.EH.com> wrote:
>
>> Is there an equivalent package/command in FC5 for Debian's deborphan
>> and dpkg-reconfigure?
>
> What do those commands accomplish?
deborphan lists libraries/packages that have no dependents (to be safely
uninstalled without breaking other packages)
dpkg-reconfigure reconfigures a package at any time after installation
and initial configuration |
|
| Back to top |
|
 |
James Wilkinson External

Since: Dec 04, 2006 Posts: 18
|
Posted: Mon Dec 04, 2006 1:22 pm Post subject: Re: Fedora Core 5 / Debian Equivalents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
A. Ben Hmeda wrote:
> Is there an equivalent package/command in FC5 for Debian's deborphan and
> dpkg-reconfigure?
The yum-utils package (in Extras) contains the package-cleanup program.
When used with the --leaves and possibly the --all option, it will list
(library) RPMs that are not used by other RPMs.
If you want something closer to deborphan, pipe the results through grep
-v and xargs rpm -e.
Most of the Fedora-specific configuration commands begin "system-con",
but the general ethos is that most packages should Just Work.
Hope this helps,
James.
--
E-mail: james@ | "But alas, we don't need a car, so I have a bus timetable
aprilcottage.co.uk | and one day the buses will read it too."
| -- Telsa Gwynne |
|
| Back to top |
|
 |
A. Ben Hmeda External

Since: Nov 27, 2006 Posts: 7
|
Posted: Sun Dec 31, 2006 10:34 pm Post subject: Re: Fedora Core 5 / Debian Equivalents [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
James Wilkinson wrote:
> A. Ben Hmeda wrote:
>> Is there an equivalent package/command in FC5 for Debian's deborphan and
>> dpkg-reconfigure?
>
> The yum-utils package (in Extras) contains the package-cleanup program.
> When used with the --leaves and possibly the --all option, it will list
> (library) RPMs that are not used by other RPMs.
>
> If you want something closer to deborphan, pipe the results through grep
> -v and xargs rpm -e.
>
> Most of the Fedora-specific configuration commands begin "system-con",
> but the general ethos is that most packages should Just Work.
>
> Hope this helps,
>
> James.
>
Thanks James, yum-utils is my new friend |
|
| Back to top |
|
 |
|