You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, February 9th 2005, 11:29am

FreeBSD 5.3 & KDE 3.3.2

How can I install KDE 3.3.2 for FreeBSD 5.3?

In the download directory there is files with extension bz2 - that means Linux tar format, I think not supported under FreeBSD.

This post has been edited 3 times, last edit by "pavel" (Feb 9th 2005, 11:43am)


2

Wednesday, February 9th 2005, 11:52am

RE: FreeBSD 5.3 & KDE 3.3.2

Quoted

Originally posted by pavel
How can I install KDE 3.3.2 for FreeBSD 5.3?

In the download directory there is files with extension bz2 - that means Linux tar format, I think not supported under FreeBSD.
bz2 (bzip2) is a compression format. In Linux, you can decompress it with

Source code

1
tar -jxvf file.tar.bz2
I think this goes in FreeBSD on the same way.