简体   繁体   中英

How do you run monodevelop on CentOS 5.5

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.

Try rpm -ql monodevelop to see the list of files the package installed. If the list is long, rpm -ql monodevelop | grep bin rpm -ql monodevelop | grep bin ought to narrow down the list significantly.

More details on using rpm .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM