-
-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating manticore removes manticore-columnar-lib installed via manticore-extras #1987
Comments
I can't reproduce in Ubuntu Jammy:
Can you please show what |
Interesting. I just set up a fresh installation of Debian and installed Manticore. The problem does not occur here. But it happened for me during an update more than once. Is there a way to install an old version of manticore to update it via APT to let the error occur? If not, I will have to wait for the next version. |
Yes, you can install separate versions of e.g. 6.0.0 following the instructions from here https://manticoresearch.com/install-6.0.0/#separate-packages |
Hello again,
Important to know is, that there was no update for manticore or any of its components itself. Only these packages |
Did it remove manticore-columnar and manticore-executor without saying a word about it? |
Not yet as there seemed to be no update to these packages. I'll post the result as soon as there is an update to manticore. |
Updated from 6.2 to 6.3 today and the issue did not occur. Maybe it was fixed in the meantime. |
Describe the bug
During the installation of manticore (non-dev version) via
apt install manticore manticore-extra
the packagesmanticore-columnar-lib
andmanticore-executor
are also installed. Callingapt autoremove
to delete obsolete packages removesmanticore-columnar-lib
andmanticore-executor
.To Reproduce
Steps to reproduce the behavior:
wget https://repo.manticoresearch.com/manticore-repo.noarch.deb
sudo dpkg -i manticore-repo.noarch.deb
sudo apt update
apt install manticore manticore-extra
apt autoremove
Expected behavior
manticore-columnar-lib
andmanticore-executor
should not be removed as it is my understanding, that they were installed viamanticore-extras
.Describe the environment:
Manticore 6.2.12 dc5144d35@230822 (columnar 2.2.4 5aec342@230822) (secondary 2.2.4 5aec342@230822)
Linux 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux
Messages from log files:
N/A
Additional context
The only way to prevent this, is to call
apt install manticore-columnar-lib manticore-executor
. This only flags the packages as manually installed but at least then they seem to not get uninstalled.This behavior would be sufficient but is undocumented afaict.
The text was updated successfully, but these errors were encountered: