我想装个Ubuntu下类似alfred的软件,结果发现
Tofloor
poster avatar
ywytbzh
deepin
2017-07-04 23:30
Author
我以为deepin在ubuntu系统下进行了延伸,但是我想在终端界面用命令装一个类似alfred的工具,alfberd就是仿照mac下的那个常用工具,特别方便的,但是发现add-apt还有git命令都没有,自己增加了一个源结果被认为(正在读取软件包列表... 完成W: GPG 错误:http://repo.adminlounge.org jessie InRelease: 下列签名无效: 87429E813741F21FDE81F767A91A3923BE0B7470
W: 仓库 “http://repo.adminlounge.org jessie InRelease” 没有数字签名。
N: 无法认证来自该源的数据,所以使用它会带来潜在风险。
),
有人推荐的专门在deepin下的类似alfred的工具么?求链接以及安装方式

Reply Favorite View the author
All Replies
jingle
deepin
2017-07-04 23:45
#1
自己添加个ppa
sudo apt-get install python-software-properties
sudo apt-get install software-properties-common
sudo apt-get update

玩坏了不负责
Reply View the author
jingle
deepin
2017-07-04 23:46
#2
Reply View the author
jingle
deepin
2017-07-04 23:50
#3
git命令 自己安装下 sudo apt-get install git
Reply View the author
ywytbzh
deepin
2017-07-04 23:58
#4
本帖最后由 ywytbzh 于 2017-7-4 16:01 编辑
https://bbs.deepin.org/post/142027
http://repo.adminlounge.org/pool/main/a/albert/albert_0.12_amd64.deb 直接下载就可以了

这个怎么安装?deb包,哦我知道了,不好意思
Reply View the author
ywytbzh
deepin
2017-07-05 00:00
#5
本帖最后由 ywytbzh 于 2017-7-4 16:13 编辑
https://bbs.deepin.org/post/142027
http://repo.adminlounge.org/pool/main/a/albert/albert_0.12_amd64.deb 直接下载就可以了

下载后,怎么安装啊?
dpkg: 处理软件包 albert (--install)时出错:
依赖关系问题 - 仍未被配置
正在处理用于 hicolor-icon-theme (0.15-1) 的触发器 ...
正在处理用于 lastore-daemon (0.9.43-4) 的触发器 ...
正在处理用于 bamfdaemon (0.5.3-2) 的触发器 ...
Rebuilding /usr/share/applications/bamf-2.index...
正在处理用于 desktop-file-utils (0.23-1) 的触发器 ...
正在处理用于 mime-support (3.60) 的触发器 ...
在处理时有错误发生:
albert

前面给的三个已经执行,update过了
https://albertlauncher.github.io/docs/installing/
这是我的安装方式,我选择第四种系统的安装方式,最后证书报错

Reply View the author
jingle
deepin
2017-07-05 00:10
#6
https://bbs.deepin.org/post/142027
下载后,怎么安装啊?
dpkg: 处理软件包 albert (--install)时出错:
依赖关系问题 - 仍未被配置

sudo apt-get install -f
Reply View the author
ywytbzh
deepin
2017-07-05 00:18
#7
https://bbs.deepin.org/post/142027
sudo apt-get install -f

执行了上面的命令后,还是报错

Reply View the author
jingle
deepin
2017-07-05 00:20
#8
https://bbs.deepin.org/post/142027
执行了上面的命令后,还是报错

按照提示 执行下那个 命令
Reply View the author
ywytbzh
deepin
2017-07-05 00:30
#9
https://bbs.deepin.org/post/142027
按照提示 执行下那个 命令

bzh@bzh-PC:~/Downloads$ sudo dpkg -i albert_0.12_amd64.deb
正在选中未选择的软件包 albert。
(正在读取数据库 ... 系统当前共安装有 161111 个文件和目录。)
正准备解包 albert_0.12_amd64.deb  ...
正在解包 albert (0.12) ...
正在设置 albert (0.12) ...
正在处理用于 hicolor-icon-theme (0.15-1) 的触发器 ...
正在处理用于 lastore-daemon (0.9.43-4) 的触发器 ...
正在处理用于 bamfdaemon (0.5.3-2) 的触发器 ...
Rebuilding /usr/share/applications/bamf-2.index...
正在处理用于 desktop-file-utils (0.23-1) 的触发器 ...
正在处理用于 mime-support (3.60) 的触发器 ...
bzh@bzh-PC:~/Downloads$

应该成功了,这个怎么用?这个和albert,是一样的么?
Reply View the author
cuixiaofei
deepin
2017-07-05 00:33
#10
已经安装成功了,你可以看看有没有gui图标,没有的话试试命令行,命令不知道的话google一下,应该可以用了
Reply View the author
ywytbzh
deepin
2017-07-05 22:23
#11
https://bbs.deepin.org/post/142027
http://repo.adminlounge.org/pool/main/a/albert/albert_0.12_amd64.deb 直接下载就可以了

我觉得这么方便的软件可以在装系统的时候自带,或者放在商店里,难道有什么BUG么
Reply View the author
ddb_01
deepin
2017-07-05 23:05
#12
我补充一下吧。现在deepin是基于debian sid开发的,和Ubuntu没关系,ubuntu的一些命令没有是正常的。git这个软件可以自己安装。
Reply View the author
jingle
deepin
2017-07-05 23:30
#13
https://bbs.deepin.org/post/142027
我觉得这么方便的软件可以在装系统的时候自带,或者放在商店里,难道有什么BUG么 ...

没有gui的 是不放深度商店  可以放仓库
Reply View the author
ywytbzh
deepin
2017-07-06 03:51
#14
https://bbs.deepin.org/post/142027
我补充一下吧。现在deepin是基于debian sid开发的,和Ubuntu没关系,ubuntu的一些命令没有是正常的。git这 ...

谢谢,我知道了
Reply View the author
herdde
deepin
2017-07-06 04:05
#15

展示一下使用效果
Reply View the author
yzhen123
deepin
2017-07-06 05:55
#16
ELaunch : https://github.com/zaaack/ELaunch
百度云下载: https://pan.baidu.com/s/1qXDQGLA#list/path=%2F
支持 有道词典, 应用, 文件搜索, 计算器 等等
Reply View the author
nanming
deepin
2022-02-18 21:25
#17

Albert 下载链接: https://packages.deepin.com/deepin/pool/main/a/albert/albert_0.14.11_amd64.deb 如安装时缺少依赖 可使用

sudo apt install -f ./albert_0.14.11_amd64.deb 尝试安装

也可以去Albert官网下载 https://albertlauncher.github.io 下载别的版本

Reply View the author