Quote:i dont know how to install some files. ik know that i must just the terminal and rpm -ivh namexxxx.rpmok. your RPM's you want to install are in /home/user/download's/ so this is what you want to do:
but that he say : no such file or directory
the files are in /home/user/download's/blalala.rpm
Code:
su -
cd /home/user/download's
rpm -ivh blah.rpm
another thing you could try to do is installing APT. Apt is a program that will help you to EASILY install programs and keep your system up to date.