Score:4

Why do I sometimes get new apps that I have not installed when I boot my laptop?

in flag

So when I start my Ubuntu 20.04 laptop I eventually get some new apps like this one ''ImageMagick'' that I'm 100% sure that I did not install and many others that I don't even remember to the point that probably half of all my apps idk what they even do. Help me.

enter image description here

24601 avatar
in flag
There are a number of apps shipped by default when installing ubuntu... You can check which by using a live DVD or USB and checking there...
N0rbert avatar
zw flag
Please add output of `dpkg -l | grep -i imagemagick` along with `grep -ri imagemagick /usr/share/applications --include=*.desktop`.
user535733 avatar
cn flag
Try `apt rdepends imagemagick | grep Depends`. Every application on the resulting list *must* pull in imagemagick as a dependency.
Score:2
cn flag

Additional applications will never automatically be added. They will only be added after installing a package yourself.

The icon you see is from ImageMagick, mainly a batch image processing software for the command line with a graphical tool, for which a launcher is installed. It is there because you installed the imagemagic package, or because you installed some other application that has automatically installed imagemagic as a dependency or recommended package.

For example, one can see what packages need or suggest imagemagic with the command:

apt-cache rdepends imagemagick | less

Packages listed include libreoffice, videotrans, playonlinux, xpaint

Score:2
cn flag

You probably installed some application that required ImageMagick as a dependency. So it was installed and you see it in the launcher.

I know that playonlinux installs imagemagick as an example.

This is normal.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.