|
Just Beginning
Introduction Is Ubuntu for You?* Which Ubuntu to pick? Installing Ubuntu inside XP Plan Partitions Download and Burn Ubuntu Burn ISO from Mac Install Desktop CD Ubuntu Install Alternate CD Ubuntu* Modest Specs Where's the Terminal? Password in Terminal Install Software Extra Repositories* File Permissions Security in Ubuntu Next Steps Beyond the Basics Playing Around Troubleshooting * Off-site link |
Using Wine on Ubuntu
Installing Wine
In a terminal, type: sudo aptitude update
sudo aptitude install wine
Using Wine I download the setup.exe file for Filezilla. When I double-click on it, Wine will try to open the file. Then, the installer appears, just as if I were using Windows. Instead of installing Filezilla to C:\Program Files\Filezilla\ , I'm going to override the default installation location and install it to z:\home\username\.wine\drive_c\Program Files\Filezilla . For some reason, z:\ is what Wine calls my Ubuntu partition.
Then, I set up a launcher (on the panel or in the menu) for the command wine "z:\home\username\.wine\drive_c\Program Files\Filezilla\Filezilla.exe"
That's it. Now when I click on that launcher, Filezilla will load up.
Beyond Wine
|