Monday, April 29, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 3077  / 3 Years ago, mon, may 10, 2021, 12:19:39

What i want is to run from terminal sudo apt-get install gimp but also install all the available plugins!



So, i tried this sudo apt-get install gimp* BUT this installed all the packages with name gimpblablabla. So which is the right way to do this?



Thanks



edit---->enter image description here



So, from software center i am installing gimp and check all the boxes for what i want! The alternative to it from terminal is sudo apt-get install gimp gimp-plugin-registry gimp-cbmplugs extremetuxracer-gimp-dev?NO right?



Well, that question was not only for gimp but for other applications too!So, i want this for a deeper knowledge of installing from terminal! If i want to list for example the available plugins for gimp what is the way?



I hope it is not so confusing! Thanks very much for your answers!


More From » installation

 Answers
4

You can use



apt-cache search gimp


to find all packages with gimp in the name or short description. You can also then pipe that to grep and search for ones that also mention "plugin":



apt-cache search gimp | grep plugin

[#38905] Monday, May 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
terneive

Total Points: 329
Total Questions: 117
Total Answers: 105

Location: Denmark
Member since Tue, Oct 18, 2022
2 Years ago
;