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---->
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!
You need to find out all the package names that you want to install and then you can put them behind
gimp
(with a space in between)So ...
Oh and you can leave out gimp (it will install itself due to you installing gimp-plugin-registry).
Addition:
You can use
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":
Gimp plug-ins and extensions ( script-fu ) is different by repositories. Each script-fu or extension written by different authors. So probably orient work to tasks is more right way ...
Common way is:
Install Script-Fus
You can check and get links and filenames here:
GIMP Plugin Registry Glossary