954,242 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Installing Basic Programs

All I want to know is how to install simple programs such as winrar for linux, I think the format is tar.gz what do I do if they is no help file or readme.


I am a n00b so basic steps would be really handy,

also I have tried the package manager and winrar cannot be found.


Cheers
Bondi :-/

bondi007
Posting Pro in Training
406 posts since Apr 2007
Reputation Points: 10
Solved Threads: 5
 

If you're using Debian, it's probably easier simply to install it through the dpkg package management system. First, make sure that in your /etc/apt/sources.list file you have the word non-free after your main repository line. In other words, the first line of your file should look something like this:

deb http://http.us.debian.org/debian stable main contrib <strong>non-free</strong>


Now run the following at the terminal:

$ su
<enter password>
# apt-get update
# apt-get install rar


It's a lot simpler than compiling and installing software.

John A
Vampirical Lurker
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 

Lol :'(


So n00bish i'm not sure, I have the winrar.tar.gz I dont know how to install it could you make it a bit simpler lol sorry :(

bondi007
Posting Pro in Training
406 posts since Apr 2007
Reputation Points: 10
Solved Threads: 5
 

>I dont know how to install it could you make it a bit simpler
I have made it simpler. The instructions for installing the winrar.tar.gz file would be even more complex and have a lot more places to get stuck.

Basically, try entering this first in a terminal window:

su
<enter password>
apt-get install rar


If that doesn't work, you need to add 'non-free' to your list of repositories, described in the first bit of my previous post.

John A
Vampirical Lurker
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 

By simpler, maybe he's intimidated by the terminal?

You could open Synaptic or your package manager and install the package rar .

linux
Posting Shark
933 posts since Aug 2006
Reputation Points: 118
Solved Threads: 30
 

I'll give that ago when I get to my server this week :P

Bondi

bondi007
Posting Pro in Training
406 posts since Apr 2007
Reputation Points: 10
Solved Threads: 5
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: