PhotoPrint

Liam Proven lproven at gmail.com
Fri Apr 28 14:43:05 UTC 2023


On Tue, 25 Apr 2023 at 20:14, Peter Goggin <petergoggin at bigpond.com> wrote:
>
> The command I used is
>
> sudo apt-get update && sudo apt -y install photoprint
>
> The response is
> Package PhotoPrint  is not available. This may mean the package is missing has been obsoleted or is only available from another source.
>

That's not "a" command. That's 2 commands, unrelated and joined
together for no good reason.

[1]

sudo apt-get update

Refresh package database. Good idea, but not essential.

`apt-get` is the old way, and suggests these instructions are very
old, though. Still works fine though.

[2]

sudo apt -y install photoprint

That's the business end.

It tells "apt" to install a package called "photoprint" answering "y"
(yes) to any questions.

That's all good but you need to know the name is right. You could check:

apt search photoprint

But the problem is that it's really old now. It's gone.

It was still in 18.04:
https://packages.ubuntu.com/bionic/photoprint

You might be able to get that package and install it but it won't be easy... :-(


-- 
Liam Proven ~ Profile: https://about.me/liamproven
Email: lproven at cix.co.uk ~ gMail/gTalk/FB: lproven at gmail.com
Twitter/LinkedIn: lproven ~ Skype: liamproven
IoM: (+44) 7624 277612: UK: (+44) 7939-087884
Czech [+ WhatsApp/Telegram/Signal]: (+420) 702-829-053



More information about the ubuntu-users mailing list