Posts Tagged With: redhat

Building an RPM from a Spec File

Tagged with: , , , , , , ,

Use this command to build an RPM if you have a Spec File


rpmbuild -ba SPEC_FILE
No Comments »

yum localinstall

Tagged with: , , , , , ,

This will install an RPM, and try to resolve all the dependencies for you using your repositories.


yum localinstall package_name.rpm
No Comments »

Install RPM Package

Tagged with: , , , , , ,

Install a rpm package


rpm -ivh package.rpm
No Comments »

Yum Options

Tagged with: , , , , , ,

Using yum command

usage: yum [options] < upgrade, install, update, info, search >

Use the -y option to bypass the confirmation.

No Comments »

yum install

Tagged with: , , , , , , ,

Stuff I had to install after doing a Fedora Core 6 Install from DVD

Libraries

qca-tls

Multimedia

mplayer vlc xine gstreamer mplayer-fonts videolan-client
xine xine-lib xine-skins xine-lib-extras-nonfree libdvdcss
banshee
xmms xmms-mp3 gstreamer-plugins-ugly audacious-plugins-nonfree-mp3 kdemultimedia-extras-nonfree

Internet

ktorrent konversation

Coding

rapidsvn php-mysql

Tk

tclx tkinter gtkdevel ruby-tcltk pygtk2-devel tk-devel tcl-devel pygtk2 stardict tk pygtk2-libglade tkdnd perl-Gtk2 perl-Tk scite tkcon itcl itk iwidgets wxGTK wxGTK-devel compat-wxGTK compat-wxGTK2 compat-wxGTK-devel kgtk gtk-qt-engine

Others

fish
katapult
wine cabextract
comix d4x gtk-recordmydesktop

No Comments »