Results 1 to 4 of 4

Thread: how to install softwares in LINUX

  1. #1
    Join Date
    Dec 2008
    Posts
    7

    how to install softwares in LINUX

    Hi i'm linux user. I have downloaded video player as a tar/bin file. I dn't know how to install it. please help me with suitable command to install it.

  2. #2
    Join Date
    Dec 2008
    Posts
    9

    Re: how to install softwares in LINUX

    HI will you please tell me which version of linux you are using?

  3. #3
    Join Date
    Dec 2008
    Posts
    7

    Re: how to install softwares in LINUX

    my linux version is RED HAT

  4. #4
    Join Date
    Dec 2008
    Posts
    9

    Re: how to install softwares in LINUX

    Red Hat: yum

    yum does for RPM packages roughly what apt-get does for Debian packages. Like apt-get, yum can download and install packages from a configured repository.
    [root]# yum install packagename

    To remove software is just as easy.
    [root]# yum remove packagename

    yum does not keep a local copy of your package database by default, so normally there is no need to update it. To install all available security patches and bug fixes, use this command:
    [root]# yum update

    You can also explicitly update a single package with:
    [root]# yum update packagename

    For a more indepth yum tutorial and other resources, see Managing Software with yum and rpm.

Similar Threads

  1. I cannot install softwares due to virus in Windows 7
    By DanielaA in forum Networking & Security
    Replies: 6
    Last Post: 14-06-2011, 11:45 PM
  2. Different ways to install softwares in GNU/Linux
    By RedZot in forum Guides & Tutorials
    Replies: 8
    Last Post: 02-12-2009, 12:07 PM
  3. How compile and install softwares from source in linux?
    By Baker in forum Operating Systems
    Replies: 4
    Last Post: 03-03-2009, 12:21 PM
  4. Where does ubuntu install my softwares
    By Iesa in forum Operating Systems
    Replies: 1
    Last Post: 30-01-2009, 03:09 PM
  5. Share some linux GNU softwares
    By Calvin K in forum Operating Systems
    Replies: 3
    Last Post: 22-01-2009, 01:27 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,811,998.35363 seconds with 17 queries