rɑː*_*dʒɑ 46 software-center alternative software-recommendation
Ubuntu 软件中心是否有任何 GUI 替代品
rɑː*_*dʒɑ 39
是的,有一个名为appgrid
. 它是一个非常轻量级的 Ubuntu 应用程序中心,它也可以让您购买应用程序。您可以使用以下命令在 Ubuntu 中安装它:
sudo add-apt-repository ppa:appgrid/stable
sudo apt-get update
sudo apt-get install appgrid
Run Code Online (Sandbox Code Playgroud)
对我来说只有 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
Run Code Online (Sandbox Code Playgroud)
您也可以使用 Ubuntu One ID 登录:
Svy*_*lav 27
您可以使用synaptic
, 的前端apt-get
。
bla*_*899 14
我注意到deepin软件中心不在这个列表中......
特点:
Run Code Online (Sandbox Code Playgroud)sudo add-apt-repository ppa:noobslab/deepin-sc sudo apt-get update sudo apt-get install deepin-software-center
参考:
joh*_*vdw 12
您可以尝试熟悉命令行: 搜索:
apt-cache search wesnoth
Run Code Online (Sandbox Code Playgroud)
这通常会产生很多结果,因此通过管道传输到 less 或使用 grep 进一步搜索是很有用的:
apt-cache search wesnoth |less
Run Code Online (Sandbox Code Playgroud)
在所有 FTP 描述中搜索,仅显示包描述中包含 FTP 的匹配项
apt-cache search FTP |grep FTP |less
Run Code Online (Sandbox Code Playgroud)
安装:
sudo apt-get install wesnoth
Run Code Online (Sandbox Code Playgroud)
删除:
sudo apt-get remove wesnoth
Run Code Online (Sandbox Code Playgroud)
小智 6
有 Muon 软件中心 ( muon-installer
),默认 Kubuntu 软件管理器。
您可以在 Ubuntu 中安装它,但它可能会有很多 Qt 和 KDE 依赖项。
我推荐你aptitude
,它类似于apt-get
但它有一个非常易于使用的 CLI。
您可以随时使用synaptic
,它相当容易使用并且非常强大。
归档时间: |
|
查看次数: |
49637 次 |
最近记录: |