Ubuntu18.04中touchpad-indicator无法卸载

Posted grainrain

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu18.04中touchpad-indicator无法卸载相关的知识,希望对你有一定的参考价值。

卸载时报错

/usr/sbin/deluser: The user `xxx‘ is not a member of group `input‘.
dpkg: error processing package touchpad-indicator (--purge)

 

即当前用户xxx不在input group 里面,添加到input group中:

# usermod -a -G input xxx

‘-a‘指append,将xxx加到其他组中,但是不必从其他组里移除,要与‘-G‘一起使用

卸载touchpad-indicator:

$ sudo apt-get --purge remove touchpad-indicator

 

以上是关于Ubuntu18.04中touchpad-indicator无法卸载的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu18.04 使用过程遇到的问题记录

ubuntu18.04 python版本切换

win10+ubuntu18.04双系统的ubuntu18.04完全卸载

Android SDK Manager 无法在 Ubuntu 18.04 上的 Eclipse 中打开

石墨网和 ubuntu 18.04

在ubuntu18.04中怎么测试麦克风是否可用