EDIT: I DID ITI did a terminal!
-
EDIT: I DID IT
I did a terminal!Opening inkscape now - thank you!
@JenJen It's not in apt? You should be able to just apt install inkscape
-
@JenJen It's not in apt? You should be able to just apt install inkscape
@serebit
*vibes, not knowing what Apt means* -
EDIT: I DID IT
I did a terminal!Opening inkscape now - thank you!
@JenJen it’s probably in the Mint Software utility… if not then opening terminal and running ‘sudo apt install Inkscape’ should work…
-
@JenJen it’s probably in the Mint Software utility… if not then opening terminal and running ‘sudo apt install Inkscape’ should work…
@not_a_label literally just copy paste that in terminal?
-
EDIT: I DID IT
I did a terminal!Opening inkscape now - thank you!
Please input into the terminal program 'sudo apt search inkscape' to see if it gives you any results. If it does, then please use 'sudo apt install inkscape' .
Alternatively, please see if your mint install comes with an app store. That store may have the program.
-
EDIT: I DID IT
I did a terminal!Opening inkscape now - thank you!
@JenJen It should be available in the software center already installed on your desktop. You can download it from there :).
Did the person that helped you install Linux showed you how to do that? -
EDIT: I DID IT
I did a terminal!Opening inkscape now - thank you!
Software Manager (green circle with white dots icon in start menu) is the Mint app store, inkscape should be there
-
EDIT: I DID IT
I did a terminal!Opening inkscape now - thank you!
@JenJen You should find it in the Software Manager in the Menu, no terminal needed
Open the menu on the bottom/left, search for „Software“ and then open the Software Manager -
@not_a_label literally just copy paste that in terminal?
@JenJen yep… it’ll then ask for your password and off you go


-
@not_a_label literally just copy paste that in terminal?
sudo - do as super user
apt - app management tool
install - install
inkscape - the program to install -
@serebit
*vibes, not knowing what Apt means*@JenJen @serebit It's an interface to the Debian Package Manager.
The Debian Package Manager is the preferred way to manage software package installations on Mint. There are other interfaces for it too. Most desktops also come with a graphical interface for it, I just don't know by heart how that GUI tool is called on Mint.
If you are coming from Windows: `apt` is basically the Debian/Ubuntu/Mint/... equivalent to Windows' `winget` command.
-
EDIT: I DID IT
I did a terminal!Opening inkscape now - thank you!
@JenJen Hello!
When searching for program on your computer, Mint should have some "software catalog" that could be use to explore and install software provided by the Mint community. Inkscape should be their
-
EDIT: I DID IT
I did a terminal!Opening inkscape now - thank you!
@JenJen Inkscape is in flathub (https://flathub.org/en-GB/apps/org.inkscape.Inkscape ) so you should be able hit install from the site.
Newer Mint versions should have flathub enabled by default but if it doesn’t you can go to your graphical appstore and enable it in settings.
-
@serebit
*vibes, not knowing what Apt means*@JenJen
Sorry I'm super deep in the Linux sauce. If you have an App Store/Software Manager/GNOME Software/KDE Discover installed, just open that, search for Inkscape, and hit install. -
EDIT: I DID IT
I did a terminal!Opening inkscape now - thank you!
@JenJen This is probably easiest: https://inkscape.org/release/inkscape-1.4.3/gnulinux/appimage/dl/ -- then download it and, if needed, right-click in your file manager and make it executable, then click or double-click.
There are other options, like flathub, or your distro repo, but those are more complicated.
-
EDIT: I DID IT
I did a terminal!Opening inkscape now - thank you!
@JenJen you can just open "software manager" and type it into the search. There will be 2 versions, 1 regular and 1 from Flathub. The Flathub version downloads all dependencies separately and runs in a sandbox (better for software you don't trust). The regular version installs the dependencies system-wide (so multiple programs can reuse it, saving space) and has access to all files that your user can access(= doesn't run in a sandbox).
-
@JenJen But if you want the very latest version, and don't want to have to install anything else to make things work:
Go to https://inkscape.org/release/1.4.3/gnulinux/
then download the AppImage,
open its download location in your file manager,
right click on it
open its Properties
Select the permissions tab
Tick the Allow executing file as a program box
Close the window
Double click on the AppImage file to run it(I'm on a slightly different Debian-descendent OS, but I think this is the right set of steps for Mint - apologies if I'm off about the location of permissions, but it should be enough to get you there with a bit of observation)
Also, oops, accidentally used the lewd account to discuss Linux.
-
@JenJen This is probably easiest: https://inkscape.org/release/inkscape-1.4.3/gnulinux/appimage/dl/ -- then download it and, if needed, right-click in your file manager and make it executable, then click or double-click.
There are other options, like flathub, or your distro repo, but those are more complicated.
-
sudo - do as super user
apt - app management tool
install - install
inkscape - the program to installWas this from the PPA or are the repos up to date these days for 1.4.3?
-
@Sylvhem @JenJen Um... Sure, sure, sure. But you forgot to tell Jen_Jen how to actually install stuff from the Mint repos, preferably without using the terminal?
Without telling people how to use those "repos", and without telling people why you are advising against using the project-provided, signed, safe download, you're just confusing people.