怎么确定一个App正确的名字
Tofloor
poster avatar
wei_pan
deepin
2020-04-23 19:05
Author
我一直有个疑问,你们是怎么知道某个APP的准确的名字的呢。比如我用命令安装向日葵
sudo apt install com.oray.sunlogin.client
我怎么知道准确的后面这个地址呢
Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2020-04-23 19:18
#1
google一下,你什么都会知道
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-04-23 19:26
#2
apt search sunlogin
Reply View the author
avatar
lookfor
deepin
2020-04-23 19:38
#3
这个东西叫 包名
Reply View the author
avatar
SamLukeYes
deepin
2020-04-23 19:52
#4
用新立得你就知道了
Reply View the author
avatar
neko
deepin
Ecological co-builder
Q&A Team
2020-04-23 20:08
#5
tab 自动补全
Reply View the author
avatar
nohacks
deepin
2020-04-23 20:16
#6
包管理器都有个搜索命令 , --help 显示帮助信息

apt  的 搜索命令 是   apt search

比如你这个:
apt search sunlogin
Reply View the author
avatar
151******18
deepin
2020-04-23 22:50
#7
找到快捷方式文件所在的地方,比如:/usr/share/applications、~/.local/share/applications等等
然后打开软件的捷方式文件,里面Exec就是这个软件打开的时候执行的命令,这个命令多半就是这软件在仓库里的名字,当然,也有不是的。
Reply View the author
avatar
sinux
deepin
2020-04-23 22:54
#8
apt是进入状态之后的工具,
现阶段可以装synaptic、muon或者TUI界面的aptitude






Reply View the author
avatar
lookfor
deepin
2020-04-23 23:18
#9
https://bbs.deepin.org/post/192686
找到快捷方式文件所在的地方,比如:/usr/share/applications、~/.local/share/applications等等
然后打开 ...

arcolinux 有一个图标管理器,可以查看路径
Reply View the author
avatar
jingle
deepin
2020-04-24 00:35
#10
https://sunlogin.oray.com/personal/download/    因为这个应用的官网上面自己取名就是sunlogin
Reply View the author