You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In I try to run dnf install as normal user, I get:
$ dnf upgrade
The requested operation requires superuser privileges. Please log in as a user with elevated rights, or use the "--assumeno" or "--downloadonly" options to run the command without modifying the system state.
That is fine. The same error is also printed for upgrade and remove subcommands. However, sub-subcommands of history similarly require superuser privileges, but do not have the same error. For instance:
$ dnf history undo 45
Updating and loading repositories:
Repositories loaded.
Package
Removing:
...
Removing unused dependencies:
...
Transaction Summary:
Removing: 17 packages
After this operation, 36 MiB will be freed (install 0 B, remove 36 MiB).
Is this ok [y/N]: y
Running transaction
Failed to open lock file "/run/dnf/rpmtransaction.lock": (13) - Permission denied
Please add the warning, so it is more clear what went wrong.
The text was updated successfully, but these errors were encountered:
In I try to run
dnf install
as normal user, I get:That is fine. The same error is also printed for
upgrade
andremove
subcommands. However, sub-subcommands ofhistory
similarly require superuser privileges, but do not have the same error. For instance:Please add the warning, so it is more clear what went wrong.
The text was updated successfully, but these errors were encountered: