PDA

View Full Version : how to install "tar.bz2" archieve...



xaviers2002
12-05-2004, 06:49 PM
Hello, I am trying to install a "tar.bz2" archieve. The software is SKYPE, but with the direction shown on thier website KNOPPIX says: the file doesn't look like a tar archieve. It seems that this type of file depends on QT, but even after downloading the version that contain it I have the same error? What I have to do?
Thanks.

Markus
12-05-2004, 06:57 PM
apt-getting or kliking it would be easiest IMO.

CrashedAgain
12-05-2004, 10:31 PM
Save yourself a whole bunch of headache. Deb package for sfype is available here: http://www.bootsplash.de/files/debian/pool/main/s/skype-static/

Use .deb package whenever possible, google for the package name then search within results for .deb.

Markus
12-05-2004, 11:00 PM
Rats, forgot that skype wasn't in the debian repositories. Anyway have a look at http://www.apt-get.org/ when you can't find a package from debian. There's a lot of stuff there.

xaviers2002
12-06-2004, 01:21 AM
I'll try that. I will keep You posted!!! ;)

xaviers2002
12-06-2004, 04:12 PM
Yes!!! http://www.bootsplash.de/files/debian/pool/main/s/skype-static/ works flawless!!! Thank You. Now what I have to do to put a Skype icon on my panel? It will be much easier thatn "RUN".
Thank You.

CrashedAgain
12-06-2004, 05:46 PM
Yes!!! http://www.bootsplash.de/files/debian/pool/main/s/skype-static/ works flawless!!! Thank You. Now what I have to do to put a Skype icon on my panel? It will be much easier thatn "RUN".
Thank You.

To create a desktop icon:

Rt click on desktop, choose create new then link to application. The minimum you need to fill in is the application name & rename the link (otherwise it will just say 'link to application'). To add an icon click on the icon box on the general properties tab. You can edit properties again later if necessary.

OR,

if the application is list in the start menu, drag'n'drop copy the entry from the start menu to the desktop. Sometimes this will work better, sometimes the application runs through a startup file rather than directly starting the application.

Unlike windows, Linux can use many formats for icon files, jpg & png being the most common. This means you can easily create your own icons if there is none available. For instance you could clip a picture of yourself from a photo (using gimp image editor) or a logo from a website from a screenshot then resize it to use a desktop icon.

jjmac
12-07-2004, 10:43 AM
Hello, I am trying to install
a "tar.bz2" archieve. The software is SKYPE, but
with the direction shown on thier website KNOPPIX
says: the file doesn't look like a tar archieve.
It seems that this type of file depends on QT,
but even after downloading the version that
contain it I have the same error? What I have to do?
Thanks.


What command did you use initially, out of curiosity.

A ".tar.bz2" extension suggests a tar file, thats
been deflated using "bzip2".

It should just be a matter of doing...

] tar -jxf filename.tar.bz2

If it was deflated using "gzip", then you would do,

] tar -zxf filename.tar.bz

Doing ...

] tar -[z|j]tf filename.tar.[bz|bz2]

will tabulate the contents. It's handy sometimes
to have a look first.

jm

gnarvaja
12-07-2004, 05:08 PM
Doing ...

] tar -[z|j]tf filename.tar.[bz|bz2]

will tabulate the contents. It's handy sometimes
to have a look first.


I usually add the v option. The command would look:


tar -[z|j]vtf filename.tar.[bz|bz2]

BTW, when you save your configuration to a persistent media, it is compressed with the bz2 extension.

--GN

xaviers2002
12-07-2004, 05:51 PM
Hello, I am trying to install
a "tar.bz2" archieve. The software is SKYPE, but
with the direction shown on thier website KNOPPIX
says: the file doesn't look like a tar archieve.
It seems that this type of file depends on QT,
but even after downloading the version that
contain it I have the same error? What I have to do?
Thanks.


What command did you use initially, out of curiosity.

A ".tar.bz2" extension suggests a tar file, thats
been deflated using "bzip2".

It should just be a matter of doing...

] tar -jxf filename.tar.bz2

If it was deflated using "gzip", then you would do,

] tar -zxf filename.tar.bz

Doing ...

] tar -[z|j]tf filename.tar.[bz|bz2]

will tabulate the contents. It's handy sometimes
to have a look first.

jm

I have used: ?tar xjvf skype-version.tar.bz2?. Just what the skype web site says. Strange isn't it. It seems that the software needs QT 3.2. I have downloaded even the version that has it... some story.

gnarvaja
12-07-2004, 06:00 PM
I have used: ?tar xjvf skype-version.tar.bz2?. Just what the skype web site says. Strange isn't it. It seems that the software needs QT 3.2. I have downloaded even the version that has it... some story.

I was planning to try skype today, would you mind posting the URLs from where you downloaded the software? I'll give it a try and let you know how did it go.

I'm using Knoppix 3.6 from a live install on a notebook and a HD install on a desktop.

--GN

jjmac
01-06-2005, 11:15 PM
gnarvaja, sorry for the late replym i forgot all about it :)

>>
BTW, when you save your configuration to a
persistent media, it is compressed with the bz2 extension.
>>

Not sure what you mean there. It depends on how you
do the save really.

] tar -czf somename.tar.gz ./somedirectory

That will just tar and deflate using gzip the contents
of "somedirectory". Puting the dot ahead of the slash
will help prevent an accidental unpacking in the
top root tree. too.

xaviers2002, again, sorry for the late response. I
hope it's worked out, but i notice

>>
I have used: ?tar xjvf skype-version.tar.bz2?.
Just what the skype web site says. Strange isn't it.
It seems that the software needs QT 3.2. I have
downloaded even the version that has it... some story.
>>

Why is the "?" prefixed to the "tar" command. The only
other thing i can think of there would be that it
didn't dload correctly.

gnarvaja
02-18-2005, 05:58 AM
gnarvaja, sorry for the late replym i forgot all about it :)
I guess work tends to get in the way of fun, doesn't it?
Check this out: http://www.skype.com/go/getskype-linux-deb
They published a Debian package!

--GN