Following Installing Wine on 64 Bit, I got the Terminal warning: <!!! PLEASE NOTE THAT THIS REPOSITORY IS DEPRECATED !!!> So, how to properly install Wine & Bit Che applications on Ubuntu 21.04 via Terminal? Thanks
Asked
Active
Viewed 88 times
apt purge
to remove all traces of the packages when handling Wine to start with.sudo add-apt-repository --remove ppa:ubuntu-wine/ppa
will remove the Wine repos you had used and are deprecated. – Thomas Ward Sep 02 '21 at 19:29