You are not logged in.
I'm searching for a lightweight picture viewer, but with the ability to rotate and cut images, features the default picture viewer doesn't seems to have.
Using the route as in title of post I was hoping to install Mirage, which I guess does have these features.
But using the route it ends with 'unable to locate package mirage'. How to get this going?
Offline
It is in the repos:
sudo apt install mirage
should work
21 Feb 21 @ 09:41:26 ~
$ ser mirage
alias ser = aptitude search
i mirage - fast and simple GTK+ image viewer
21 Feb 21 @ 09:41:35 ~
$ sho mirage
alias = aptitude show filename
Package: mirage
Version: 0.9.5.2-1
State: installed
Automatically installed: no
Priority: optional
Section: graphics
Maintainer: Thomas Ross <th0m4sr0ss@gmail.com>
Architecture: amd64
Uncompressed Size: 484 k
Depends: libc6 (>= 2.4), libx11-6, python (< 2.8), python (>= 2.7~), python:any
(>= 2.7.5-5~), python-gtk2, python-pyexiv2
Suggests: gimp, imagemagick, menu
Description: fast and simple GTK+ image viewer
Mirage is ideal for users who wish to keep their computers lean while still
having a clean image viewer.
Features:
* Supports png, jpg, svg, xpm, gif, bmp, tiff, and others
* Preloading to navigate faster through images (optional)
* Thumbnail pane for quick navigation
* Slideshow and fullscreen mode
* Rotating, zooming, flipping, resizing, and cropping
* Custom user actions
* Screenshot
Homepage: http://mirageiv.sourceforge.net
Tags: implemented-in::python, interface::graphical, interface::x11,
role::program, scope::application, uitoolkit::gtk, use::browsing,
use::editing, use::organizing, use::viewing, works-with-format::gif,
works-with-format::jpg, works-with-format::png, works-with-format::svg,
works-with-format::tiff, works-with::image, works-with::image:raster,
x11::application
21 Feb 21 @ 09:42:28 ~
$
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
Using the route as in title of post I was hoping to install Mirage, which I guess does have these features.
But using the route it ends with 'unable to locate package mirage'. How to get this going?
I've just confirmed installing mirage from the menu like that works OK on a Lithium system. Is this a brand-new install from the CD iso? If so you might need to build your apt database first. In terminal
sudo apt update
If that doesn't work, please post the output of:
apt-cache policy
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
Before awnsering the questions above, in what specific repository should the package reside?
After installing BL to the drive, I had the problem with the outdated keyring (https://forums.bunsenlabs.org/viewtopic.php?id=7151), I updated the keyring, updated the repository and installed the updates available. So, that's seem to work properly. Changes are big I changed something in Synaptic without being aware of the change made ...
I will now start looking into detail the awnsers given.
Offline
It is in the repos:
sudo apt install mirage
should work
Well, tried that after the menu didn't work, but same message. Does it reside in the default bl-repro?
Offline
Is this a brand-new install from the CD iso? If so you might need to build your apt database first. In terminal
sudo apt update
Not a brand-new, because of the key problem, propably < 18th January.
After installing BL, I updated/upgraded repositories/packages, so seems to work.
If that doesn't work, please post the output of:
apt-cache policy
drtrppr@HPStream:~$ apt-cache policy
Package files:
100 /var/lib/dpkg/status
release a=now
500 http://pkg.bunsenlabs.org/debian lithium/main amd64 Packages
release o=bunsenlabs,a=lithium,n=lithium,l=bunsenlabs,c=main,b=amd64
origin pkg.bunsenlabs.org
500 https://deb.debian.org/debian-security buster/updates/non-free amd64 Packages
release v=10,o=Debian,a=stable,n=buster,l=Debian-Security,c=non-free,b=amd64
origin deb.debian.org
500 https://deb.debian.org/debian-security buster/updates/main amd64 Packages
release v=10,o=Debian,a=stable,n=buster,l=Debian-Security,c=main,b=amd64
origin deb.debian.org
Pinned packages:
Offline
drtrppr@HPStream:~$ apt-cache policy Package files: 100 /var/lib/dpkg/status release a=now 500 http://pkg.bunsenlabs.org/debian lithium/main amd64 Packages release o=bunsenlabs,a=lithium,n=lithium,l=bunsenlabs,c=main,b=amd64 origin pkg.bunsenlabs.org 500 https://deb.debian.org/debian-security buster/updates/non-free amd64 Packages release v=10,o=Debian,a=stable,n=buster,l=Debian-Security,c=non-free,b=amd64 origin deb.debian.org 500 https://deb.debian.org/debian-security buster/updates/main amd64 Packages release v=10,o=Debian,a=stable,n=buster,l=Debian-Security,c=main,b=amd64 origin deb.debian.org Pinned packages:
If I understand this correctly, you're missing the main debian repo which is why the package won't install.
I would try going into /etc/apt/sources.list and adding
deb https://deb.debian.org/debian buster main non-free contrib
Then apt update and try again
Changes are big I changed something in Synaptic without being aware of the change made ...
If it doesn't work or that line's already there, there may be a synaptic setting somewhere overriding your default source list. Let's see what happens :-)
Last edited by Nick (2021-02-22 11:54:40)
Offline
If I understand this correctly, you're missing the main debian repo which is why the package won't install.
No, my assumption was that the install would use the bl-repository, or all needed repositories were mentioned in Synaptic.
Ok, I've installed Mirage, thanks.
Offline
Sure thing. The main debian repo is needed, and then the bl repo is things added on top of that. Glad you got it going
Offline