MS Paint for Linux Ubuntu. Install MyPaint on Ubuntu 15.10, Ubuntu 14.04 and Derivatives. MyPaint app is the MS Paint equivalent for Ubuntu Systems. MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.
Its main features are a highly configurable brush engine, speed, and a fullscreen mode which allows artists to fully immerse themselves in their work. MyPaint is written in Python, C++, and C. It makes use of the GTK toolkit, version 3.x. The source is maintained using git, primarily on Github. MyPaint has an associated library, libmypaint, which is distributed as a sister project on Github. There are several third-party dependencies too.
Install MyPaint on Ubuntu
MyPaint 1.2.0 Beta is the latest version available of the MyPaint software, fro Linux Ubuntu Systems.
Version 1.2.0:
- New intuitive Inking tool for smooth strokes.
- New Flood Fill tool.
- Automated backups of your working docs, with recovery on startup.
- Improved symmetry-setting and frame-setting modes.
- New workspace UI: two sidebars, with dockable tabbed panels.
- Smoother scrolling and panning.
- New brush pack.
- New brush and color history panel.
- New layer trimming command in frame options.
- Added layer groups.
- New layer modes: several masking modes added.
- Add display filters: greyscale, simulate dichromacy for trichromats.
- New color wheel options: Red/Yellow/Blue, Red-Green/Blue-Yellow.
- Uses dark theme variant by default.
- Clearer icons, prettier freehand cursors.
- Device prefs allow glitchy devices to be restricted.
- Eraser mode no longer changes the size of the brush.
- New vector layers, editable in an external app (Inkscape recommended).
- New fallback layer types: non-PNG image, data.
- More kinds of images now work as backgrounds.
- Improved Windows support
- Ported to GTK3.
- Accelerator map editor has moved to preferences.
- Many other bugfixes, translations, and code quality improvements.
MyPaint app can be installed via PPA on Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04 and Ubuntu Derivative Systems. Run the following commands in Terminal to install MyPaint in Ubuntu:
$ sudo add-apt-repository ppa:achadwick/mypaint-testing
$ sudo apt-get update
$ sudo apt-get install mypaint
Once installed, you can open the MyPaint app from Ubuntu Dash.
You can install using the following method: Add the PPA by running the following commands in Terminal:
$ sudo apt-add-repository ppa:achadwick/mypaint-testing
$ sudo apt-get update
After which you can either go to the Software Center and choose packages from the “MyPaint testing PPA” under “Get Software”, or to install the lot type
$ sudo apt-get install mypaint mypaint-data-extras
If you wish to uninstall and remove mypaint app from Ubuntu Systems, run the following command:
$ sudo apt-get remove mypaint
MyPaint v1.2.0-beta.3 can be downloaded from its release page on github, or from the MyPaint-testing PPA.