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:~$ 帮帮我!它说它没有安装我想我中断过一次卸载
试过重新安装但无法工作
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:~$ 发布于 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/pia,rm -rf ~/.pia_manager
从您的主目录中删除以.pia_*开头的目录,如果不存在,也没关系。
像这样的卸载包总是可以从你首先安装它的方式来预测&是的,就像谷歌第一次一样。
https://askubuntu.com/questions/1108824
复制相似问题