QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Gaming > Sony PlayStation 3 > PS3 Main > PS3 Linux
The above video goes away if you are a member and logged in, so log in now!

Please Assist

This is a discussion on Please Assist within the PS3 Linux forums, part of the PS3 Main category; Hey guys I'm really new to linux so I hope you guys can offer some help. I'm running fedora core ...

Reply
 
LinkBack Thread Tools
Old 10-17-2007, 06:27 PM   #1
 
Join Date: Oct 2007
Posts: 6
Trader Feedback: 0
Default Please Assist

Hey guys
I'm really new to linux so I hope you guys can offer some help.
I'm running fedora core 6 (ZOD)
First off....I don't know how to check the amount of free disc space that is left on my linux partition

The second question I would like to ask is, how does the uninstalling of programs work? I went into the add/remove section and all I see are check marks and unchecked apps. Is uninstalling as simple as unchecking?

The third question is, is there a way for me to use the root command line to remove applications(terminal window)...I think the command is 'yum remove'

The fourth, what is the benefit of installing the cell sdk 2.1? Will it make linux run faster?

Thanks
AznGouki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-17-2007, 06:40 PM   #2
No longer a community member.
 
Join Date: Dec 2005
Posts: 22
Trader Feedback: 0
Default

1) To find remaining disk space for each partition, enter this into a terminal:
Code:
df -H
2) You use yum, as root. This will be explained in #3 because it relates.

3) To become root in a terminal, enter:
Code:
su-
Then type your root password. When you're done using root to install / remove programs, be sure to
Code:
logout
because not knowing what you're doing as root is dangerous.

As for installing programs. First, we'll find the program we want to install:
Code:
yum search [program]
Then, install it:
Code:
yum install [program]
To find all installed software:
Code:
yum list
To find all installed software that matches a given name:
Code:
yum list [program]
To remove a program:
Code:
yum remove [program]
Some of these commands may fill your terminal too quickly, so that you can't scroll up and see the whole thing. Usually, this will only be the search and list commands. If this is so, you can put it into a text file and use gedit:
Code:
yum search [program] >> [filename].txt
gedit [filename].txt &
4) I don't know, sorry

If any of this is unclear, go ahead and ask. However, all of this was found with a simple google search

Last edited by Hardrive; 10-17-2007 at 06:55 PM..
Hardrive is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-17-2007, 07:07 PM   #3
 
Join Date: Oct 2007
Posts: 6
Trader Feedback: 0
Default

Thanks for the help man. I will give this a try. Haha I've been scouring google trying to find the answers all day today and yesterday.
AznGouki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-17-2007, 07:08 PM   #4
No longer a community member.
 
Join Date: Dec 2005
Posts: 22
Trader Feedback: 0
Default

You just have to figure out how to use google well. It take experience.

Anyways, I'm running FC7 on my home PC (I'm posting from it), so if you need any more help, just ask.
Hardrive is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
assist

Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 05:52 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us