[feature][arch] allowing to uninstall no longer needed packages after a package uninstall

This commit is contained in:
Vinícius Moreira
2020-04-20 18:15:21 -03:00
parent d5049c8466
commit 67542bdca9
9 changed files with 140 additions and 14 deletions

View File

@@ -148,6 +148,7 @@ arch.install.optdeps.request.help=Check those you want
arch.install.optdeps.request.title=Optional dependencies
arch.install.repo_pkg.error.aur_deps=It is not possible to install an AUR package as dependency of a repository package
arch.installing.package=Installing {} package
arch.checking_unnecessary_deps=Checking if there are packages no longer needed
arch.makepkg.optimizing=Optimizing the compilation
arch.missing_deps.body=The following {deps} dependencies must be installed so the {name} installation can continue
arch.missing_deps.title=Missing dependencies
@@ -174,6 +175,11 @@ arch.uninstall.clean_cached.error=It was not possible to remove old {} versions
arch.uninstall.clean_cached.substatus=Removing old versions from disk
arch.uninstall.required_by={} cannot be uninstalled because it is required for the packages listed below to work.
arch.uninstall.required_by.advice=It is necessary to uninstall them as well to proceed.
arch.uninstall.unnecessary.all=The following {} packages will be uninstalled
arch.uninstall.unnecessary.cancel=Keep
arch.uninstall.unnecessary.l1=The {} packages below are no longer needed
arch.uninstall.unnecessary.l2=Check those you want to uninstall
arch.uninstall.unnecessary.proceed=Uninstall
arch.uninstalling.conflict=Uninstalling conflicting package {}
arch.uninstalling.conflict.fail=It was not possible to uninstall the conflicting package {}
arch.update.disabled.tooltip=This package can oly be upgrade through the action "Quick system upgrade"