HOWTO: Notepad++ on Ubuntu via WINE
Steps(Easier than expected):
- System > Administration >Synaptic Package Manager
- Supply password and Quick Search for "WINE" (no quotes)
- Mark WINE for installation and Apply
- (let the package manager install the dependencies it needs)
- Download Notepad++
- Extract the zip file
- Create a application launcher with command of:
wine <path-to-notepad++.exe>
For instance:
Download the npp.5.8.6.bin.zip file and unzip to the "notepad" folder under "Downloads" file.
the corresponding notepad application launcher command is:
wine /home/srs/Downloads/notepad/ansi/notepad++.exe
Some useful resources to read if the above doesn't work for you would be the "Official"documentation. You can also google notepad++ and WINE to get some more gems.
WINE let's you run a good smathering of Windows applications on Linux.
No comments:
Post a Comment