HestiaCP Packages Triggering esm-apps

For a while now, apt upgrade has been suggesting I upgrade to Ubuntu Pro in order to have access to “more security updates.” (See output below.)

We have not installed any extra packages on our HestiaCP box. We try to keep it plain vanilla so that it’s easy to update. We are still on Focal Fossa (20.04.6 LTS) if that makes a difference.

The imagemagick package seems to be one of the main ones causing the esm-apps suggestion to pop up. Is this package something I can just remove?

I’d really like to get back to a clean update/upgrade.

Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://ppa.launchpad.net/ondrej/apache2/ubuntu focal InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-security InRelease
Hit:6 http://ppa.launchpad.net/ondrej/php/ubuntu focal InRelease
Hit:7 https://nginx.org/packages/mainline/ubuntu focal InRelease
Hit:8 https://apt.hestiacp.com focal InRelease
Hit:9 https://mirror.mva-n.net/mariadb/repo/10.5/ubuntu focal InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  mc libmagickcore-6.q16-6-extra imagemagick php-symfony-expression-language
  libmagickwand-6.q16-6 roundcube-plugins fail2ban mc-data roundcube-core
  phpmyadmin imagemagick-6.q16 libjs-jquery-ui php-twig roundcube-mysql
  libopenexr24 libmagickcore-6.q16-6 php-symfony-cache
  php-symfony-var-exporter imagemagick-6-common
Learn more about Ubuntu Pro at https://ubuntu.com/pro
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

You can just ignore the message it is currently not installed via ems-apps but via
http://ppa.launchpad.net/ondrej/apache2/ubuntu

And yes this is the method to promote EMS for users…

1 Like

I realize I can ignore the message, but I would really prefer to make it go away.

It looks like Index of /ondrej/apache2/ubuntu is already in the list of repositories:

deb http://archive.ubuntu.com/ubuntu focal main restricted
deb http://archive.ubuntu.com/ubuntu focal-updates main restricted
deb http://archive.ubuntu.com/ubuntu focal universe
deb http://archive.ubuntu.com/ubuntu focal-updates universe
deb http://archive.ubuntu.com/ubuntu focal multiverse
deb http://archive.ubuntu.com/ubuntu focal-updates multiverse
deb http://archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu focal-security main restricted
deb http://archive.ubuntu.com/ubuntu focal-security universe
deb http://archive.ubuntu.com/ubuntu focal-security multiverse
deb http://archive.ubuntu.com/ubuntu/ focal main restricted
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ focal universe
deb http://archive.ubuntu.com/ubuntu/ focal-updates universe
deb http://archive.ubuntu.com/ubuntu/ focal multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ focal-security main restricted
deb http://security.ubuntu.com/ubuntu/ focal-security universe
deb http://security.ubuntu.com/ubuntu/ focal-security multiverse
deb [arch=amd64] https://nginx.org/packages/mainline/ubuntu/ focal nginx
deb http://ppa.launchpad.net/ondrej/php/ubuntu focal main
deb [arch=amd64 signed-by=/usr/share/keyrings/nginx-keyring.gpg] https://nginx.org/packages/mainline/ubuntu/ focal nginx
deb [arch=amd64 signed-by=/usr/share/keyrings/mariadb-keyring.gpg] https://mirror.mva-n.net/mariadb/repo/10.5/ubuntu focal main
deb http://ppa.launchpad.net/ondrej/apache2/ubuntu focal main
deb [arch=amd64 signed-by=/usr/share/keyrings/hestia-keyring.gpg] https://apt.hestiacp.com/ focal main
deb http://archive.ubuntu.com/ubuntu focal main restricted
deb http://archive.ubuntu.com/ubuntu focal-updates main restricted
deb http://archive.ubuntu.com/ubuntu focal universe
deb http://archive.ubuntu.com/ubuntu focal-updates universe
deb http://archive.ubuntu.com/ubuntu focal multiverse
deb http://archive.ubuntu.com/ubuntu focal-updates multiverse
deb http://archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu focal-security main restricted
deb http://archive.ubuntu.com/ubuntu focal-security universe
deb http://archive.ubuntu.com/ubuntu focal-security multiverse

From your reply, @eris, it looks like you would expect the packages (e.g. imagemagick) to be updated. Is that what you meant?

@mmoo9154 You can get a lifetime 5 server/vps Ubuntu Pro personal subscription free.
Includes live patch, live kernel updates etc, I run it on Ubuntu 22.0.4 and have no issues on latest Hestia.

If you want to remove the nags you can try the following:

create backup folder:

sudo mkdir /etc/apt/apt.conf.d/off;

Move the esm hook to disable nag:

sudo mv /etc/apt/apt.conf.d/20apt-esm-hook.conf /etc/apt/apt.conf.d/off;