LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 04-30-2004, 12:56 AM   #1
rykel
Member
 
Registered: Jan 2004
Location: Singapore
Distribution: Main Distros: Ubuntu & SUSE, OTHERS: MEPIS, FC, Mandriva, Linspire, Xandros, Knoppix
Posts: 58

Rep: Reputation: 15
Which are the redundant services in an office user Fedora Core 1?


Hi all,

I am trying to run a lean and mean Fedora Core 1.

Can someone help me understand which are the redundant services and folders which I can remove to save space and resources?

I am running my PC on a hub/router network with Win98 machines, and I need the following major applications only:

Mozilla Firefox 0.8
(with Flash and Java Runtime Environment plugged in)
Mozilla Thunderbird 0.5
OpenOffice.org 1.1.1
jPilot
XMMS
Xine

Hope if you have the answers, you can share with me!


Best Regards,

Rykel
Singapore
 
Old 04-30-2004, 07:42 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
"Can someone help me understand which are the redundant services and folders which I can remove to save space and resources?"

The first thing to do is to make a list of all of the packages that you have installed:
rpm -qa | sort > /root/package.list.txt

Then you can use a text editor to review /root/package.list.txt and look for applications that you do not need. Suppose that you find a package called recipemaker that you are sure that you can live without. You not only want to remove recipe-maker but also the packages on which recipemaker depends, providing that no other package also needs those dependencies. So you use:
rpm -q --requires recipemaker
to get a list of packages that you could also remove with recipemaker. Some of the dependencies are given as files instead of package names. Suppose that recipemaker depends on a file called /usr/local/teaspoon. Then you can find out what package provides teaspoon with:
rpm -q --whatprovides /usr/local/teaspoon
and put the answer on your list of candidate packages to be removed.

Once you get a list of packages that can be tossed with recipemaker then you start removing packages with:
rpm -e recipemaker
rpm -e somedependentpackage
and so forth. Some or all of the packages may not be removable because they are also used by other packages than recipemaker.

Then select another package from /root/package.list.txt and remove some more packages.

You should read:
man rpm
so that you understand what you are doing.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeB....home.page.html

Steve Stites

Last edited by jailbait; 04-30-2004 at 07:44 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
user account for fedora core 3 lbotes Linux - Newbie 4 03-02-2005 01:06 PM
Fedora Core 3 Services Slycer Fedora 1 01-27-2005 03:32 AM
Why can't I import sound or video to an open office file, on Fedora core 2? rockgod9309 Linux - Software 1 11-30-2004 04:14 PM
Old Redhat user, which fedora core to choose? Flak Pyro Fedora 2 05-30-2004 08:57 PM
Fedora Core 1 Services BrandonTurner Fedora 4 04-01-2004 01:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 10:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration