dnf install do nothing
I have installed Fedora23 last week and till today all worked properly. But after installing nodejs, command sudo dnf install [something]
do nothing.
The same with dnf update
, dnf upgrade
, dnf downgrade [something]
, dnf autoremove
. It really do nothing, only blinking cursor after entering command..
I'm try to do dnf clean all
, it clean some files, but dnf still don't work..
Interestingly that dnf remove
working properly, for example i successfully remove nodejs, but after making it, all remained the same..
Updated: Many thanks for your answer! History list didn't look like strange:
18 | remove nodejs | 2016-04-27 07:28 | Erase | 2
17 | install nodejs | 2016-04-26 07:40 | Install | 2
16 | install postgresql-devel | 2016-04-26 07:33 | Install | 1
But there are some strange tings in history info
Command: remove nodejs
Action complete:
installed dnf-1.1.8-1.fc23.noarch @updates
installed rpm-4.13.0-0.rc1.12.fc23.x86_64 @updates
Packeges changed:
Removed nodejs-0.10.42-4.fc23.x86_64 @updates
Removed compat-libuv010-1:0.10.34-4.fc23.x86_64 @updates
Maybe the problem is with dnf-1.1.8-1.fc23.noarch
, how can i downgrade it, if dnf downgrade don't work?
What do you mean by "does nothing". What's the output of
sudo dnf clean all && sudo dnf upgrade
?Thanks you for a comment, my problem was resolved with very strange actions...