AppDB
Home
Screenshots
Browse Apps
Browse by Developer
Top 25
Submit App
Help
Statistics
Distributions (516)
Email Us
User Menu
Log in
Register
Category: Main > Productivity > Text Editors > ReactOS Notepad > 1.0
What works Everything.
What does not Nothing.
What was not tested Printing.
Additional Comments
Download ReactOS
$ wget -c -O "ReactOSLive.iso.zip" "http://sourceforge.net/projects/reactos/files/ReactOS/0.3.14/ReactOS-0.3.14-REL-live.zip/download?use_mirror=superb-dca3"
Extract the Compressed Information
$ unzip ReactOSLive.iso.zip
Mount the Image (ISO)
$ mkdir -p /dev/cdrom
$ mount -o loop ReactOSLive.iso /dev/cdrom
Enter the Directory Containing ReactOS' Programs
$ cd /dev/cdrom/reactos/
Extract the Further Compressed Information
$ mkdir -p ~/Downloads/reactos/
$ cabextract reactos.cab ~/Downloads/reactos/
Unmount the Filesystem
$ umount /dev/cdrom
Ultimately, Run It!
$ cd ~/Downloads/reactos/
$ wine notepad.exe
<< Back