Posts Tagged ‘ rpm ’
Updated my RPMs for Fedora 12 to fix the buddy list not showing. http://duncan.mac-vicar.com/blog/archives/597 http://rubbad.com/files/fedora/12/RPM/x86_64/kopete-facebook-0.1.4-2.fc12.x86_64.rpm [ READ MORE ]
RPMs for fedora 12 beta x86_64 available now too. see http://rubbad.com/files/fedora/12 [ READ MORE ]
Finally, I have successfully ported and built this: http://aur.archlinux.org/packages.php?ID=26731 to fedora 11, RPMs and source are available from here. I’m using an old source revision for the kopete-plugin, namely version 20090702-1 that the src.rpm will download from this site also as I did not know from where else I could get it. You need to grab libqjson0-0.5.1-1.fc11.i586.rpm [ READ MORE ]
I just built my first RPM for fedora! w000t! In this post I will document the steps I took to make it build. I’ll start from the very beginning. Tools used: # yum groupinstall “Development Tools” # yum install rpmdevtools as stated here. Then I installed rpmlint because I wanted to check on my .spec file to make sure it was [ READ MORE ]
How to get VirtualBox 3.0 installed with USB support on Fedora 11. We need to install a little something to get the module to actually build before we install Virtualbox. As root: # yum install dkms kernel-devel make automake autoconf gcc Then install VirtualBox: 32bit: # rpm -Uhv http://download.virtualbox.org/virtualbox/3.0.0/VirtualBox-3.0.0_49315_fedora11-1.i586.rpm 64bit # rpm -Uhv http://download.virtualbox.org/virtualbox/3.0.0/VirtualBox-3.0.0_49315_fedora11-1.x86_64.rpm Right, now for the usb part. Got to find out [ READ MORE ]
This is a short howto get the Nvidia drivers and multimedia stuff installed on your new Fedora 11. I assume you have a newly installed system before following this. The first thing you want to do before you run `yum update` is to install yum-presto: `yum install yum-presto`, and save some time and bandwidth. Next up is to install dkms [ READ MORE ]
This post is to help set up multimedia on your freshly installed Fedora 10. What we want to do is get all of the webs multimedia to play on our system and install the necessary drivers for our graphics card. I have an old Nvidia 6200 card here, so I’ll use that one as an [ READ MORE ]
Yesterday I installed the preview release of Fedora 10. I am disapointed; the most needed things, for me anyway, would be to have multimedia support of some kind. My mp3s are a no go, mplayerplug-in doesn’t exist, same with mozilla-plugin-vlc. No quicktime either? What is this? All of this did work with snapshot 3 earlier, so [ READ MORE ]