YUM
repotrack and repoquery -commands to resolve dependencies.
2014/12/18
To get all the depencies of a package, you can try: repoquery -a --requires --resolve Example output: glibc-0:2.20-5.fc21.i686 bash-0:4.3.30-2.fc21.x86_64 chkconfig-0:1.3.63-1.fc21.x86_64 …
gphotoframe Free digital photo frame for your desk.
2010/08/11
First install the gphotoframe application with the command : […] sudo yum install gphotoframe […] and if you want gnome-screensaver compatibility then install the package gphotoframe-gss …
importing outlook pst files in evolution in Fedora 13 ( Goddard)
2010/07/25
If you were using outlook and moved to some other <a class="zem_slink freebase/en/e-mail_client" title="Email client" rel="wikipedia" …
How To Install Ailurus 10.05 On Fedora | HowtoForge - Linux Howtos and Tutorials
2010/07/23
For those of you who don’t know about ailurus: […] Ailurus is cross-<a class="zem_slink" title="Linux distribution" rel="wikipedia" …
Adding border to images.
2010/07/18
A very simple script to add border to images : ** ** […] *for i in .jpg; do montage -geometry 720×576 -background black -quality 100 $i conv-$i; done […] This is one line that you can …
IRC on Linux de-mystified for new users only
2010/06/15
The other day, I was trying to fix something in my firefox and found that the way to go was to login to IRC and go to the mozilla <a class="zem_slink freebase/en/server" …
How To Install Ailurus On Fedora
2010/06/05
For those who have not yet heard about ailurus: […] <img src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/ailuruslogo.png" alt="" width="24" …
Logwatch for Linux Systems.
2010/06/02
On my personal <a class="zem_slink freebase/en/client" title="Client (computing)" rel="wikipedia" …
Upgrade to Fedora 13 from your existing version using yum.
2010/04/21
Well. this time it seems to be very simple : […] yum –releasever=13 upgrade […] update 22/April/2010: The key file will not be there so there are two options for you in this case: …
Packagekit Error
2010/02/04
With the latest update on my Fedora 10(F10) I started getting this error when ever I wanted to use the gnome package kit (I was able to use yum though): failed to get a TID: A security policy in place …
GoOo released new version of Open Office.
2010/01/11
GoOo repository for Fedora at http://go-oo.mirrorbrain.org/stable/linux-i586/ has released the new version of GoOo packages.
query and downgrade selected packages based on version or repository
2009/12/24
If you have worked on rpm based distro then you know how difficult it is to downgrade packages. And unluckily I upgraded some packages to fc12 and was still on FC11. Completely my mistake while doing …