Well, if you don't have disk space to spare, the removal of IceWM won't help that much, it will only save you 4MB.
Also this sounds like a typical X-Y problem. Maybe it would have been better if you asked in the first place how to free up space.
Please show the output as root of
- Code: Select all
du -mx / | sort -rn | head -50
as this shows what directory in the / filesystem uses up what space.
Also please show the output of
- Code: Select all
rpm -qa --queryformat '%{size} %{name}\n' | sort -rn | head -50
which will show the 50 biggest installed packages. This is a good starting point to check some of those at the top of the list, as they provide the most potential for disk space savings.
FWIW, removal of icewm would look like that:
- Code: Select all
urpme -a icewm
To satisfy dependencies, the following 3 packages will be removed (4MB):
icewm-i18n-1.5.4-2.mga7.noarch
icewm-light-1.5.4-2.mga7.i586
(due to missing icewm-theme-oxygen-aya)
icewm-theme-oxygen-aya-0.1-12.mga7.noarch
Remove 3 packages? (y/N)