Home > Article > Development Tools > How to use notepad on ubuntu
The desktop environment of the Ubuntu system is quite good. Notepad is installed to obtain a consistent programming experience under the Win system. We can easily do this through snap.
One detail needs to be noted. This article talks about installing Notepad, not Notepadqq. These are two different softwares, although some students may say that Notepadqq is a Notepad-like editor. server software. Notepad officially only has a Win system version, so to run it on a Linux system, a wine operating environment is required. (Recommended learning: notepad use)
How to install Notepad through snap in Ubuntu, please run the following two commands:
sudo snap install notepad-plus-plus sudo snap install wine-platform-runtime
Then, you can enjoy the consistent experience that Notepad brings to you.
There are pictures and the truth:
You can also directly enter notepad-plus-plus on the command line to start the software and use Notepad.
The above is the detailed content of How to use notepad on ubuntu. For more information, please follow other related articles on the PHP Chinese website!