Today, I installed Fedora 14 under virtual machine (i used KVM). I downloaded a normal graphical KDE version which has 687M of size and the installation process was pretty quickly.
My first impression was, that it similar to Ubuntu in many ways, but not the package manager:)
My tiny yum reference:
1 2 3 4 5 6 7 8 9 | yum update – Upgrade system yum search package-name – Search packages yum info package-name – Information about packages yum install package-name – Install packages yum remove package-name – Remove packages available yum list|less – List available packages yum list installed | less – List installed packages yum list updates|less – List update-able packages yum clean all – Remove installation information |
Any other solutions are listed here:
1 | man yum |
Leave a Reply