Debian系统初装后的各种配置(2)

# 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配置方面的东西,如果大家有兴趣欢迎出门右拐看一下我之前的博文:

《Debian安装全攻略》

Ubuntu 下安装WPS for Linux》

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/18444.html