Changes

Jump to navigation Jump to search
m
no edit summary
Line 60: Line 60:     
==== Yum install ====
 
==== Yum install ====
 +
To make sure that all dependecies required for SME Server are met, we will disable the sl repositories for now, and will do a yum upgrade after this initial upgrade.
 +
 
<nowiki>
 
<nowiki>
yum install e-smith\* smeserver\* aspell aspell-en at audit-libs-python autoconf automake bc bind-libs bind-utils cronie cronie-anacron crontabs cyrus-sasl-md5 dhcp dosfstools ed eject elfutils elfutils-libs fetchmail ftp gettext glib gpm hesiod hmaccalc imake iptraf iptstate isdn4k-utils libXdmcp libgomp libselinux-python libsmbclient libsysfs libxml2-python lm_sensors lockdev lsof lvm2 m2crypto man mcstrans minicom mkbootdisk mlocate mod_ssl mtools mt-st mutt neon net-snmp net-snmp-utils openldap-servers patch pcmciautils postgresql-libs pyxf86config rpm-build rp-pppoe setserial strace sudo sysfsutils syslinux tcpdump telnet time tmpwatch traceroute unzip usbutils usermode vim-common vim-enhanced wget wodim xz zip zlib php-pear-Net-URL perl-Compress-Raw-Bzip2 perl-IO-Compress-Bzip2 rsync tnef freeradius-ldap --exclude=centos*,smeserver-release --nogpg
+
yum install e-smith\* smeserver\* aspell aspell-en at audit-libs-python autoconf automake bc bind-libs bind-utils cronie cronie-anacron crontabs cyrus-sasl-md5 dhcp dosfstools ed eject elfutils elfutils-libs fetchmail ftp gettext glib gpm hesiod hmaccalc imake iptraf iptstate isdn4k-utils libXdmcp libgomp libselinux-python libsmbclient libsysfs libxml2-python lm_sensors lockdev lsof lvm2 m2crypto man mcstrans minicom mkbootdisk mlocate mod_ssl mtools mt-st mutt neon net-snmp net-snmp-utils openldap-servers patch pcmciautils postgresql-libs pyxf86config rpm-build rp-pppoe setserial strace sudo sysfsutils syslinux tcpdump telnet time tmpwatch traceroute unzip usbutils usermode vim-common vim-enhanced wget wodim xz zip zlib php-pear-Net-URL perl-Compress-Raw-Bzip2 perl-IO-Compress-Bzip2 rsync tnef freeradius-ldap --exclude=centos*,smeserver-release --disablerepo=sl* --nogpg
 
</nowiki>
 
</nowiki>
 
+
Transaction Summary
 
  Install    497 Package(s)
 
  Install    497 Package(s)
 
  Upgrade      19 Package(s)
 
  Upgrade      19 Package(s)
 
  Total download size: 226 M
 
  Total download size: 226 M
   −
==== Yum update ====
+
==== Yum upgrade ====
After the initial yum install we need to update to the latest versions available in the repositories.
+
After the initial yum install we need to upgrade to the latest versions available in the repositories.  
    
  yum update --nogpg
 
  yum update --nogpg
Line 75: Line 77:     
This will result in the below summary. The numbers may vary depending on the changes in the repositories.
 
This will result in the below summary. The numbers may vary depending on the changes in the repositories.
  Transaction Summary
+
  Transaction Summary Install      1 Package(s) Upgrade      38 Package(s)
Install      1 Package(s)
+
  Total size: 67 M
Upgrade      39 Package(s)
  −
  Total download size: 70 M
  −
 
      
==== Post-upgrade/reboot ====
 
==== Post-upgrade/reboot ====

Navigation menu