On Mon, May 20, 2013 at 1:22 PM, <m.roth at 5-cent.us> wrote: > Yves S. Garret wrote: > > On Mon, May 20, 2013 at 12:58 PM, <m.roth at 5-cent.us> wrote: > > > >> Yves S. Garret wrote: > >> > Hello all, I'm running CentOS 6.4. > >> > > >> > Today I tried installing monodevelop and this is the result of the > >> > installation: > >> > http://bin.cakephp.org/view/258829139 > >> > > >> > Now. When I went to my terminal and ran monodevelop... nothing. When > >> > I tried to locate the actual executable by running > >> > find . -name "*monodevelop*" (kinda overkill, but figured that I'd get > >> > this option out of the way), I couldn't find anything. So, now, I'm > >> scratching > >> > my head and wondering what to do next :) . Where did I mess up? Am > >> > I not starting monodevelop correctly? If so, how should I start it? > >> > >> It may not have done your PATH correctly. Easy answer: > >> rpm -ql monodevelop > >> > >> which gives you a full path listing of all the files. > > I just tried that... weird... > > > > $ rpm -ql monodevelop > > package monodevelop is not installed > > > > Even more weird, when I look at the list of installed packages, this > > is what I see: > > http://bin.cakephp.org/view/455219047 > > > > It's as if monodevelop is not installed? > > Right. rpm -qa | grep -i monodevelop > > If that gives you nothing, try yum list monodevelop. > > And please don't top post. > > mark > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > I'll keep it in mind to not top post. And to answer your question, here is the output: http://bin.cakephp.org/view/217568741