LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 04-01-2013, 03:36 AM   #1
gangadhar402
Member
 
Registered: Mar 2013
Location: the India
Distribution: Ubuntu,Debian and CentOS
Posts: 35

Rep: Reputation: 2
have a problem after converting tar.gz to deb file


i was used

#sudo alien -d filename.tar.gz
filename.deb generated

now i am tried to install it by using
#dpkg --install filename.deb
but it is not getting installed

any help would be appreciated.
 
Old 04-01-2013, 03:52 AM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

are there any error messages? If not, how do you know it was not installed?

Finally, alien should normally only be a last resort. What is it that you are trying to install?

Evo2.
 
Old 04-01-2013, 04:01 AM   #3
gangadhar402
Member
 
Registered: Mar 2013
Location: the India
Distribution: Ubuntu,Debian and CentOS
Posts: 35

Original Poster
Rep: Reputation: 2
sawmill log analizer

Quote:
Originally Posted by evo2 View Post
Hi,

are there any error messages? If not, how do you know it was not installed?

Finally, alien should normally only be a last resort. What is it that you are trying to install?

Evo2.

i have sawmill8.6.1.3_x64_linux-ubuntu11.tar.gz

this is converted into sawmill8.6.1.3-x64-linux-ubuntu11_1-2_all.deb

now i am tried with
dpkg --install sawmill8.6.1.3-x64-linux-ubuntu11_1-2_all.deb


Selecting previously unselected package sawmill8.6.1.3-x64-linux-ubuntu11.
(Reading database ... 65102 files and directories currently installed.)
Unpacking sawmill8.6.1.3-x64-linux-ubuntu11 (from sawmill8.6.1.3-x64-linux-ubuntu11_1-2_all.deb) ...
Setting up sawmill8.6.1.3-x64-linux-ubuntu11 (1-2) ...

after then,
if i access http://ip:8988 or http://127.0.0.1:8988/

Internet Explorer cannot display the webpage
 
Old 04-01-2013, 04:14 AM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

I've not used sawmill before, but presumably it needs to be configured and started. Did the tar.gz come with any documentation? Where did you get it from?

Quote:

if i access http://ip:8988 or http://127.0.0.1:8988/

Internet Explorer cannot display the webpage
umm 127.0.0.1 is the localhost... you are running Internet Explorer on your Ubuntu machine?

Anyway, why in particular do you want to use sawmill? Is there not something already packaged for Ubuntu that would fill your needs?

Evo2.
 
Old 04-01-2013, 04:30 AM   #5
gangadhar402
Member
 
Registered: Mar 2013
Location: the India
Distribution: Ubuntu,Debian and CentOS
Posts: 35

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by evo2 View Post
Hi,

I've not used sawmill before, but presumably it needs to be configured and started. Did the tar.gz come with any documentation? Where did you get it from?



umm 127.0.0.1 is the localhost... you are running Internet Explorer on your Ubuntu machine?

Anyway, why in particular do you want to use sawmill? Is there not something already packaged for Ubuntu that would fill your needs?

Evo2.
hi, see this below link
http://www.sawmill.net/cgi-bin/sawmi...ssword+sawmill

sawmill is a log analyzer ... i am just tring with sawmill

i am using ubuntu 12.04 on vmware ... windows7 is my base machine
exactly i want a solution to convert any tar.gz files into debain packages
these packages will be used to install in any ubuntu by using
dpkg --install created package
or if possible
apt-get install created package
 
Old 04-01-2013, 04:37 AM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

Quote:
Originally Posted by gangadhar402 View Post
i want a solution to convert any tar.gz files into debain packages
these packages will be used to install in any ubuntu by using
dpkg --install created package
or if possible
apt-get install created package
There is no solution to convert "any tar.gz" into a Debian package. If that is your goal it seems you have some gaps in your understanding of GNU/Linux and package management. I suggest you do some background reading about GNU/Linux systems and package management. I'm sure some of the other members can suggest some good newbie documentation. If not, I'll try to dig up some.

Evo2.
 
2 members found this post helpful.
Old 04-01-2013, 04:50 AM   #7
gangadhar402
Member
 
Registered: Mar 2013
Location: the India
Distribution: Ubuntu,Debian and CentOS
Posts: 35

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by evo2 View Post
Hi,



There is no solution to convert "any tar.gz" into a Debian package. If that is your goal it seems you have some gaps in your understanding of GNU/Linux and package management. I suggest you do some background reading about GNU/Linux systems and package management. I'm sure some of the other members can suggest some good newbie documentation. If not, I'll try to dig up some.

Evo2.
thanks evo2 ....
hope there will be some solution now i am trying with 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
converting the code generated by quickly into .deb file zvivek Linux - Software 1 04-14-2012 10:44 AM
Converting .rpm/.tar.gz to .deb packages Eerath Linux - Newbie 4 07-28-2005 06:48 AM
converting into file.tar.gz file ? kapsikum General 2 03-21-2005 12:33 AM
How to convert .deb file to .tar file on redhat? zhu_liheng Linux - Newbie 1 01-15-2004 08:11 PM
problem unzipping a tar.bz2 file tar: Error is not recov jyome Linux - Software 4 09-04-2003 01:04 PM

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

All times are GMT -5. The time now is 06:32 PM.

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