Which package should I select?
- CPU
First of all you need to figure out what kind of CPU you have.
This should be trivial but just in case, type
bash$ arch
It should give output ppc, i386, i486, i586, i686 or similar.
If ppc, use a PPC package of course and in any other case try a x86 package.
If you don't have the command "arch" you could always read
bash$ cat /proc/cpuinfo
Typically to use PPC package you should read something like
machine : PowerMac3,1
motherboard : PowerMac3,1 MacRISC Power Macintosh
In any other case try a x86 package. - Qt
The easiest thing to do is pick a package statically linked to Qt. If you want to try using a package dynamically linked to Qt read this. - Package format
Then you must find out if your machine can install: -
- RPM packages, type
rpm --version
and check the output:
bash: RPM version 3.0.4
bash: rpm: command not found
If it's similar to the first answer you can download a RPM package, and read the how to install section here, in the latter case you cannot use a RPM package, continue reading... - DEB packages, type
dpkg --version
bash: Debian GNU/Linux `dpkg' package management program version 1.6.15 (i386)and so on.
bash: dpkg: command not found
Again if it's similar to the first one you can download a DEB packages, and read the how to install section here, if not continue reading... - tar.gz, type
bash$ gzip --version
bash$ tar --version
If either of these output is similar to:
bash: gzip: command not found
bash: tar: command not found
You're in trouble. Please install gzip and tar from distribution cd or download from Internet. If you get "version info" output, download a tar.gz package and read how to install here.
- RPM packages, type
Browse through articles in the same categories:
installation
Search our knowledge base:
