(March 12th update: I updated the required dependencies installation so it should now work on all systems. Thanks to the anonymous commenters who brought this to my attention.)
Thanks to Kwahoo who brought this to my attention in the comments. Months after the Windows and Mac versions, DraftSight for Linux is finally out. Ralph Grabowski of WorldCAD Access wrote about it last night.
DraftSight for Linux is available in two different packages: Ubuntu .deb and Fedora/SuSE/Mandriva .rpm. I'm not sure about the latter, but the former is 32-bit only. So does that mean that it's tough luck for 64-bit OS' users? Hardly. You'll just have to use the terminal.
Installing DraftSight on Ubuntu 64-bit
This has been tested in Ubuntu 10.04 LTS 64-bit, but there's no reason it shouldn't work in other versions. First install the ia32-libs 32-bit compatibility library (just click on the link and the magic of apturl will take care of the rest). Update: as some commenters posted, it turns out that forcing the installation of the 32-bit package prevents the automatic installation of some required dependencies, thus blocking the DraftSight install (as they were already installed on my system I didn't have this problem). To circumvent that, make sure that these three packages are installed as well before continuing: libaudio2, libdirectfb-extra and libxcb-render-util0. (To get these, I checked the DraftSight.deb package with GDebi in a brand-new Ubuntu 10.10 32-bit install.)
Then, open a terminal window (go to Applications > Accessories > Terminal) and type the following command:
sudo dpkg -i --force-architecture DraftSight.deb
Of course, for that to work you need to be in the same directory the DraftSight package is in. If you're not sure how to do that, just open the folder where the file is located, click on the file, drag & drop it on the terminal window. The full filepath will be added automatically. Hit enter, type your password.
Then, you'll see a popup window requiring you to accept a licence agreement, and the installation will start afterwards.
Starting DraftSight
The DraftSight launcher is located in the Applications > Graphics menu.
DraftSight Activation
DraftSight must be activated within 30 days of installation, or afterward (if it follows the Windows version) it won't start anymore. Only an email address is required.
Final Word
Seriously, considering 64-bit processing has been there for years, it's a little annoying that we still have to jump through hoops to install a 32-bit package. 64-bit packages should be made available along with the regular 32-bit packages. Come on, software companies, wake up, we've been in the 21st century for a while now!