安装 .flatpakref (Flatpak) 文件的图形方式?

bur*_*bas 8 file-format monodevelop 14.04 flatpak

我已经从 MonoDevelop 网站下载了一个文件,但它无法在我的 ubuntu 中执行,如何打开该文件?

文件名为“monodevelop.flatpakref”

kcp*_*cpr 8

Ubuntu 14.04

根据burhanuddin abbas 的评论,Ubuntu 14.04 存在问题。

无法找到包 flatpak ,因为 ubuntu 14.04 不支持它。访问这里了解更多详情

较新的 Ubuntu 版本(在 16.04 上测试)

1.安装 flatpak

  1. sudo add-apt-repository ppa:alexlarsson/flatpak.
  2. sudo apt update.
  3. sudo apt install flatpak.

*1.1. 添加flathub存储库

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo.

2. 用flatpakref文件安装 MonoDevelop

flatpak install monodevelop.flatpakref.

3. 运行应用程序

flatpak run com.xamarin.MonoDevelop (可能未测试,基于@purlantov 的回答)。


来源:http : //www.omgubuntu.co.uk/2017/07/7-flatpak-apps-can-install-right-now-flathub

  • `flatpak install monodevelop.flatpakref` 没有 `c` (2认同)