[ale] WordPress

Jeff Lightner jlightner at water.com
Wed May 2 09:43:09 EDT 2007


If you ran "yum install <something>" and it successfully installed you
should be able to see where it put all the files by listing the package
with rpm.

You could just do "rpm -ql php-mysql" if that was the full name (not
counting version and architecture) of the package to see a list of
files.   If that doesn't work do the following:


rpm -qa |grep php-mysql

For any package it lists:
rpm -ql <packagename>

Using the tar package as an example on my FC4 workstation (the ^ below
was just to restrict it to lines starting tar - otherwise the grep would
have found things like kickstart because "tar" appears between the s an
the final t.)

# rpm -qa |grep ^tar
tar-1.15.1-11.FC4

# rpm -ql tar-1.15.1-11.FC4
/bin/gtar
/bin/tar
/usr/share/doc/tar-1.15.1
/usr/share/doc/tar-1.15.1/AUTHORS
/usr/share/doc/tar-1.15.1/ChangeLog
/usr/share/doc/tar-1.15.1/ChangeLog.1
/usr/share/doc/tar-1.15.1/NEWS
/usr/share/doc/tar-1.15.1/README
/usr/share/doc/tar-1.15.1/THANKS
/usr/share/doc/tar-1.15.1/TODO
/usr/share/info/tar.info-1.gz
/usr/share/info/tar.info-2.gz
/usr/share/info/tar.info.gz
/usr/share/locale/cs/LC_MESSAGES/tar.mo
/usr/share/locale/da/LC_MESSAGES/tar.mo
/usr/share/locale/de/LC_MESSAGES/tar.mo
/usr/share/locale/el/LC_MESSAGES/tar.mo
/usr/share/locale/es/LC_MESSAGES/tar.mo
/usr/share/locale/et/LC_MESSAGES/tar.mo
/usr/share/locale/fi/LC_MESSAGES/tar.mo
/usr/share/locale/fr/LC_MESSAGES/tar.mo
/usr/share/locale/ga/LC_MESSAGES/tar.mo
/usr/share/locale/gl/LC_MESSAGES/tar.mo
/usr/share/locale/hr/LC_MESSAGES/tar.mo
/usr/share/locale/hu/LC_MESSAGES/tar.mo
/usr/share/locale/id/LC_MESSAGES/tar.mo
/usr/share/locale/it/LC_MESSAGES/tar.mo
/usr/share/locale/ja/LC_MESSAGES/tar.mo
/usr/share/locale/ko/LC_MESSAGES/tar.mo
/usr/share/locale/ms/LC_MESSAGES/tar.mo
/usr/share/locale/nb/LC_MESSAGES/tar.mo
/usr/share/locale/nl/LC_MESSAGES/tar.mo
/usr/share/locale/no/LC_MESSAGES/tar.mo
/usr/share/locale/pl/LC_MESSAGES/tar.mo
/usr/share/locale/pt/LC_MESSAGES/tar.mo
/usr/share/locale/pt_BR/LC_MESSAGES/tar.mo
/usr/share/locale/ro/LC_MESSAGES/tar.mo
/usr/share/locale/ru/LC_MESSAGES/tar.mo
/usr/share/locale/sk/LC_MESSAGES/tar.mo
/usr/share/locale/sl/LC_MESSAGES/tar.mo
/usr/share/locale/sv/LC_MESSAGES/tar.mo
/usr/share/locale/tr/LC_MESSAGES/tar.mo
/usr/share/locale/zh_CN/LC_MESSAGES/tar.mo
/usr/share/locale/zh_TW/LC_MESSAGES/tar.mo
/usr/share/man/man1/tar.1.gz


-----Original Message-----
From: ale-bounces at ale.org [mailto:ale-bounces at ale.org] On Behalf Of
To: ale at ale.org
Terry Bailey
Sent: Wednesday, May 02, 2007 9:33 AM
To: ale at ale.org
Subject: [ale] WordPress

Hi,

Using the WordPress Default 1.6 Presentation, on the right side, is 
there a way to remove all the items under META except Login?

Thanks,

Terry Bailey

_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale



More information about the Ale mailing list