问题描述
是否有任何GUI替代Ubuntu软件中心
-
快速应用程序加载/低启动时间
-
快速搜索
-
重量轻/尺寸小
-
申请购买设施
最佳解决思路
是的,有一个名为appgrid
的Ubuntu软件中心的替代品。它是Ubuntu的一个非常轻量级的应用程序中心,它也可以让你购买应用程序。您可以使用以下命令在Ubuntu中安装它:
sudo add-apt-repository ppa:appgrid/stable
sudo apt-get update
sudo apt-get install appgrid
这对我来说只有100KB的下载。
appgrid
与Ubuntu软件中心的比较:
Feature | appgrid | Ubuntu Software Center
-------------------------------------------------------+----------+-----------------------
Programming language | Python 3 | Python 2
Warm start to home screen | 2.7s | 20s
Warm start to details screen (eg opening an apt: link) | 2.3s | 30s
Full database build | 58s | 6min24
Initial database size | 36.7MB | 96.5MB
Memory usage after startup to home screen | 20MB | 53.6MB
Lines of code (including tests) | 5900 | 56960
您也可以使用Ubuntu One ID登录:
次佳解决思路
您可以使用synaptic
,front-end用于apt-get
。
第三种解决思路
是。试试Lubuntu软件中心。这是非常快和light-weight。
sudo apt-get install lubuntu-software-center
第四种思路
我注意到deepin software-center不在此列表中……
特征:
-
主页上有定期更新的特色应用程序列表。建议列表基于用户评级产生。
-
软件存储库为您提供了一种方便的方法,只需单击一下即可选择和安装所需的应用程序。通过强大的multi-threaded下载back-end,它们可供您快速下载,仅受网络连接的限制。
-
更新管理器可帮助您确保操作系统安装了最新,最好的软件。所有更新都是免费提供的!
-
卸载不再需要的应用程序可让您有机会拥有更清洁的工作环境。
-
配有9颗pre-installed彩色皮肤,您可以选择一款能够让您的一天焕然一新!
-
清理缓存的包以获得更多空间
-
打开下载位置并刷新应用程序列表
-
我们添加了官方Ubuntu来源以便快速下载
sudo add-apt-repository ppa:noobslab/deepin-sc sudo apt-get update sudo apt-get install deepin-software-center
参考:
第五种思路
您可以尝试熟悉命令行:搜索:
apt-cache search wesnoth
这通常会产生很多结果,因此管道例如减少或使用grep进一步搜索是很有用的:
apt-cache search wesnoth |less
搜索FTP的所有描述,仅显示包描述中具有FTP的匹配项
apt-cache search FTP |grep FTP |less
安装:
sudo apt-get install wesnoth
删除:
sudo apt-get remove wesnoth
第六种思路
有Muon软件中心(muon-installer
),默认的Kubuntu软件管理器。
你可以在Ubuntu中安装它,但它可能有很多Qt和KDE依赖项。
我推荐你aptitude
,它类似于apt-get
,但它有一个非常好用的CLI。
您可以随时使用synaptic
,它非常易于使用且功能非常强大。
第七种思路
我注意到没人提到gnome-software
它将在16.04取代software-center
,但我非常喜欢software-center
本身。
第八种思路
sudo aptitude
是我个人最喜欢的,在命令行中使用,在我的500mhz命令行系统上响应非常快。
sudo aptitude
您也可以在没有sudo
或root的情况下执行此操作,但只能查看已安装的软件包并搜索软件包。
第九种思路
你可以试试这个:
Appnr : A web based software center
这是一个主要使用apt-url功能在Ubuntu上安装应用程序的网站。
更多详细信息,请点击此处:How to Download??