I have tried to download F-Spot into my PC that runs Ubuntu 16.04 and have failed. Have tried F-Spot from several sources without success. Any Ideas?
Asked
Active
Viewed 483 times
0
1 Answers
0
- Download the
.deb
package suitable for your system architecture: i386 or amd64 (choose a mirror in your vicinity – your system architecture is shown byuname -m
, where x86_64 corresponds to amd64) - Open the file to install the package.
Alternatively you can download the tar.gz archive and install it as explained here: How do I install a .tar.gz (or .tar.bz2) file?

dessert
- 39,982
uname -m
and hit Enter, what does it respond? – dessert Aug 18 '17 at 18:30.tar.gz
) files from http://f-spot.org/Download, however using a.deb
package is simpler – packages.ubuntu.com has the right one, just choose a server in your vicinity on that website and it will offer you to download the.deb
. Then just click it and the installation should begin. – dessert Aug 21 '17 at 18:04sudo apt install ~/f-spot*.deb
and hit Enter, this will start the installation for sure. – dessert Aug 22 '17 at 05:32*
, didn't you? ;) – dessert Aug 22 '17 at 13:18sudo apt install ~/f-spot
and before hitting Enter hit Tab please, it will then enter the filename automatically, after that hit Enter. – dessert Aug 22 '17 at 13:54sudo apt install
the whole path. – dessert Aug 22 '17 at 15:14sudo apt install ~/Downloads/f-spot*.deb
– dessert Aug 22 '17 at 15:56