376

I'm slowly getting used to Ubuntu; for I've been a Windows user as long as I've used any computer. I'm hoping someone can suggest a good graphics software.

I'm simply looking for one that works close to Microsoft Paint. (Paint brush functionality, simple paint operations, etc)
Does Ubuntu offer anything like it?

7 Answers7

370

The closest MS Paint clone is Pinta. I regard it as vastly superior to MS Paint, but it retains its simplicity.

enter image description here

Install via the software center

Edit

On latest Ubuntu, you have to update permissions to avoid crash.enter image description here

  1. Launch permission window from Software.
  2. Enable the last permission "Read/Write files on removable storage devices."
fossfreedom
  • 174,526
66

For a basic MS Paint clone I would also suggest xpaint and kolourpaint. Both are available on the Software Centre.

xpaint: xpaint

kolourpaint: kolourpaint

Jay Sullivan
  • 2,079
user14854
  • 699
52

There is also Gnome Paint.

Screenshot

Install via the software center

Jjed
  • 14,064
raylu
  • 759
24

mtPaint is a lightweight equivalent of Microsoft Paint. It is lighter (requires only 1 MB to install because it depends on GTK which Ubuntu has out-of-the-box) than Pinta, which needs 20 MB disc space on a standard Ubuntu install because of the Mono dependency.

mtPaint is documented, unlike Pinta: mtPaint handbook

O C
  • 241
13

Ubuntu has GIMP in the default repositories. GIMP is far more powerful than Paint, but you needn't use all of its functions.

To install GIMP in all currently supported versions of Ubuntu open the terminal and type:

sudo apt install gimp

You just need an good introduction. At Meet the Gimp there are many, many comfortable video tutorials. It isn't easy to not get lost in the big number of options with gimp, but sooner or later you need more, than some simple program is offering, so it might be easier to learn one program in depth than first an easy one, and then the more complicated one too.

karel
  • 122,292
  • 133
  • 301
  • 332
user unknown
  • 6,892
9

Look at shutter, the feature rich screenshot tool. In Microsoft App terms, it is actually a combination of the snipping tool and ms paint.

It captures screenshots, but it also has an edit mode for the screenshots (or some file you can load from your hard drive) with some basic drawing tools, which are well thought-out and quite usable for inserting arrows and numbers into images, cropping, etc. Things you do to images to cut +paste them into presentations, after editing.

Update 2021: These days, I would install Shutter from Snapcraft

knb
  • 5,292
6

It isn't Paint exactly but I really like Inkscape. It is a vector graphics editor.

Maybe that is more than you want.

http://sourceforge.net/projects/inkscape/

Its also in the repository

Xt8088
  • 111