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

Monday, September 6th 2004, 9:51pm

[KOPETE]Installing Kopete

Im really new to linux. im loving it however.

Im not understanding how to get this kopete tar.gz file to turn into the shiny latest version of kopete. i have the version that came with my dist. but its 0.7.3 which is pretty old now id say.

if any of you could talk me through it (bearing in mind im new to nix) then id be really pleased.

cheers.
(running SuSE linux v9.0 on KDE 3.1.4 - im guessing thats pretty old too :-/) :?:
Benediction
Like bringing a knife to a gunfight.;=-

2

Tuesday, September 7th 2004, 12:44am

I am assuming that you downloaded the source package. I would reccomend you download Konstruct, it is a program that will download the sources for KDE and all its dependencies and compile them, however it will probably be easier to use APT to update KDE for you without the trouble of compiling.
< K o f R a d >

seb

Professional

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

3

Tuesday, September 7th 2004, 7:30am

Yeah, the latest independent package from Kopete is 0.8.4, but it does not support kde 3.1.4. The best thing for you, would be to download the kde 3.3 suse packages from

http://www.suse.de/en/private/download/linuks/i386/update_for_9_0/index.html

It may be better for you if you want to download ftp/http from a local mirror to find one here:

http://www.suse.de/en/private/download/ftp/int_mirrors.html

Following that, install the packages like this:

[code:1]
su
rpm -Uvh kde-package-name
[/code:1]

And install the packages in the following order:
qt-3.3
arts-*
kdebase3-3.3.0-...
kdelibs3, kdelibs3-devel, kdelibs3-doc

and then however you see fit to work with the dependencies.

4

Tuesday, September 7th 2004, 11:34am

Thanks for your responses guys.

Seb, i installed those packages. Seems to be running ok at KDE 3.3.0 ^_^

Now, my next problem....installing kopete.

How? which file do i run? :oops:

oh, and do i uninstall my previous version before installing the new?
Benediction
Like bringing a knife to a gunfight.;=-

seb

Professional

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

5

Tuesday, September 7th 2004, 12:20pm

installing the kdenetwork3-InstantMessenger-3.3.0-5.i586.rpm will install kopete.

If you use

rpm -Uvh

this will Upgrade (U) as apposed to install. Don't use the -i flag (install), use -U. the -vh just beautifies the output so you can see what is going on.