# install WPS for i386/i686 system
echo "Now installing WPS"
uname -a >/tmp/system_version
if grep "i386" /tmp/system_version || grep "i686" /tmp/system_version ; then
dpkg -i symbol-fonts_*
if [ ! -f wps-office_* ] ;then
echo " Now doloading wps for linux ,may need a little long time"
wget ~b1p2_i386.deb
fi
dpkg -i wps-office_*
else
echo "Sorry ,your system is not 32 bit system ,we will not install wps"
fi
# install deepin screenshot
echo "Now installing deepin screen shot"
echo Y | apt-get install Python-xlib
dpkg -i deepin-scrot*
注:
文中涉及很多Debian配置方面的东西,如果大家有兴趣欢迎出门右拐看一下我之前的博文:
《Ubuntu 下安装WPS for Linux》