Page 1 of 1

Install Bioedit

Posted: Wed Nov 21, 2012 2:09 pm
by FabriceP
how to make Bioedit work on linux mint?? anyone can help me?

Re: Install Bioedit

Posted: Wed Nov 21, 2012 2:26 pm
by cwsnyder
I would advise following this guide to installing bioedit: http://www.wine-reviews.net/application ... -wine.html

Re: Install Bioedit

Posted: Wed Nov 21, 2012 2:41 pm
by FabriceP
thank you! but now i can't install MDAC 2.5 sp3..... ''the version of windows you have installed does not match the update you are trying to install'' KB927779 setup error

Re: Install Bioedit

Posted: Wed Nov 21, 2012 2:54 pm
by cwsnyder
Since the guide is 5 years old, there have been changes. MDAC is now version 2.8 SP1 from http://www.microsoft.com/en-us/download ... px?id=5793. According to winehq.org, MDAC 2.8 SP1 works properly with LM 13, but there is no reports of it working yet with LM14.

I hope the new version still works in WINE, I didn't find any newer guides. Bioedit is now version 7.1.5 from the original posters, here: http://www.mbio.ncsu.edu/BioEdit/bioedit.html and has not been tested or reported to winehq.org since 7.1.3 and Ubuntu Oneiric 11.10.

Re: Install Bioedit

Posted: Wed Nov 21, 2012 3:15 pm
by FabriceP
Thank you, MDAC 2.8 sp1 worked fine and the installation has been completed but when I run bioedit it says "file not found". i have linux mint maya edition (13)

Re: Install Bioedit

Posted: Wed Nov 21, 2012 3:26 pm
by DrHu
If it is a wine application, then it exits under /home/.wine
--or you can simply search for the file name with your file manager or locate in a terminal, it will find the hidden (.wine folder) and the location of that file name

Code: Select all

locate bioedit
--if that is the correct filename being used by the program
You may also want to consider a wine front end which may make managing wine installed applications easier

some wine info worth checking..
http://maketecheasier.com/easily-instal ... 2010/02/11
http://www.psychocats.net/ubuntu/wine

https://wiki.archlinux.org/index.php/Wine
--configuration of wine..
http://www.winehq.org/docs/wineusr-guid ... -wine-main

Running the APP..Bioedit, perhaps you need the full path (location)
http://www.wine-reviews.net/application ... -wine.html

Re: Install Bioedit

Posted: Wed Nov 21, 2012 4:24 pm
by FabriceP
i found it in /home/.wine and works, so thank you very much :)