Saturday, November 05, 2011

Going to give fedora 15 a chance

Ok I have been using ubuntu in VMPlayer, but I am use RHEL at work and I am tried of trying to figure out what commands are equivalent to things like chkconfig and rpm and yum. So I will try and load fedora 15 into vmplayer and see what happens.

3 comments:

  1. Ah ... I am kinda getting use to ubuntu

    How to list available package available via native update functionality in RHEL ...

    yum list

    ... and in ubuntu you do ...

    dpkg --list

    ReplyDelete
  2. rpm -q --filesbypkg http

    dpkg -L apache2

    ReplyDelete
  3. yum provides */cgi-bin


    embarsgo@ubuntu:~/scripts/image_processing_project/example$ dpkg -S cgi-bin
    apache2.2-common: /usr/lib/cgi-bin
    cups: /usr/lib/cups/cgi-bin
    cups: /usr/lib/cups/cgi-bin/printers.cgi
    cups: /usr/lib/cups/cgi-bin/classes.cgi
    cups: /usr/lib/cups/cgi-bin/jobs.cgi
    cups: /usr/lib/cups/cgi-bin/admin.cgi
    cups: /usr/lib/cups/cgi-bin/help.cgi

    ReplyDelete