首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >取消私人互联网接入

取消私人互联网接入
EN

Ask Ubuntu用户
提问于 2019-01-11 11:14:07
回答 1查看 3.6K关注 0票数 2
代码语言:javascript
复制
mudit@mudit-Presario:~$ sudo apt-get autoremove pia
[sudo] password for mudit: 
Sorry, try again.
[sudo] password for mudit: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'pia' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
mudit@mudit-Presario:~$ 

帮帮我!它说它没有安装我想我中断过一次卸载

试过重新安装但无法工作

代码语言:javascript
复制
mudit@mudit-Presario:~$ sudo apt-get install pia
[sudo] password for mudit: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  xawtv-plugins
The following NEW packages will be installed:
  pia xawtv-plugins
0 upgraded, 2 newly installed, 0 to remove and 7 not upgraded.
Need to get 87.2 kB of archives.
After this operation, 595 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 xawtv-plugins amd64 3.103-4build1 [52.8 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 pia amd64 3.103-4build1 [34.4 kB]
Fetched 87.2 kB in 3s (25.6 kB/s)
Selecting previously unselected package xawtv-plugins.
(Reading database ... 176217 files and directories currently installed.)
Preparing to unpack .../xawtv-plugins_3.103-4build1_amd64.deb ...
Unpacking xawtv-plugins (3.103-4build1) ...
Selecting previously unselected package pia.
Preparing to unpack .../pia_3.103-4build1_amd64.deb ...
Unpacking pia (3.103-4build1) ...
Setting up xawtv-plugins (3.103-4build1) ...
Setting up pia (3.103-4build1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
mudit@mudit-Presario:~$ sudo apt-get autoremove pia
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  pia xawtv-plugins
0 upgraded, 0 newly installed, 2 to remove and 7 not upgraded.
After this operation, 595 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 176269 files and directories currently installed.)
Removing pia (3.103-4build1) ...
Removing xawtv-plugins (3.103-4build1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
mudit@mudit-Presario:~$ 

瞧一瞧

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2019-01-11 12:50:35

正如@they所言,您试图卸载的"pia“包从来都不是您的专用Internet访问应用程序;它们都是不同的。

卸载专用互联网接入:

由于PIA是从二进制文件中安装的,所以您需要做的就是删除这些文件。

删除PIA:rm -rf ~/.config/PrivateInternetAccess

删除APPIcon:rm ~/.local/share/applications/pia_manager.desktop

删除二进制文件:sudo rm -rf /opt/piarm -rf ~/.pia_manager

从您的主目录中删除以.pia_*开头的目录,如果不存在,也没关系。

像这样的卸载包总是可以从你首先安装它的方式来预测&是的,就像谷歌第一次一样。

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1108824

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档