Hi,
As mentioned, I have tried
- Code: Select all
equo community repos update
and
- Code: Select all
equo community mirrors sync
without any success. Here are the steps with there respective output, which i have tried to remove binary package from my own community repository.
-> equo community database remove xyz : After running this command it shows me that
Packages removed. To remove binary packages, run activator.
-> equo community repos update : if ask me to add the xyz package again, I have to choose no so that it does not add "xyz" package again.
-> equo community mirrors sync : After running this command it ask me "Should I continue with the tidy procedure" - After select/typing yes it shows "nothing to remove on this branch".
FYI: After doing some R&D, it seems that "equo community repos update" command add/configure repository locally on the system on path "/var/lib/entropy/server/productname/" and configure the desire filestructure, and when we run "equo community mirrors sync" it sync locally configured/created repository filestructure with actual configured repository (which we configured in /etc/entropy/server.conf". Now after removing the package when we run "equo community mirrors sync" it create one more file in "/var/lib/entropy/server/productname/packages/x86/branchname/catogary::xyz.tbz2.expired". To remove expired packages as per my understanding we need to run either "equo community mirrors tidy" or "activator tidy" but after running both these command still not able to remove the binary package.