Posts tagged ‘install’

PlayOnLinux - Play Games On Linux

I discovered this via an LXer newsfeed on Linuxquestions.org. Most Linux users should know about the Wine project and about the Cedega project and even about CrossOver Office - the aim of these programs is to run Windows programs, games and office type programs easily on Linux. There are problems with each program - Wine can be difficult to get working well (often needing tweaks even to just install it), Cedega took Wine and turned it into a “pay for” program and gave nothing back to Wine and Crossover Office is another program you have to pay for, though they do give their programming back to the Wine project. If you just want to play games, until now, Cedega is the one you had to go for. And if you wanted to pretty much guarantee that you could play games and run office programs, you had to buy both Cedega and CrossOver office. And finally, if you have a lot of time on your hands and don’t want to pay money for a product, you could spend time with the original Wine.

That is, until now. PlayOnLinux is a Wine frontend created with Bash and Python. This means that it is runnable on any recent (or up to date) Linux distro. It provides pre-scripted installs for many Windows programs and Windows games. In fact, I installed LucasArtsJedi Knight II: Jedi Outcast with it and it plays flawlessly and installs in the quickest time ever. I chose this game for two reasons: the first is that I know it installs with both vanilla Wine and with Cedega. The second reason is that it’s a lot of fun to play

From the Presentation page:
Continue reading ‘PlayOnLinux - Play Games On Linux’ »

Slackware Linux Installation Methods

As any reader of this blog will know, I am a big fan of installing from source. My OS of choice, Slackware, makes this very easy and doesn’t break anything if you do this. I am, though, well aware that this isn’t for everyone - in fact, I break my own rule if it’s convenient.

Slackware packages end in .tgz, which can be confusing since that is also the way that normal tar balls can end. The usual way to install these is to type (as root) installpkg <packagename>.tgz and let the dialogue run. This then expands the archived install files into the correct places on your system. Removing or upgrading packages is equally as easy, simply exchange the installpkg for removepkg or upgradepkg. This method is inbuilt to Slackware and is the most basic way of installing Slackware packages. You could also use pkgtool which gives an ncurses frontend to a number of Slackware commands.

If you like automated downloads, you could use Swaret, Slapt-Get or Slackpkg, each of which will download the install files to your system and install them for you. These three methods are very much automated, though, and this can mean that things will break and you won’t immediately know why. Use them at your own risk, though I have only ever broken my system through my own stupidity.
Continue reading ‘Slackware Linux Installation Methods’ »

Installing KMyMoney

Windows users have long had the very well known apps MS Money and Quicken to enable them to manage their finances. Both have been around for a number of years and are mature products in software terms. Those of us running Linux, however, have our own options. If you really need either of the 2 Windows applications, Crossover Office by CodeWeavers can be of great help.

But we don’t want to do that now, do we? As Linux users, we much prefer to use native apps because of their stability, the fact that we can be sure that we can use all the features and because we like to support free and open source projects. There are several options available to us, GnuCash and KMyMoney are the more popular ones (MoneyDance is also available, but you have to buy it to use it beyond a free trial). Because I’m a KDE user, I will be going with KMyMoney and because I’m a Slacker I’ll be installing it from source.

As usual, I will be talking us through installing any dependencies and using copious screenshots where applicable. And, as usual, we will see that installing from source is not scary and is quite easy. This will all start after the jump.
Continue reading ‘Installing KMyMoney’ »