Results 1 to 7 of 7

Thread: I cannot install anything

  1. #1
    Join Date
    Jul 2008
    Beans
    4

    Question I cannot install anything

    I have lots of .tar.gz files to make installation but I can't make install. How can I install software to my system? (ubuntu 7,04)

  2. #2
    Join Date
    Mar 2008
    Location
    City of Pines
    Beans
    3,585

    Re: I cannot install anything

    Quote Originally Posted by ekrem97 View Post
    I have lots of .tar.gz files to make installation but I can't make install. How can I install software to my system? (ubuntu 7,04)
    Read this page on How to Install ANYTHING in Ubuntu.
    Steady movement is more important than speed, much of the time. So long as there is a regular progression of Stimuli to get your mental hooks into, there is room for lateral movement. Once this begins, its rate is a matter of discretion.

  3. #3

    Re: I cannot install anything

    Read How to Install Anything in Ubuntu.

    What are you trying to install? They may be available in either Add/Remove or in Synaptic Package Manager.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  4. #4
    Join Date
    Jun 2006
    Beans
    7,419
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: I cannot install anything

    sudo make install

    are you sure there aren't debs of these apps in the repos?

  5. #5
    Join Date
    Dec 2007
    Location
    /home
    Beans
    483

    Smile Re: I cannot install anything

    It depends on what you're trying to install.

    Did you not find it in Synaptic or Add/Remove Programs?

    If it wasn't available through the repositories, or if you want a newer version that requires compiling, you must first install the build-essential package.

    Code:
    sudo apt-get install build-essential
    then you can
    Code:
    ./configure && make && sudo make install
    or something very similar to that.

    edit:
    Wow! 4 answers in less than 2 minutes... gotta love this place
    Last edited by angry_johnnie; July 21st, 2008 at 09:49 AM. Reason: lotta answers before i was finished.
    Don't eff with The Cult...

  6. #6
    Join Date
    Jul 2008
    Beans
    4

    Question Re: I cannot install anything

    I cannot find anything on synaptic pm. One of software I'm trying to install is Gstreamer. I can't play mp3 files on my PC

  7. #7
    Join Date
    Dec 2007
    Location
    /home
    Beans
    483

    Re: I cannot install anything

    Oh, so it's codecs you want.

    Go here.

    Just make sure you copy the right instructions for your version of Ubuntu.
    Then you'll be able to find the necessary codecs in synaptic.

    install restricted extras (after you've added the medibuntu repo)

    sudo apt-get install ubuntu-restricted-extras

    and then you'll be able to play most media formats.
    Last edited by angry_johnnie; July 21st, 2008 at 09:58 AM.
    Don't eff with The Cult...

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
  •