Results 1 to 6 of 6

Thread: installing software

  1. #1
    Join Date
    Dec 2010
    Location
    India
    Beans
    36
    Distro
    Ubuntu 10.10 Maverick Meerkat

    installing software

    I downloaded tarball for vlc , now i don't know how tom install it. please get me the step-by step procedure to do it..
    am using FEDORA

  2. #2
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: installing software

    Why not ask at http://fedoraforum.org/?
    We support Ubuntu here.

  3. #3
    Join Date
    Feb 2010
    Location
    Rochester, Minnesota, USA
    Beans
    159
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: installing software

    First off, this should maybe be moved to Other Distro section.

    But anyways, open up a terminal and move to the location where your tar.gz file is.

    Type and run
    Code:
    tar zxvf <yourfile.tar.gz>
    which will unpack your file.

    Then you need to change to the newly unpacked folder.
    Code:
    cd <folder of unpacked tar.gz>
    Then you simply need to follow these three commands, letting each do their thing before typing the new one.
    Code:
    ./configure
    make
    make install
    If you get an error for the last command, you may have to give root permission, which would simply be
    Code:
    sudo make install
    Hope that helps!
    There is a light that never goes out...over and over again.

  4. #4
    Join Date
    May 2007
    Location
    DR
    Beans
    1,345
    Distro
    Ubuntu Development Release

    Re: installing software

    isnt there an rpm for fedora?
    When close to achieving you quit! If you don't try you failed. Real Winners are not afraid of losing.
    ubuntu newsletter ; Report Papercuts (small annoyances/bugs) ; beginners guide and video http://youtube.com/watch?v=Z0tNpt5RZYI

  5. #5
    beew is offline I Ubuntu, Therefore, I Am
    Join Date
    Jun 2010
    Beans
    2,783

    Re: installing software

    VLC is in the RPM fusion repo. Just add it and install it with Add/Remove (or Yumex if you have installed it )

    http://rpmfusion.org/Configuration

    Fedora doesn't include software with non free components in its official repository and VLC has non free codecs so it wouldn't make it into there. RPM fusion is where all the good stuffs are.
    Last edited by beew; August 31st, 2011 at 05:15 AM.

  6. #6
    Join Date
    Dec 2010
    Location
    India
    Beans
    36
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: installing software

    @kyletstrand: Thanks for your reply.I tried ./configure , it works after that other commands do not work

    Here is the notification it shows :

    "[sd_coolmego@coolmego vlc-1.1.9]$ sudo make
    make: *** No targets specified and no makefile found. Stop.
    "

    "[sd_coolmego@coolmego vlc-1.1.9]$ make install
    make: *** No rule to make target `install'. Stop.
    "

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
  •