this post was submitted on 27 Apr 2025
89 points (93.2% liked)

Linux

53656 readers
684 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

You just installed a shiny new fresh install of Linux mint. What are your must install apps/tools?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 day ago (1 children)

They serve two different purposes - Gimp for image editing, Inkscape for vector graphics.

[–] [email protected] 2 points 1 day ago (1 children)

Oh I see, thanks. I thought you could also edit images with Inkscape. I'm apparently not very well versed in these topics.

[–] [email protected] 3 points 1 day ago (1 children)

You can load bitmap images into Inkscape and manipulate them to a degree, but Gimp is much better at that. You can probably also load vector graphics (svg) into Gimp, but I'd assume they would be converted to bitmaps.

Vector vs bitmap is a good topic to be familiar with for anyone who works with computers, I keep running into professionals who really should know the difference but don't.

[–] [email protected] 2 points 1 day ago

Thanks for the explanation! I agree, this has been very helpful already. Now I go and do some reading on it.