LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-19-2005, 01:04 PM   #1
RSWALKER
LQ Newbie
 
Registered: Feb 2005
Location: Alberta, Canada
Distribution: Suse 9.2
Posts: 16

Rep: Reputation: 0
Install applications that ar TAR files.


I am trying to install some applications that I have downloaded as TAR files. I would like to beable to do the Install from YaST like an RPM file.

Any helph would be appreciated.
 
Old 03-19-2005, 01:22 PM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Thats not possible, YAST is only for RPMS. Tar packages are installed differently and RPM will not know that they are installed on your system. You have to untar the file, e.g.

$tar -xjvf filename.tar.bz2
or
$tar -zxvf filename.tar.gz

$cd filename
$./configure
$make
#make install

Make sure your read the installation instructions or read me file before attempting an installation.
 
Old 03-19-2005, 02:02 PM   #3
RSWALKER
LQ Newbie
 
Registered: Feb 2005
Location: Alberta, Canada
Distribution: Suse 9.2
Posts: 16

Original Poster
Rep: Reputation: 0
Does that mean any thing other than RPM's must be installed from the command line?
 
Old 03-19-2005, 06:58 PM   #4
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Yes. SuSE's package manager is for RPM packages only. Installing using the shell scripts isn't hard. it's basically ./configure ./make ./make install

Nothing to it assuming you have the dependencies heh heh heh.
 
Old 03-20-2005, 07:11 AM   #5
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
if u want you could make an RPM from the source to be able to view it and remove it from YAST

type :

./configure
make
checkinstall
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install .tar files TruthSeeker Linux - Newbie 4 11-01-2005 10:37 AM
how to install .tar.bz and src.rpms and tar.gz files gadekishore Linux - Software 1 10-12-2005 08:09 PM
cannot install .tar files sharadgana Linux - Newbie 2 12-02-2004 11:51 AM
How do you install tar/gz files, and rpm files? Fear58 Linux - Software 6 02-14-2004 04:35 PM
cant install .bin files, tar.gz files or anyother format!!! madskillz Linux - Newbie 4 10-05-2003 10:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration