instalar audio y video en linux yum install audacious*, mplayer, mplayer-gui, xine, xine-lib-extras-nonfree, xmms*, amarok, smplayer, smplayer-themes, moc, easytag, grip
rpm -qa rpm_name y si usted no sabe el nombre exacto puede buscarlo con ejemplo: s hotrod-1.0-1.i386.rpm rpm -qa | grep hotrod this will list out all the installed rpm's.
create a tar file tar –cvf myfiles.tar mydir/ (add z if you are dealing with or creating .tgz (.tar.gz) files) agregue z si ud esta trabajando o creando TGZ tar.gz files
BTW, if you’re wondering how many libraries are still missing, run this command: $ ldd ./skype | grep 'not found' libXrender.so.1 => not found libXrandr.so.2 => not found libfreetype.so.6 => not found libfontconfig.so.1 => not found libz.so.1 => not found libgthread-2.0.so.0 => not found libglib-2.0.so.0 => not found libstdc++.so.6 => not found libgcc_s.so.1 => not found