Changes

Jump to navigation Jump to search
m
Line 94: Line 94:     
==== 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.
+
To ensure that none of the CentOS specific packages are going to be installed, we first put in place the sl specific versions from the sl repository.
 +
yum --disablerepo=smeos9 install dhcp* httpd* mod_ssl ntp* openssl* dhclient yum redhat-logos
   −
<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 --disablerepo=sl* --nogpg
+
Now we can install the packages from the SME Server repository. 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 with all repo's enabled.
</nowiki>
+
----
 +
'''yum install''' e-smith\* smeserver\* aspell aspell-en at audit-libs-python autoconf automake bc bind-libs bind-utils 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 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 php-pear-Net-URL perl-Compress-Raw-Bzip2 perl-IO-Compress-Bzip2 rsync tnef freeradius-ldap --exclude=centos*,smeserver-release --disablerepo=sl* --nogpg
 +
----
    
This will result in the following summary. The numbers may vary depending on the changes in the repositories.
 
This will result in the following summary. The numbers may vary depending on the changes in the repositories.
Line 105: Line 108:  
  Upgrade      19 Package(s)
 
  Upgrade      19 Package(s)
 
  Total download size: 226 M
 
  Total download size: 226 M
      
==== Yum upgrade ====
 
==== Yum upgrade ====

Navigation menu