Pls Help Me

Discussion in 'HOWTO-Related Questions' started by fahad, Apr 2, 2008.

  1. fahad

    fahad New Member

    Dear,
    I Have A Little Problem That I Am New In The Linux World. I Cant Install The Softwares And Pls Tell Me How I Will Istall The Drivers Of My System.

    Thanks,
    Fahad.
     
  2. zcworld

    zcworld New Member

    a. the topic name isn't much help to anyone
    b. what linux OS you got
    c. What software you trying to install


    ok
    Fedora / Centos
    try
    yum install <program name>

    ubuntu :
    apt-get install <program name>


    if its like an .bin / .sh file
    try
    sh ./<filename>
     
  3. fahad

    fahad New Member

    I Have A Fedora Core 6 Now Tell Me How I Will Install The Sound Card And Vga Drivers Through Terminal
     
  4. zcworld

    zcworld New Member

    ok
    do you have the RPMS downlaoded for them

    if so
    try
    sudo rpm -ihv <filename>.rpm
    <root password> <enter>
     
  5. falko

    falko Super Moderator Howtoforge Staff

    What sound and video cards are you using?
    What's the output of
    Code:
    lspci
    ?
     

Share This Page