Wireless Data Terminal Installation Guide
ZTE Corporation
http
:
//www
.
zte
.
com
.
cn
Fedora
: it’s recommended to use yum manager to install. e.g., yum install kernel-devel
(Require PC to connect the network
)
Ubuntu
: Require PC to connect the network, and then use apt-get install to install.
e.g.,: sudo apt-get install kernel-devel
2.
Get started – Installation
After the installation of gcc compiler and kernel-devel, you could start installing cross-platform UI
software. Supposed CDROM will automatically mount at the patch: /media/cdrom0 after USB
modem is inserted.
1. Double-click the corresponding Linux version to install
Open the directory of CDROM loading point/media/cdrom0, and double click the corresponding
Linux version setup package.
There are three Linux setup packages contained in CD:
¾
CrossPlatformUI-V1.0.21-i386-ubuntu.deb
This is DEB format setup package used for Ubuntu system
¾
CrossPlatformUI-V1.0.16-i586.opensuse.rpm
openSUSE system setup package
¾
CrossPlatformUI-V1.0.16-i586.fedora.rpm
Fedora system setup package
2. Installation using command line (Terminal)
Open the terminal program and key in the command:
sudo rpm –ivh /media/cdrom0/ CrossPlatformUI-V1.0.16-i586.opensuse.rpm #openSUSE
sudo rpm –ivh /media/cdrom0/ CrossPlatformUI-V1.0.16-i586.fedora.rpm #Fedora
sudo dpkg –i /media/cdrom0/ CrossPlatformUI-V1.0.21-i386.ubuntu.deb #Ubuntu
Because it requires super user authority during the installation, it might ask you to input super
user password.
3. Uninstallation using command line (Terminal)
Open the terminal program and key in the command:
sudo rpm –e CrossPlatformUI ( #Fedora/openSUSE case sensitive)
sudo dpkg –r CrossPlatformUI ( #Ubuntu )
sudo dpkg –P CrossPlatformUI
(
#Ubuntu
)
4. Common problems during the installation
¾
Authority/Right problem
This problem occurs as other users(non-admin users) are installing. The installation
can’t be completed because there are no enough rights. Please use “sudo” command to
install (as shown above)
¾
Old version not removed
The old version must be removed before installation, otherwise the installation will fail.