PDA

View Full Version : MANY QUESTIONS FOR A ROOKIE



kevin05jan
08-06-2004, 05:38 PM
I got many question and dont know where exactly I should put them on.

Basically I am looking for an alternative for MS and found Suse at first not bad but liked knoppix more - dont know why. However I do encounter many unsolved problems so far:

1) as using office tools like open office, it seems not really compatible to ms office. in addition a basic thing like create a blue gradient background in presentation slides is not possible. Therefore I wanted to test and install koffice. yet I met many problems. i managed to install qt after 2hrs but koffice would stop immediately when i do 'make' coz it didnt find 'all-am' file in each subdirectory.

2) i want to start using kdevelop for perl and c++ programming, though it does not provide a debugger for perl. still i cant make a gui, coz it complains that i havent install kdelib. but why? according to the package.txt it must be installed. so what now?

3) code name 'sid'. i realised that sid is a code in debian for unstable versions. so after installing knoppix 3.4 on my hd i am running an unstable version??? hope not. and if so...shall i use 3.4 just to be safe?

4) ./configure and make. nice but yet timeconsuming. are there already to use packages for download for debian in analogy to the simplicity in microsoft, where you download and install the stuff?

hope to find answers soon.

cheers

kev

UnderScore
08-06-2004, 07:56 PM
kevin,
1 & 4) You need to learn & use the debian package system versus compiling packages by hand. There is certainly nothing wrong with compiling from source, the debain package system is WAY faster and tested. This http://www.knoppix.net/forum/viewtopic.php?t=2638 is a good thread for apt-get tips. Here http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html is the offical debian manual on apt-get.

2) This dependency could most likely be resolved by using the debian packages system.

3) From Debian Releases http://www.debian.org/releases/
Debian always has at least three releases in active maintenance: "stable", "testing" and "unstable".

- stable
The "stable" distribution contains the latest officially released distribution of Debian. This is the production release of Debian, the one which we primarily recommend using.
The current "stable" distribution of Debian GNU/Linux is version 3.0r2, codenamed woody. It was released on November 21st, 2003.

- testing
The "testing" distribution contains packages that haven't been accepted into a "stable" release yet, but they are in the queue for that. The main advantage of using this distribution is that it has more recent versions of software, and the main disadvantage is that it's not completely tested and has no official support from Debian security team.

See the Debian FAQ for more information on what is "testing" and how it becomes "stable". The current “testing” distribution is sarge.

-unstable
The “unstable” distribution is where active development of Debian occurs. Generally, this distribution is run by developers and those who like to live on the edge. The "unstable" distribution is called sid.

I hope this helps.

James