ubuntu 16.04 desktop + server LTS - TeamViewer 软件彻底卸载1. ubuntu 16.04 desktop + server teamviewer Ŀ¼

/home/strong/.local/share/teamviewer

/home/strong/.local/share/teamviewer12

2. uninstall teamviewer

sudo apt-get remove teamviewer

卸载 teamviewer,保留配置文件。

删除已安装的软件包 (保留配置文件),不会删除依赖软件包,且保留配置文件。

sudo apt-get autoremove teamviewer

删除为了满足依赖而安装的,但现在不再需要的软件包 (包括已安装包),保留配置文件。

sudo apt-get purge teamviewer

sudo apt-get --purge remove teamviewer

软件包 a,依赖软件包 b,则执行该命令会删除 a,而且不保留配置文件。

remove

remove is identical to install except that packages are removed instead of installed. Note that removing a package leaves its configuration files on the system. If a plus sign is appended to the package name (with no intervening space), the identified package will be installed instead of removed.

purge

purge is identical to remove except that packages are removed and purged (any configuration files are deleted too).

autoremove (and the auto-remove alias since 1.1)

autoremove is used to remove packages that were automatically installed to satisfy dependencies for other packages and are now no longer needed.

--auto-remove, --autoremove

If the command is either install or remove, then this option acts like running the autoremove command, removing unused dependency packages. Configuration Item: APT::Get::AutomaticRemove.

--purge

2.1 sudo apt-get --purge remove teamviewer

strong@foreverstrong:~$ sudo apt-get --purge remove teamviewer [sudo] password for strong: Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libasound2:i386 libdbus-1-3:i386 libexpat1:i386 libfontconfig1:i386 libfreetype6:i386 libice6:i386 libjpeg62:i386 libllvm4.0 libpng12-0:i386 libsm6:i386 libx11-6:i386 libxau6:i386 libxcb1:i386 libxdamage1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxinerama1:i386 libxrandr2:i386 libxrender1:i386 libxtst6:i386 linux-headers-4.10.0-40 linux-headers-4.10.0-40-generic linux-headers-4.10.0-42 linux-headers-4.10.0-42-generic linux-headers-4.13.0-26 linux-headers-4.13.0-26-generic linux-headers-4.13.0-31 linux-headers-4.13.0-31-generic linux-headers-4.13.0-32 linux-headers-4.13.0-32-generic linux-headers-4.13.0-36 linux-headers-4.13.0-36-generic linux-headers-4.13.0-37 linux-headers-4.13.0-37-generic linux-headers-4.13.0-38 linux-headers-4.13.0-38-generic linux-headers-4.13.0-39 linux-headers-4.13.0-39-generic linux-image-4.10.0-40-generic linux-image-4.10.0-42-generic linux-image-4.13.0-26-generic linux-image-4.13.0-31-generic linux-image-4.13.0-32-generic linux-image-4.13.0-36-generic linux-image-4.13.0-37-generic linux-image-4.13.0-38-generic linux-image-4.13.0-39-generic linux-image-extra-4.10.0-40-generic linux-image-extra-4.10.0-42-generic linux-image-extra-4.13.0-26-generic linux-image-extra-4.13.0-31-generic linux-image-extra-4.13.0-32-generic linux-image-extra-4.13.0-36-generic linux-image-extra-4.13.0-37-generic linux-image-extra-4.13.0-38-generic linux-image-extra-4.13.0-39-generic linux-signed-image-4.10.0-40-generic linux-signed-image-4.10.0-42-generic linux-signed-image-4.13.0-26-generic linux-signed-image-4.13.0-31-generic linux-signed-image-4.13.0-32-generic linux-signed-image-4.13.0-36-generic linux-signed-image-4.13.0-37-generic linux-signed-image-4.13.0-38-generic linux-signed-image-4.13.0-39-generic Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: teamviewer:i386* 0 upgraded, 0 newly installed, 1 to remove and 193 not upgraded. After this operation, 151 MB disk space will be freed. Do you want to continue? [Y/n] Y (Reading database ... 589322 files and directories currently installed.) Removing teamviewer:i386 (12.0.85001) ... Removed symlink /etc/systemd/system/multi-user.target.wants/teamviewerd.service. Clearing assignments ... done Purging configuration files for teamviewer:i386 (12.0.85001) ... dpkg: warning: while removing teamviewer:i386, directory '/opt' not empty so not removed Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ... Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ... Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ... Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ... Rebuilding /usr/share/applications/bamf-2.index... Processing triggers for mime-support (3.59ubuntu1) ... strong@foreverstrong:~$ strong@foreverstrong:~$ sudo dpkg --purge teamviewer [sudo] password for strong: dpkg: warning: ignoring request to remove teamviewer which isn't installed strong@foreverstrong:~$

2.2 rm -rf /home/strong/.local/share/******

rm -rf /home/strong/.local/share/teamviewer

rm -rf /home/strong/.local/share/teamviewer12

rm -rf /home/strong/.config/teamviewer

strong@foreverstrong:~$ rm -rf /home/strong/.local/share/teamviewer

strong@foreverstrong:~$ rm -rf /home/strong/.local/share/teamviewer12

strong@foreverstrong:~$

3. Restart the machine

linux卸载teamviewer,ubuntu 16.04 desktop + server LTS - TeamViewer 软件彻底卸载相关推荐

  1. ubuntu 16.04 desktop LTS - TeamViewer 软件彻底卸载

    ubuntu 16.04 desktop LTS - TeamViewer 软件彻底卸载 1. ubuntu 16.04 desktop + server teamviewer 目录 /home/st ...

  2. linux nginx 配置端口访问,Linux入门教程:ubuntu 16.04配置nginx服务器实现一个IP一个端口多个站点,ubuntunginxNginx 使用异步...

    Linux入门教程:ubuntu 16.04配置nginx服务器实现一个IP一个端口多个站点,ubuntunginxNginx 使用异步 特点: Nginx 可以部署在网络上使用 FastCGI,脚本 ...

  3. 安装Ubuntu 16.04后的系统设置和软件安装(搜狗输入法、Chrome、网易云音乐等)

    Ubuntu 16.04安装完后,还需要做一些配置,才能像使用windows下一样愉快的玩耍,包括系统设置,更换软件源,配置快捷键,安装搜狗输入法.Chrome浏览器.网易云音乐等等 安装双系统会遇到 ...

  4. linux发行版本Ubuntu安装,显卡驱动安装以及软件安装卸载

    linux发行版本Ubuntu安装,显卡驱动安装以及软件安装卸载 1 暗影精灵6安装Ubuntu 1.1 更新系统 1.2卸载原有驱动 1.3安装nvidia显卡驱动 1.4 查看nvidia显卡信息 ...

  5. linux 输入法错误,Ubuntu 16.04安装搜狗拼音输入法错误问题的解决方法

    一.环境介绍 Ubuntu 16.04 搜狗输入法: sogoupinyin_2.0.0.0078_amd64 二.问题表现 sudo dpkg -i sogoupinyin_2.0.0.0078_a ...

  6. rtl8812au linux驱动下载,Ubuntu 16.04 安装 rtl8812au系列 (DWA-182) wireless adapter driver

    刚刚开始使用Linux,一脸懵逼,命令行搞得一愣一愣的,不过熟悉了之后就好很多了.一开始从官网安装的Ubuntu 18.04 LTS,安装完之后既没有有线网.而且安装完的fresh版本,好的comma ...

  7. linux搜狗输入法16.04,linux入门 ubuntu Ubuntu 16.04后的系统设置和软件安装(搜狗输入法、...

    Ubuntu 16.04安装完后,还需要做一些配置,才能像使用windows下一样愉快的玩耍,包括系统设置,更换软件源,配置快捷键,安装搜狗输入法.Chrome浏览器.网易云音乐等等 设置->软 ...

  8. 搜狗输入法 for linux安装失败,Ubuntu 16.04下安装sogou拼音输入法的错误问题

    引言:sogou输入法是市场上最为好用和流行的输入法,最为良心的是还有Linux版本,这让我等Linux人士欢呼雀跃.在新出的Ubuntu 16.04上安装sogou输入法的时候,碰到了一些问题,主要 ...

  9. openssl qt linux 安装,在Ubuntu 16.04.1上使用OpenSSL构建Qt失败

    我花了一周的时间尝试在Ubuntu 16.04.1 x64上使用OpenSSL构建Qt5.8.0. 首先,我下载了OpenSSL v1.0.2k的源代码.然后我用命令配置它 ./Configure - ...

最新文章

  1. 单片机怎么学?新手怎么快速学会单片机?
  2. Java基础:Java异常处理
  3. centos安装Oracle virtual box
  4. Java StringBuilder length()方法与示例
  5. 召唤AI大神与病毒作战!Kaggle发起CORD-19数据集文本挖掘竞赛
  6. java addgap,java GroupLayout格局
  7. ffmpeg rtmp 不清晰_SRS流媒体服务器之RTMP协议分析(2)
  8. rpcbind相关漏洞验证
  9. Windows蓝屏分析器WinDbg使用方法
  10. Vue安装步骤及教程(详细)
  11. video标签autoplay属性不生效
  12. HTML网页图片使用技巧集锦
  13. 危险化学品题库及答案
  14. UVM和C-完美结合
  15. 登录163邮箱续费情况怎么查询?163vip邮箱怎么收费?
  16. 问题(ArcGIS):去除栅格不需要的Value(背景值0)
  17. 在线创建LaTeX表格的方法
  18. 在飞书群里设置机器人提醒 github 代码更新
  19. 职称计算机考科目代码表,职称计算机考试科目
  20. 广东迅视股市:今日,展望周四股市!

热门文章

  1. [java]轻量级隔离化的excel导入导出的导入导出,解放导入导出冗余代码(有github源码)
  2. redis中以层级关系、目录形式存储数据
  3. 更新品牌与Z世代交互方式|朋氪元宇宙即将内测
  4. 计算机ccf试题答案,【计算机本科补全计划】CCF 2017-03 试题初试
  5. poj:Freda的越野跑 求正序对数
  6. 饥荒交际服务器显示,饥荒联机版服务器挂礼物教程
  7. 一个典型的语音识别系统
  8. 开箱即用,这些 Vue3 后台管理系统模板绝对让你爽歪歪!
  9. 软件模拟SPI接口程序代码
  10. 【软件设计】5本软件设计书籍的读书笔记