Categoria: rpm

  • Contributions to Mageia – June 2012

    As a contributor to the Mageia project I spend a couple of hours every day of the week doing things like packaging new software, triaging bugs, testing, writing wiki pages and so on. Moreover I administer the mageiaonline.it website (Italian Community of Mageia users) to improve day by day the user experience and the quality…

  • qbittorrent and filezilla on CentOS 6.2

    Yesterday I’ve installed a fresh CentOS 6.2 on my small home pc which aims to be a small server 🙂 After I’ve installed and configured apache, samba and similar stuff, I enabled some additional repositories to install additional software. I was stuck when I was not able to find qbittorrent and filezilla. Even with these…

  • HowTo compile omniORB on Fedora

    Download omniORB srpm Check for building dependencies Install the development tools Launch the binaries packages builder Download omniORB srpm $ wget -c http://www.fourpalms.org/pub/omniORB/SRPMS/omniORB-4.1.4-4.src.rpm Check for building dependencies # yum-builddep omniORB-4.1.4-4.src.rpm Install the development tools # yum groupinstall “Strumenti di sviluppo” Launch the binaries packages builder $ rpmbuild –rebuild omniORB-4.1.4-4.src.rpm For the lazy people… Libraries Development…