Hi i have successfully installed monodevelop on CentOS 5.5 using the EPEL repo. However I do not know where is the program. I am not much of a linux guy. I tried typing monodevelop but nothing happens.
Hi i have successfully installed monodevelop on CentOS 5.5 using the EPEL repo. However
Share
Try
rpm -ql monodevelopto see the list of files the package installed. If the list is long,rpm -ql monodevelop | grep binought to narrow down the list significantly.More details on using
rpm.