Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Linux
  3. when will gimp 3.0 get updated on the linux mint (or ubuntu!! or whatever linux mint uses) package manager??

when will gimp 3.0 get updated on the linux mint (or ubuntu!! or whatever linux mint uses) package manager??

Scheduled Pinned Locked Moved Linux
linux
50 Posts 31 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • pseudospock@lemmy.dbzer0.comP [email protected]

    Tell us you don’t know what a flatpak is without telling us you don’t know what a flatpak is.

    adrianhooves@lemmy.todayA This user is from outside of this forum
    adrianhooves@lemmy.todayA This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #25

    i know what a flatpak is, a third party app provider for gnu/linux that works in any distro!!

    S pseudospock@lemmy.dbzer0.comP 2 Replies Last reply
    0
    • N [email protected]

      You can also get the appimage on https://www.gimp.org/downloads/

      After downloading, set the execute bit: chmod +x ./GIMP-3.0.0-x86_64.AppImage and then open the file to open gimp.

      blisterexe@lemmy.zipB This user is from outside of this forum
      blisterexe@lemmy.zipB This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #26

      To make it executable you can just right click -> properties -> make executable.

      No need to use the terminal

      ? 1 Reply Last reply
      0
      • J [email protected]

        Not sure if I misremember but I think the Mint software manager has a menu option somewhere that shows you a list of PPAs you've added

        R This user is from outside of this forum
        R This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #27

        that is, if you remember to check it

        1 Reply Last reply
        0
        • adrianhooves@lemmy.todayA [email protected]

          i know i can use the flatpak version and i did try that one out on my other laptop but, i think it will come to the package manager when some stuff is fixed??? thank you

          the16bitgamer@programming.devT This user is from outside of this forum
          the16bitgamer@programming.devT This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #28

          Debian/Ubuntu/Mint packages are always older and only get updated once everything is stable.

          If you are looking for more up to date packages I would recommend using FlatPaks or AppImages since they are usually maintained by the devs and kept up to date.

          R 1 Reply Last reply
          0
          • adrianhooves@lemmy.todayA [email protected]

            i know i can use the flatpak version and i did try that one out on my other laptop but, i think it will come to the package manager when some stuff is fixed??? thank you

            Z This user is from outside of this forum
            Z This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #29

            1 Reply Last reply
            0
            • adrianhooves@lemmy.todayA [email protected]

              i know i can use the flatpak version and i did try that one out on my other laptop but, i think it will come to the package manager when some stuff is fixed??? thank you

              L This user is from outside of this forum
              L This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #30

              I've got GIMP 3.0 here on my Kubuntu system 🤷‍♂️

              1 Reply Last reply
              0
              • pseudospock@lemmy.dbzer0.comP [email protected]

                Tell us you don’t know what a flatpak is without telling us you don’t know what a flatpak is.

                B This user is from outside of this forum
                B This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #31

                Tell us you know nothing about running Linux and rely on app stores for your software.

                pseudospock@lemmy.dbzer0.comP 1 Reply Last reply
                0
                • the16bitgamer@programming.devT [email protected]

                  Debian/Ubuntu/Mint packages are always older and only get updated once everything is stable.

                  If you are looking for more up to date packages I would recommend using FlatPaks or AppImages since they are usually maintained by the devs and kept up to date.

                  R This user is from outside of this forum
                  R This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #32

                  How about compiling from source? Or look into how Debian/Ubuntu/Mint build the gimp package, then change the version and run the build process on your local machine?

                  the16bitgamer@programming.devT 1 Reply Last reply
                  0
                  • blisterexe@lemmy.zipB [email protected]

                    To make it executable you can just right click -> properties -> make executable.

                    No need to use the terminal

                    ? Offline
                    ? Offline
                    Guest
                    wrote on last edited by
                    #33

                    The terminal dosn't bite.

                    blisterexe@lemmy.zipB 1 Reply Last reply
                    0
                    • R [email protected]

                      How about compiling from source? Or look into how Debian/Ubuntu/Mint build the gimp package, then change the version and run the build process on your local machine?

                      the16bitgamer@programming.devT This user is from outside of this forum
                      the16bitgamer@programming.devT This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #34

                      You loose out on automatic updates and not all packages are easy to build. I am not personally familiar with building Gimp. But I’ve tried to build other projects from GitHub only to get errors I couldn’t decipher.

                      It’s a skill which not many have.

                      R 1 Reply Last reply
                      0
                      • ? Guest

                        The terminal dosn't bite.

                        blisterexe@lemmy.zipB This user is from outside of this forum
                        blisterexe@lemmy.zipB This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #35

                        I know, i use it all the time, i just think it's silly to recommend the terminal to beginners when theres a gui way that's easier.

                        1 Reply Last reply
                        0
                        • the16bitgamer@programming.devT [email protected]

                          You loose out on automatic updates and not all packages are easy to build. I am not personally familiar with building Gimp. But I’ve tried to build other projects from GitHub only to get errors I couldn’t decipher.

                          It’s a skill which not many have.

                          R This user is from outside of this forum
                          R This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #36

                          It’s a skill which not many have.

                          I think this is why OP got 21 downvotes. It is unreasonable to demand something fast, free, and good. You are going to get flatpak if you want it fast and free.

                          1 Reply Last reply
                          0
                          • adrianhooves@lemmy.todayA [email protected]

                            i know what a flatpak is, a third party app provider for gnu/linux that works in any distro!!

                            S This user is from outside of this forum
                            S This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #37

                            Also, the quickest way to get new software versions, in most cases.

                            pseudospock@lemmy.dbzer0.comP 1 Reply Last reply
                            0
                            • B [email protected]

                              Tell us you know nothing about running Linux and rely on app stores for your software.

                              pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                              pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #38

                              Tell us YOU know nothing about running Linux, especially Mint, which is based on Ubuntu LTS releases, meaning it won't get gimp 3.0 until the next major release, and so a flatpak, snap, or PPA with an unreliable release cadence are the only ways to get it before then unless you compile it yourself. Seriously dude, pull your head out.

                              B 1 Reply Last reply
                              0
                              • adrianhooves@lemmy.todayA [email protected]

                                i know what a flatpak is, a third party app provider for gnu/linux that works in any distro!!

                                pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                                pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #39

                                Cool, glad you know that. Were you also aware that by running Linux Mint, you are tied to Ubuntu LTS releases? This would mean major revisions in software upgrades only come with next major releases of Mint. So that leaves you with flatpaks, snaps, or PPA repositories, or building it yourself. LTS releases designed this way so that you run known stable versions of pretty much everything. Switching to a rolling release distro would bring you what you want more quickly, but at the cost of more potential hiccups... but I say potential, because problems might never arise.

                                adrianhooves@lemmy.todayA 1 Reply Last reply
                                0
                                • pseudospock@lemmy.dbzer0.comP [email protected]

                                  Tell us you don’t know what a flatpak is without telling us you don’t know what a flatpak is.

                                  pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                                  pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #40

                                  You kids are savage today, the hell?

                                  1 Reply Last reply
                                  0
                                  • S [email protected]

                                    Also, the quickest way to get new software versions, in most cases.

                                    pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                                    pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #41

                                    @[email protected] is correct.

                                    1 Reply Last reply
                                    0
                                    • adrianhooves@lemmy.todayA [email protected]

                                      i know i can use the flatpak version and i did try that one out on my other laptop but, i think it will come to the package manager when some stuff is fixed??? thank you

                                      pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                                      pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #42

                                      i know i can use the flatpak version and i did try that one out on my other laptop but, i think it will come to the package manager when some stuff is fixed??? thank you

                                      Not likely, at least not for Mint or your current version of Ubuntu. For Ubuntu, it probably would end up in their next major release, like 26.04 for LTS, and whatever the next interim release is for non LTS. Mint is based on LTS, so sometime after 26.04 Ubuntu.

                                      Flatpak, Snap, AppImage, PPA, or build from source would be your options on Mint for now.

                                      1 Reply Last reply
                                      0
                                      • adrianhooves@lemmy.todayA [email protected]

                                        what!! oh my gosh until 2026?? i think i should get the flatpak version then. oh woa, thank you

                                        pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                                        pseudospock@lemmy.dbzer0.comP This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #43

                                        This is why I don't understand the downvote hate I got for mentioning flatpak. Downvoted for the correct advice, which is so very Linux "community". I've been running Linux since Slackware 1.0, and the only thing consistent about the Linux community is it's eagerness to eat it's own.

                                        1 Reply Last reply
                                        0
                                        • pseudospock@lemmy.dbzer0.comP [email protected]

                                          Cool, glad you know that. Were you also aware that by running Linux Mint, you are tied to Ubuntu LTS releases? This would mean major revisions in software upgrades only come with next major releases of Mint. So that leaves you with flatpaks, snaps, or PPA repositories, or building it yourself. LTS releases designed this way so that you run known stable versions of pretty much everything. Switching to a rolling release distro would bring you what you want more quickly, but at the cost of more potential hiccups... but I say potential, because problems might never arise.

                                          adrianhooves@lemmy.todayA This user is from outside of this forum
                                          adrianhooves@lemmy.todayA This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #44

                                          yea i know all that, and that is the reason why stable distros are good for me because everything is familiar and the same way it is always!! i will only update every few years yep. i know ubuntu and mint are the same distro but derivative, one just doesn't have snaps and has a different color but that's fine

                                          pseudospock@lemmy.dbzer0.comP 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups