I needed a similar editor on Linux. I could have used cross-platform ports of emacs or vi for the same purpose. Being a long time Notepad++ user for HTML and blogging, I don't want to use emacs or vi for blog posts. I have briefly explained here the steps to install Notepad++ in the Kubuntu system over Wine.
1. Install Wine if it's not installed yet
$sudo apt-get install wine
2. Download Notepad++ windows executable from its download site.
3. Open the console and change to the download location.
$cd
4. Run the installer with wine
$wine npp.5.5.1.Installer.exe
Now I can use notepad++ from windows as well as from kubuntu.
No comments:
Post a Comment