[Solved] which is a better way to install OpenMW on Lubuntu?

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Post Reply
argonvegell
Posts: 225
Joined: 08 Dec 2015, 23:45

[Solved] which is a better way to install OpenMW on Lubuntu?

Post by argonvegell »

Via flatpak

Code: Select all

flatpak install flathub org.openmw.OpenMW
Or via PPA:

Code: Select all

$ sudo add-apt-repository ppa:openmw/openmw
$ sudo apt-get update
$ sudo apt-get install openmw openmw-launcher
Which is a better way to install OpenMW? PPA or flatpak and why? What is the difference between installing via PPA or flatpak? Also, how does one update OpenMW via flatpak? Thanks.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: which is a better way to install OpenMW on Lubuntu?

Post by raevol »

PPA, definitely. Those come from us, I'm not sure where the flatpaks come from. It's always best to use the main/default/built-in software distribution mechanic for whatever distribution you are running. For *buntus that's going to be apt, so that means PPAs.
argonvegell
Posts: 225
Joined: 08 Dec 2015, 23:45

Re: which is a better way to install OpenMW on Lubuntu?

Post by argonvegell »

Thanks, so PPA it is then.
Post Reply