Querying RPM for 32bit and 64bit versions April 2nd, 2008
Query all:
[root@server ~]# rpm -qa --qf '%{name}.%{arch}\n'
hdparm.x86_64
rootfiles.noarch
basesystem.noarch
libsepol.x86_64
gmp.x86_64
...
Query specific packages:
[root@server ~]# rpm -q --queryformat='%{n}-%{v}-%{r}.%{arch}\n' glibc
glibc-2.3.4-2.39.x86_64
glibc-2.3.4-2.39.i686
tags: redhat
Dual-booting RHEL5 on a MacBookPro May 17th, 2007
Nice how-to from Redhat Magazine if you want to dual-boot into Redhat Enterprise Linux on your MacBookPro.
If only I had a shiny Intel-Mac to play around with ;-)
tags: redhat
