volitank / nala

Nala is a front-end for libapt-pkg.
GNU General Public License v3.0
1.33k stars 49 forks source link

Incorrect Package Removal When Installing Software via Nala Package Manager #17

Closed SupianIDz closed 8 months ago

SupianIDz commented 11 months ago

Issue: When using Nala package manager to install a software package, such as Insomnia, packages unrelated to the new software dependencies are being removed. This behavior is not observed when using dpkg or apt install ./name-of-software.deb directly.

Steps to Reproduce:

  1. Download a software package with the .deb extension, e.g., Insomnia.
  2. Execute the command: sudo nala install ./name-of-software.deb.

Expected Behavior: The software (e.g., Insomnia) should be installed without removing any unrelated packages.

Actual Behavior: Nala removes several important packages unrelated to the new software dependencies during the installation process.

Screenshots: Screenshot 1 Screenshot 2

Additional Information:

Note: The issue seems to be specific to Nala, as installing the same .deb package directly with dpkg or apt does not exhibit this problem.

SupianIDz commented 8 months ago

closed by https://github.com/volitank/nala/commit/cbae61947a3fdcfe998374a5c5cb9a6088e87ad4