this post was submitted on 27 Apr 2025
82 points (93.6% liked)

Linux

53624 readers
1899 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
[–] Kory@lemmy.ml 3 points 9 hours ago (1 children)

Curious why you would need Gimp and Inkscape? Wouldn't one of them be enough? Is one of them better suited for certain tasks?

[–] Thorned_Rose@sh.itjust.works 4 points 9 hours ago (1 children)

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

[–] Kory@lemmy.ml 2 points 8 hours 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.

[–] a14o@feddit.org 2 points 8 hours 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.

[–] Kory@lemmy.ml 2 points 8 hours ago

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