Endpoint Security Complete

 View Only

How to uninstall Mobility Suite 5.4.2 and refresh dependencies. 

Apr 12, 2016 01:57 PM

If Mobility Suite 5.4.2 fails to install due to dependency errors, then the script attached to this article can be run to remove the packages that Mobility Suite installed, clean the yum repository, and install the dependencies necessary for a successful reinstallation.

The contents of the "Uninstall_5.4.2.sh" command is as follows:

#!/usr/bin/env bash

sudo yum -y erase zip libaio perl-CGI policycoreutils-python policycoreutils-sandbox appcenter-confwiz appcenter-setup-python httpd mod_ssl postfix jdk libXt monit appcenter-python mod_wsgi appcenter-mysql-connector-java appcenter-celery-deps-1.1.3 appcenter-celery-3.1.17 appcenter-django-celery appcenter-pyasn1 appcenter-decorator appcenter-lockfile appcenter-python-daemon appcenter-setuptools appcenter-Imaging appcenter-MySQL-python appcenter-python-ldap appcenter-M2Crypto appcenter-boto appcenter-xlrd appcenter-APNSWrapper appcenter-pysaml2 appcenter-ConcurrentLogHandler appcenter-Django appcenter-django-tables appcenter-django-auth-ldap appcenter-Django-south appcenter-django-ses appcenter-django-compressor appcenter-django-appconf appcenter-versiontools appcenter-djangorestframework appcenter-cx_Oracle-5.1.3 appcenter-recaptcha-client appcenter-django-simple-math-captcha appcenter-python-cjson appcenter-BeautifulSoup4 appcenter-httplib2 appcenter-aapt appcenter-apktool appcenter-ipaddr appcenter-protobuf appcenter-gevent appcenter-pyOpenSSL xmlsec1 SecureProxy-5.4-1 appcenter-server-common appcenter-liveupdate appstore_cu appstore_cu-bin GPLv2-openscep Quaqua iphone-fixpng libpng-nukona iOS-wrap iOS-wrap-server android-wrap AppCenterBuilder iOS-ThreatProtection AppCenterSample android-AppCenterAgent libgdiplus0-2.10 mono-core-3.8.0 libmono-2_0-1-3.8.0 libmono-2_0-devel-3.8.0 libmonosgen-2_0-0-3.8.0 libmonosgen-2_0-devel-3.8.0 mono-locale-extras-3.8.0 mono-data-3.8.0 mono-winforms-3.8.0 ibm-data-db2-3.8.0 mono-extras-3.8.0 mono-data-sqlite-3.8.0 mono-wcf-3.8.0 mono-winfxcore-3.8.0 mono-web-3.8.0 mono-mvc-3.8.0 mono-data-oracle-3.8.0 mono-data-postgresql-3.8.0 mono-nunit-3.8.0 mono-devel-3.8.0 monodoc-core-3.8.0 mono-complete-3.8.0 mm-python-pika openscep-certs appcenter-load-settings xorg-x11-server-Xvfb bb_icon_extractor SymantecLicensing appcenter-siteminder appcenter-modsecurity appcenter-lua appcenter-libxml2 appcenter-libxslt mod_xsendfile SYMC-MDMCore-7.2-250 SYMC-ADCS-Installer-7.2-250 symc-mdmcore_migration mod_mono-2.10 xsp-3.0.11 erlang-17.4 rabbitmq-server ntp-4.2.6p5 ntpdate-4.2.6p5 at appcenter-greenlet oracle-instantclient11.2-basic oracle-instantclient11.2-sqlplus mm-nginx appcenter-uwsgi libevent libcouchbase-devel libcouchbase2-core libcouchbase2-libevent mm-python-requests mm-service-common-core mm-service-common-django mm-service-common-sqlalchemy mm-sclients sensu mm-sensu-gems puppet appcenter-pycountry appcenter-operations_portal appcenter-suds

sudo yum clean all

sudo yum -y install libtool-ltdl mysql perl-CGI zip libaio

echo "+-------------------------------------------------------------------+"
echo "|Mobility Suite 5.4.2 is uninstalled and is ready for reinstallation|"
echo "+-------------------------------------------------------------------+"
$SHELL

The script's permissions may need to be modified before it can be run after it has been uncompressed. In order to uncompress, qualify the script for use, and execute it using the Linux Terminal the following commands need to be run in the directory where the script is located:

yum -y install unzip
unzip Uninstall_5.4.2.zip -d ~
cd ~
chmod +x Uninstall_5.4.2.sh
./Uninstall_5.4.2.sh

 

Statistics
0 Favorited
0 Views
1 Files
0 Shares
0 Downloads
Attachment(s)
zip file
Uninstall_5.4.2.zip   1 KB   1 version
Uploaded - Feb 25, 2020

Tags and Keywords

Related Entries and Links

No Related Resource entered.