[SOLVED] Can't purge old version of Wine

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
KrisRuud
Level 1
Level 1
Posts: 4
Joined: Mon Sep 06, 2021 9:52 pm

[SOLVED] Can't purge old version of Wine

Post by KrisRuud »

As Wine releases new dev branch releases, I regularly get the update notifications in the Update Manager. I had in the past installed a dev branch and thought I had purged it, but I must be missing something. What else do I need to do to get rid of the dev branch?
Screenshot from 2021-12-04 13-41-29.png
Screenshot from 2021-12-04 13-43-00.png
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Jo-con-Ël
Level 11
Level 11
Posts: 3577
Joined: Sun Jun 20, 2021 12:41 pm
Location: donde habita el olvido

Re: Can't purge old version of Wine

Post by Jo-con-Ël »

Post back following codes result

Code: Select all

dpkg -l "*wine*" 
inxi -r | grep wine
Arrieritos semos y en el camino nos encontraremos.
KrisRuud
Level 1
Level 1
Posts: 4
Joined: Mon Sep 06, 2021 9:52 pm

Re: Can't purge old version of Wine

Post by KrisRuud »

Code: Select all

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                  Version        Architecture Description
+++-=====================-==============-============-==================================================
un  wine                  <none>         <none>       (no description available)
un  wine-amd64            <none>         <none>       (no description available)
ii  wine-devel-i386:i386  6.22~focal-1   i386         WINE Is Not An Emulator - runs MS Windows programs
un  wine-i386             <none>         <none>       (no description available)
ii  wine-stable           6.0.2~focal-1  amd64        WINE Is Not An Emulator - runs MS Windows programs
ii  wine-stable-amd64     6.0.2~focal-1  amd64        WINE Is Not An Emulator - runs MS Windows programs
ii  wine-stable-i386:i386 6.0.2~focal-1  i386         WINE Is Not An Emulator - runs MS Windows programs
un  wine1.4               <none>         <none>       (no description available)
un  wine1.4-amd64         <none>         <none>       (no description available)
un  wine1.4-i386          <none>         <none>       (no description available)
un  wine1.5               <none>         <none>       (no description available)
un  wine1.5-amd64         <none>         <none>       (no description available)
un  wine1.5-i386          <none>         <none>       (no description available)
un  wine1.6               <none>         <none>       (no description available)
un  wine1.6-amd64         <none>         <none>       (no description available)
un  wine1.6-i386          <none>         <none>       (no description available)
un  wine1.7               <none>         <none>       (no description available)
un  wine1.7-amd64         <none>         <none>       (no description available)
un  wine1.7-i386          <none>         <none>       (no description available)
un  wine32                <none>         <none>       (no description available)
un  wine64                <none>         <none>       (no description available)
ii  winehq-stable         6.0.2~focal-1  amd64        WINE Is Not An Emulator - runs MS Windows programs
ii  winetricks            0.0+20200412-1 all          simple tool to work around common problems in Wine

Code: Select all

           1: deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
           
Flemur2
Level 1
Level 1
Posts: 2
Joined: Sun Dec 05, 2021 1:33 am

Re: Can't purge old version of Wine

Post by Flemur2 »

Now purge the packages with ii (= installed), like

Code: Select all

sudo apt-get purge winehq-stable
If you remove that one first, it should automagically remove some of the others that it depends on.
KrisRuud
Level 1
Level 1
Posts: 4
Joined: Mon Sep 06, 2021 9:52 pm

Re: Can't purge old version of Wine

Post by KrisRuud »

Thank you. Looks like that worked!
Locked

Return to “Software & Applications”