Answers:
是的,Ubuntu软件中心有一个名为的替代方法appgrid
。它是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
的前端apt-get
。
synaptic
而是一个GUI软件包管理器,可让您从公共存储库中搜索和安装软件包。查看本文以获取更多详细信息en.wikipedia.org/wiki/Software_repository
是。试用Lubuntu软件中心。它非常快速且轻巧。
sudo apt-get install lubuntu-software-center
我注意到Deepin软件中心不在此列表中...
特点:
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
,它相当容易使用并且功能强大。
如果您只想在Ubuntu官方存储库中搜索Ubuntu应用程序,则可以浏览官方的“ Apps”网站:https : //apps.ubuntu.com/
在这里,您还可以快速查看每个应用程序的屏幕截图和评论。
要安装应用程序,您可以使用“ apt:”协议在应用程序详细信息页面中单击“软件中心中可用”按钮。
在这里您可以找到有关apt链接的信息:
或者,您也可以synaptic
直接使用命令行安装找到的软件包sudo apt-get install <name>
,如其他答案中所述。
也有gnome-packagekit
。使用复选框一次安装多个应用程序很容易。如果您gnome-app-install
在9.10之前的版本中使用过(添加/删除),则其工作方式几乎相同。