Find the answer to your Linux question:
Results 1 to 7 of 7
Hello, I just installed Easypeasy on my 3ee pc. I've been usin Wine for the most of the software I've downloaded, but those .tar.gz is confusing me quite badly. I've ...
  1. #1
    Just Joined!
    Join Date
    Mar 2011
    Posts
    3

    Simple question about installing software.

    Hello, I just installed Easypeasy on my 3ee pc.
    I've been usin Wine for the most of the software I've downloaded, but those .tar.gz is confusing me quite badly.

    I've tried google 'how to install bla bla' but this is only what I have found so far :

    "run /configure" < in what software do I type that in?

    I find this ûber hard and ask for a littlle guidance, if you know anny walkthrough that shows exactly how to install for example µtorrent, that would be swell!

    Thanks in advance.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I have never used EasyPeasy but I'm sure it must have package manager.
    Easypeasy is Ubuntu/Debian based OS. Look for Package Manager ( Synaptic ) in Menu. It is easier to install/manage packages through package manager. You have to search package in Package Manager and a few click will download/install it.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2011
    Posts
    3
    Found package manager. But I'm still a bit confused, how does that software help me install .tar.gz?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Tons of packages are available in Package Manager and most of the time, you won't have to download any package in .tar.gz format.
    Have you searched packages in Package Manager?

    In case you can't find required package in Package Manager, follow instructions from here to install .tar.gz packages.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Mar 2011
    Posts
    3
    Okay, I'll stick to package manager for now, found a great amount of good stuff there.

    Just 1 last thing:

    Using the RPM system is fairly straight forward. To install a package, you can use the following command: rpm -i <filename.rpm>


    Now that command is written in terminal?

    Thanks for the help.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You are using Debian based OS which supports .deb packages only.
    Now that command is written in terminal?
    Yes, you have to execute command in Terminal for manual installation. rpm command is for .rpm packages. For .deb packages, it's dpkg.
    Code:
    dpkg install <package>
    Check this link. Execute man dpkg in Terminal to check its manual.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,298
    To search the repositories in EasyPeasy (Ubuntu, Debian et al) from the command line use apt
    Code:
    apt-cache search what-you-are-looking-for
    To install from the command line use apt as well
    Code:
    sudo apt-get install package-name-to-install
    This will ask for your password and will pull in any required dependencies.

    Some people prefer aptitude to apt in which case you can use
    Code:
    sudo aptitude install package-to-install
    , it's best to pick one and stick with it as things may get messy if you mix them up. Personally, I use apt because I believe it plays nicer with Synaptic.
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...