Am Mo, den 12.07.2004 schrieb A. Lanza um 08:46: > Now, how can I manage installed packages? How can I see a list of > packages installed on my system? system-config-packages is the gui. You can find it in the menues (system configuration -> add/delete applications). Currently it might be easier to use the command line in a terminal window. For a list of all installed packages: rpm -qa | less > How can I remove -uninstall- packages? rpm -e <packageName> > How do i know the kernel version i'm running? rpm -q kernel shows the installed kernels uname -r shows the running kernel Peter