View Issue Details

IDProjectCategoryView StatusLast Update
0003423Kali LinuxKali Package Bugpublic2016-07-19 13:58
ReporterUNATCO Assigned Torhertzog  
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version2016.1 
Summary0003423: apt-get... Broken Packages Unable to Update
Description

:~# apt-get update && apt-get upgrade && apt-get dist-upgrade
Get:1 http://archive-7.kali.org/kali kali-rolling InRelease [30.5 kB]
Get:2 http://archive-7.kali.org/kali kali-rolling/main amd64 Packages [13.9 MB]
Get:3 http://archive-7.kali.org/kali kali-rolling/main i386 Packages [13.8 MB]
Get:4 http://archive-7.kali.org/kali kali-rolling/contrib amd64 Packages [90.2 kB]
Get:5 http://archive-7.kali.org/kali kali-rolling/contrib i386 Packages [86.9 kB]
Get:6 http://archive-7.kali.org/kali kali-rolling/non-free amd64 Packages [148 kB]
Get:7 http://archive-7.kali.org/kali kali-rolling/non-free i386 Packages [131 kB]
Fetched 28.2 MB in 5s (5,355 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
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:
wine : Depends: wine64 (>= 1.8.3-2) but 1.8.2-1 is to be installed or
wine32 (>= 1.8.3-2)
E: Broken packages

ONLY recomended repo in sources.list. NO problems ever with this until today.

Steps To Reproduce

By running apt-get update && apt-get upgrade && apt-get dist-upgrade

Activities

rhertzog

rhertzog

2016-07-18 20:41

administrator   ~0005550

Why can't it install the latest version of wine64?

What does "apt install wine64" give you?

Because a newer version on wine64 is available in kali-rolling (for amd64) (and same for wine32 on i386).

UNATCO

UNATCO

2016-07-18 22:39

reporter   ~0005551

apt-get install wine did the trick after I had posted this. Current version now is 1.8.3-2.

However, the following "wine64 set to manually installed." is returned when running "apt install wine64"

Like a doofus, didn't save the output of which packages were installed with apt-get install wine. Was using wine for some time and the update before posting this bug seemed to have removed wine as it was no longer installed and had to be manually installed... strange...

rhertzog

rhertzog

2016-07-19 13:58

administrator   ~0005554

Thanks for confirming, closing the ticket.

The message "wine64 set to manually installed" is not a problem, you can undo that effect with "apt-mark auto wine64".

Issue History

Date Modified Username Field Change
2016-07-17 14:33 UNATCO New Issue
2016-07-18 20:41 rhertzog Note Added: 0005550
2016-07-18 20:41 rhertzog Assigned To => rhertzog
2016-07-18 20:41 rhertzog Status new => feedback
2016-07-18 22:39 UNATCO Note Added: 0005551
2016-07-18 22:39 UNATCO Status feedback => assigned
2016-07-19 13:58 rhertzog Note Added: 0005554
2016-07-19 13:58 rhertzog Status assigned => closed
2016-07-19 13:58 rhertzog Resolution open => no change required