From the details you posted, it does not appear that wine is currently installed.
However, you still have several software sources that you added to your system that are associated with wine.
This doesn't necessarily mean that wine is installed, but it does mean that you altered your system to allow software to be installed from these sources.
If you're no longer using the software from any of these sources, you should remove them. You can disable them in the Software & Updates / Other Settings or you can manually delete them from /etc/apt/sources.list
or possibly on other .list
files in that directory or subdirectories.
It's worth pointing out that you made mistakes when you originally added this software. You added sources for multiple releases. (ie. eoan, lunar, and kinetic). Never add sources that are for another Linux distribution or another version of Ubuntu. It can break your system. In general, take great care when adding sources. Adding sources fundamentally alters your system and if you add incompatible software it can break your system in a way that can sometimes be difficult to fix. For more info, see: Are PPAs Safe?.... The advice there applies to any unofficial sources, not just PPAs.