Wine should install easily using the graphical software add/remove tool called
Synaptic. You can also ninstall kicad using Synaptic.
or you can install them from a command line
aptitude update
aptitude install wine
not sure what you need wine for, but that should install it..
then to install
kicad since it is also in the Debian repositories. you can simply do
aptitude update
aptitude install kicad
The above directions assume you have an internet connection and Debian is configured to get packages from the Internet.