Re: apt

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: Brian Cluff
Date:  
To: plug-discuss
Subject: Re: apt
Looks like you did just "sudo apt-get  --fix-broken" when you should
have done "sudo apt-get  --fix-broken install"

The fix command needs a command that gives apt instructions on what to
do when it finds something to fix.  Usually you'll want to install
missing packages in order to fix missing packages, but you can do "sudo
apt-get  --fix-broken remove" to get it to remove packages in order to
fix your packages which can be the better solution under certain, rare,
circumstances.

Brian Cluff

On 12/15/2017 06:07 AM, Michael wrote:
>  sudo apt-get install
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> You might want to run 'apt --fix-broken install' to correct these.
> The following packages have unmet dependencies:
>  ufraw : Depends: ufraw-batch (=
> 0.22+cvs20170121+r2272~rdeb7~0~crass~ubuntu16.04.1) but
> 0.22-2dhor~xenial is installed
> E: Unmet dependencies. Try 'apt --fix-broken install' with no packages
> (or specify a solution).
>
>  I tried what they suggested  but also got an error:
> sudo apt-get  --fix-broken
> E: Command line option --fix-broken is not understood in combination
> with the other options
>
> What is wrong? (what won't update is ufraw)
> --
> :-)~MIKE~(-:
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss


---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss