Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-25-2006, 07:21 PM   #1 (permalink)
 
True Techie

Join Date: Aug 2005

Posts: 176

underworld288

Send a message via AIM to underworld288
Default New to linux, need help!

I am using Ubuntu and I was wondering how to install programs. And, my second question, for now, is how do I get my sound to work?

thanks for the help in advance.
__________________
RAM: 1.0GB
HDD: 420Gb Hard Drive
OS: Windows XP Pro
VC: MSI NX7800GT (stock)
PRO: AMD Athlon 64 3500+ Venice (stock)
MOBO: MSI K8N Neo4-f
underworld288 is offline  
Old 05-25-2006, 07:49 PM   #2 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

hello


in ubuntu linux, you can install a program simple by executing one a command in the terminal. you may find the terminal in the gnome menus on the top left of your screen, Applications -> Accessories -> Terminal, or you can simply press Alt+F2 and type "gnome-terminal" and press enter

ubuntu linux comes with what's call a package manager. it manages your packages

packages are usually programs, but they can be other kinds of software too (like drivers, and multimedia codecs)

lets say you want to install gaim (a multi-protocol instant messaging program)

open a terminal and type this:

sudo apt-get install gaim

press enter and it will ask for your password (it will not show up when you type it. not even asterisks ***)

it will then download and install the gaim package and all other packages necessary for it to run. (these are called dependancies, because gaim depends on other programs to run )

you may test it afterwards by pressing Alt+F2 and typing "gaim" and hitting enter



there is an alternative approach to using the apt package manager, and that is to use a program called Synaptic (its basically a graphical front end to apt, this way you dont have to bother with the terminal if you prefer not to. but i must say that using the terminal is far easier to me than clicking the mouse and stuff, but thats just me )

this can be found in Desktop -> Administration -> Synaptic Package Manager

i'm not too familiar with it, so hopefully someone else will post instructions on how to use it.



for your sound card, you'll need to install the alsa drivers (most sound cards use this, mine does. )

to do this, go back to that terminal you were just in, and do the following commands:

sudo apt-get install module-assistant
sudo m-a prepare
sudo m-a auto-install alsa

it will probably ask for your password each time. then when it finishes, restart your computer (or just log out and log back in) and hopefully, if everything worked right, your sound will be working



i also notice you have an nvidia video card, you may need to install the nvidia drivers as well (as far as i know, ubuntu doesnt install them for you)

if you've already installed module-assistant when you were installing your sound drivers, then you can just do this, otherwise make sure you sudo apt-get install module-assistant first


sudo apt-get install nvidia-kernel-common
sudo m-a prepare
sudo m-a auto-install nvidia



i hope this helps. if you have any problems, post back and we will help you figure them out
The General is offline  
Old 05-25-2006, 08:15 PM   #3 (permalink)
 
True Techie

Join Date: Aug 2005

Posts: 176

underworld288

Send a message via AIM to underworld288
Default

when i type sudo apt-get install module-assistant into the terminal it says
E: Couldn't find package module-assistant
__________________
RAM: 1.0GB
HDD: 420Gb Hard Drive
OS: Windows XP Pro
VC: MSI NX7800GT (stock)
PRO: AMD Athlon 64 3500+ Venice (stock)
MOBO: MSI K8N Neo4-f
underworld288 is offline  
Old 05-25-2006, 08:31 PM   #4 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

ouch. apparently its not in the ubuntu repository. see, i use debian which ubuntu is based off of, they are almost the same but i just found out a new difference

someone else will need to help you with this
The General is offline  
Old 05-25-2006, 08:36 PM   #5 (permalink)
 
True Techie

Join Date: Aug 2005

Posts: 176

underworld288

Send a message via AIM to underworld288
Default

ok well for now do u know how to install wine on ubuntu.
__________________
RAM: 1.0GB
HDD: 420Gb Hard Drive
OS: Windows XP Pro
VC: MSI NX7800GT (stock)
PRO: AMD Athlon 64 3500+ Venice (stock)
MOBO: MSI K8N Neo4-f
underworld288 is offline  
Old 05-25-2006, 08:48 PM   #6 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

sudo apt-get install wine
The General is offline  
Old 05-25-2006, 08:50 PM   #7 (permalink)
 
True Techie

Join Date: Aug 2005

Posts: 176

underworld288

Send a message via AIM to underworld288
Default

oh ok, how stupid of me.
__________________
RAM: 1.0GB
HDD: 420Gb Hard Drive
OS: Windows XP Pro
VC: MSI NX7800GT (stock)
PRO: AMD Athlon 64 3500+ Venice (stock)
MOBO: MSI K8N Neo4-f
underworld288 is offline  
Old 05-26-2006, 06:51 PM   #8 (permalink)
 
True Techie

Join Date: Aug 2005

Posts: 176

underworld288

Send a message via AIM to underworld288
Default

i figured out most of it general, I had to get/add depositories to my search, thanks for all of the help.
But, I have another question when I install Wine how do I open a .exe file to install a program.

thanks
__________________
RAM: 1.0GB
HDD: 420Gb Hard Drive
OS: Windows XP Pro
VC: MSI NX7800GT (stock)
PRO: AMD Athlon 64 3500+ Venice (stock)
MOBO: MSI K8N Neo4-f
underworld288 is offline  
Old 05-26-2006, 07:02 PM   #9 (permalink)
 
Banned

Join Date: May 2005

Posts: 7,928

talldude123

Send a message via Yahoo to talldude123
Default

http://monkeyblog.org/ubuntu/installing.html
talldude123 is offline  
Old 05-26-2006, 10:31 PM   #10 (permalink)
 
True Techie

Join Date: Aug 2005

Posts: 176

underworld288

Send a message via AIM to underworld288
Default

ok, I am just wondering since I am running the 64-bit edition of Ubuntu can I run 32-bit apps.
__________________
RAM: 1.0GB
HDD: 420Gb Hard Drive
OS: Windows XP Pro
VC: MSI NX7800GT (stock)
PRO: AMD Athlon 64 3500+ Venice (stock)
MOBO: MSI K8N Neo4-f
underworld288 is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On