:: Re: [DNG] Iceweasel-uxp from Hyperb…
Top Page
Delete this message
Reply to this message
Author: Haines Brown
Date:  
To: dng
Subject: Re: [DNG] Iceweasel-uxp from Hyperbola GNU/Linux
On Thu, Sep 10, 2020 at 12:36:12PM +0100, fraser kendall wrote:
> On Thu, 10 Sep 2020 12:51:29 +0200
> Antony Stone <Antony.Stone@???> wrote:
>
> > On Thursday 10 September 2020 at 12:39:17, Haines Brown wrote:
> >
> > > This is wonderful news to a user of Palemoon/basilisk. However
> > > installing it failed because of my ignorance:
> > >
> > > $ sudo apt-get install ./iceweasel-uxp-dev
> > > Reading package lists... Done
> > > E: Unsupported file ./iceweasel-uxp-dev given on commandline
> > >
> > > $ sudo apt-get
> > > install ./iceweasel-uxp-dev_2.9-1~3.0gnuinos1_amd64.deb
> >
> > Try "dpkg -i"
> >
> > Antony.
> >
> I managed it with:
>
> dpkg -i ./iceweasel-uxp_2.9-1~3.0gnuinos1_amd64.deb
> apt-get install -f
>
> fraser


It seems iceweasal-uxp-dev depends on iceweasel-uxp, which is not
available in the Beowulf package repository:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
iceweasel-uxp-dev : Depends: iceweasel-uxp (= 2.9-1~3.0gnuinos1) but
it is not installable
E: Unable to correct problems, you have held broken packages.

I find now

$ aptitude search iceweasel-uxp
BB  iceweasel-uxp-dev               - Safe and easy...


No idea what the BB status means. I try to install this from the
package archive


# aptitude install -f iceweasel-uxp-dev
The following partially installed packages will be configured:
iceweasel-uxp-dev{b}
...
The following packages have unmet dependencies:
iceweasel-uxp-dev : Depends: iceweasel-uxp (= 2.9-1~3.0gnuinos1)
which is a virtual package and is not provided by any available
package

The following actions will resolve these dependencies:
     Remove the following packages:
1)     iceweasel-uxp-dev [2.9-1~3.0gnuinos1 (now)]
Accept this solution? [Y/n/q/?]
Removing iceweasel-uxp-dev (2.9-1~3.0gnuinos1) ...
Current status: 0 (-1) broken, 132 (-1) new.


Now the BB iceweasel-uxp-dev is no longer in my package cache.

---
Haines Brown