[problem help] 通过应用商场安装的应用内安装了其他应用,导致无法卸载。
Tofloor
poster avatar
luoyuran
deepin
2024-10-15 17:01
Author

1、通过应用商场安装的应用内安装了其他应用,导致无法卸载。

应用市场安装的软件为:

wechat_2024-10-15_164648_198.png

最终安装无法卸载的应用如下:

wechat_2024-10-15_165458_519.png

点击右键卸载,有确定卸载提示,点击卸载无法成功卸载。

2、改在终端中用命令sudo apt remove PyCharm Professional卸载,提示如下,结果失败。

xMan-V@xMan-V-PC:~$ sudo apt remove pycharm Professional
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成
E: 无法定位软件包 pycharm
E: 无法定位软件包 Professional

3、用文本编辑器打开桌面快捷方式,内容如下:

[Desktop Entry]
Version=1.0
Type=Application
Name=PyCharm Professional
Icon=/home/xMan-V/.local/share/JetBrains/pycharm-2024.2.3/bin/pycharm.svg
Exec=/home/xMan-V/.local/share/JetBrains/pycharm-2024.2.3/bin/pycharm.sh %f
Comment=PY
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-pycharm
StartupNotify=true

现在不知道怎么办了,不知道怎么卸载了,求助大神指点。

Reply Favorite View the author
All Replies
luoyuran
deepin
2024-10-15 17:07
#1

用Stacer工具无法查到到软件,导致无法卸载,在应用商场的应用管理中也无法找到对应软件。

Reply View the author
luoyuran
deepin
2024-10-15 17:12
#2

以下是执行:apt search PyCharm的情况

xMan-V@xMan-V-PC:~$ apt search PyCharm
正在排序... 完成
全文搜索... 完成
com.jetbrains.pycharmcommunity/stable 2024.2.1 amd64
The Python IDE for Professional Developers PyCharm provides everything you need out of the box to code faster and smarter. Whether you’re an experienced developer or just starting your journey with the language, the JetBrains IDE for Python helps you get your work done.

com.jetbrains.www.pycharm/stable 2024.2.1 amd64
The Python IDE for Professional Developers PyCharm provides everything you need out of the box to code faster and smarter. Whether you’re an experienced developer or just starting your journey with the language, the JetBrains IDE for Python helps you get your work done.

Reply View the author
神末shenmo
deepin
Spark-App
2024-10-15 17:53
#3

rm -fr /home/xMan-V/.local/share/JetBrains

Reply View the author
Oli
deepin
2024-10-16 03:22
#4

rm -fr /home/xMan-V/.local/share/JetBrains

Reply View the author
luoyuran
deepin
2024-10-16 09:47
#5
神末shenmo

rm -fr /home/xMan-V/.local/share/JetBrains

用命令已经删除了,但是在启动器中任然有这个程序的图标(见图),在/usr/share/applications目录下未找到对应的图标,请赐教怎么删除启动器内的图标。谢谢。

wechat_2024-10-16_094421_544.png

Reply View the author
luoyuran
deepin
2024-10-16 09:47
#6
Oli

rm -fr /home/xMan-V/.local/share/JetBrains

用命令已经删除了,但是在启动器中任然有这个程序的图标(见图),在/usr/share/applications目录下未找到对应的图标,请赐教怎么删除启动器内的图标。谢谢。

wechat_2024-10-16_094421_544.png

Reply View the author
神末shenmo
deepin
Spark-App
2024-10-16 09:48
#7
luoyuran

用命令已经删除了,但是在启动器中任然有这个程序的图标(见图),在/usr/share/applications目录下未找到对应的图标,请赐教怎么删除启动器内的图标。谢谢。

wechat_2024-10-16_094421_544.png

~/.local/share下面找

Reply View the author
luoyuran
deepin
2024-10-16 09:52
#8
神末shenmo

~/.local/share下面找

💯💯💯💯

搞定了,谢谢。

Reply View the author