Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-10-2004, 08:37 PM
|
#1
|
Member
Registered: Aug 2004
Location: va USA
Distribution: ?
Posts: 49
Rep:
|
how do i install .tar?
I know how to unzip bzip2, gzip, zip, blah, blah. And I know how to extract a tar, but then I don't know how to install any thing. I'm using suse 9.1 and I can easily install icons, mouse themes, color schemes, etc. But window decorations, Karamba stuff, and so forth is different.
Also, if it's not to much trouble, how do you install win progs. on wine?
|
|
|
11-10-2004, 08:56 PM
|
#2
|
Member
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915
Rep:
|
Re: how do i install .tar?
Quote:
Originally posted by ojasom
I know how to unzip bzip2, gzip, zip, blah, blah. And I know how to extract a tar, but then I don't know how to install any thing. I'm using suse 9.1 and I can easily install icons, mouse themes, color schemes, etc. But window decorations, Karamba stuff, and so forth is different.
|
You usually do not "install" Karamba applets. You simply open the tar file, save the resulting directory somewhere, and run "(super)karamba /your_dir/xxxx.theme" to run the applet. KDE-Look.org has instructions about how to install window decorations.
|
|
|
11-11-2004, 02:01 AM
|
#3
|
Member
Registered: Apr 2004
Posts: 272
Rep:
|
do u mean random programs from *.tar.gz ?
read the REAME.TXT it should explain
|
|
|
11-11-2004, 03:22 AM
|
#4
|
LQ Veteran
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642
Rep:
|
The question could use a little focus. If you are asking how to install programs from a .tar.gz file, the basic steps are:
Code:
tar -zxvf <file>.tar.gz
cd <file directory>
./configure
make
make install
That's all there is to it: untar the file, move to the directory that gets created, then run the configure, make, and make install commands. HTH -- J.W.
|
|
|
All times are GMT -5. The time now is 08:19 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|