Linux Format

Answers

Upgrading Shotwell

Q I tried to apply Nick Peers’ piece on Shotwell to upgrade my version of it. I have Debian 8 Mint on a 32-bit machine. Shotwell is version 0.20.1-1 and I have been unable to upgrade as the PPA is not recognised in Debian.

Am I stuck on 0.20.1-1 unless Debian adds a later version, I buy modern 64-bit kit or change to Mint or Ubuntu? It has to be said that Shotwell 0.20.1-1 works fine for me, but it’s not the latest and now that Peers has told me…!

John Welford

A Debian 8 (Jessie) is the old, stable version of Debian. It will only receive updates to handle security issues and bugs, not version bumps.

That leaves two options: installing from a PPA or from source. The PPA is for Ubuntu, which is why it will not add in Debian. You could try downloading the individual .deb files to your computer and then installing them with dpkg, for example, like this:

$ dpkg -i shotwell.x.y.z_i386.deb

However, this may have unexpected side effects when doing it on a, and packages installed, then download the latest sources, currently 0.30.1, from . Unpack the archive and build it with these commands, run from a terminal in the directory containing the downloaded file:

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format2 min read
Back Issues Missed One?
ISSUE 313 April 2024 Product code: LXFDB0313 In the magazine Discover how to use the ultimate hacker’s toolkit, staying out of trouble while doing so. And join us as we take the Puppy Linux developer’s new distro for a run and explore its container
Linux Format2 min read
Distro Watch
Ubuntu 24.04 LTS Noble Numbat is currently scheduled for release on 25th April. At the time of writing, we’re working with a daily build and expect a full review next issue. Nevertheless, we discovered that Canonical has announced this LTS release wi
Linux Format5 min read
Tips For Managing Docker Containers
Everyone knows how containers revolutionised application building and deployment. Using a E disposable stack of containers that make up an app that aren’t using the docker-compose command to manage the stack are missing a trick. It allows the shippin

Related Books & Audiobooks