如何在 Ubuntu Gnome 15.04 中安装 Gnome 软件中心?

如何在 Ubuntu Gnome 15.04 中安装 Gnome 软件中心?

如何安装 Gnome 软件中心?

我在 Softpedia 上找到了 .tat.xz 文件

http://linux.softpedia.com/get/System/Software-Distribution/GNOME-Software-102470.shtml

但无法在 Ubuntu 15.04 上构建。./configure 出现错误。

答案1

更好的方法是使用建华建筑checkinstall

sudo apt-get install checkinstall
git clone git://git.gnome.org/jhbuild
cd jhbuild
./autogen.sh
make
sudo checkinstall --pkgversion $(date +%Y%m%d)

从这里开始就很贵了:

~/.local/bin/jhbuild sysdeps --install
~/.local/bin/jhbuild build gnome-software

相关内容