- Remove ibus
sudo apt purge ibus
sudo apt autoremove- Install Sogou Pinyin and dependencies
# Download deb installer from https://shurufa.sogou.com/linux
sudo dpkg -i <sogou_xxx.deb>
sudo apt install -fsudo apt purge ibus
sudo apt autoremove# Download deb installer from https://shurufa.sogou.com/linux
sudo dpkg -i <sogou_xxx.deb>
sudo apt install -f| #! /bin/sh | |
| # /etc/init.d/zookeeper: start the zookeeper daemon. | |
| # chkconfig: - 80 20 | |
| # description: zookeeper | |
| ZK_HOME=/opt/kafka | |
| ZK_USER=root | |
| ZK_SCRIPT=$ZK_HOME/bin/zookeeper-server-start.sh | |
| ZK_CONFIG=$ZK_HOME/config/zookeeper.properties |
| #! /bin/sh | |
| # /etc/init.d/kafka: start the kafka daemon. | |
| # chkconfig: - 80 20 | |
| # description: kafka | |
| KAFKA_HOME=/usr/share/kafka | |
| KAFKA_USER=root | |
| KAFKA_SCRIPT=$KAFKA_HOME/bin/kafka-server-start.sh | |
| KAFKA_CONFIG=$KAFKA_HOME/config/server.properties |