installing an application and its dependencies in $HOME directory
by arodef_321 from LinuxQuestions.org on (#5EC0T)
hello. I am trying to install wine in my home directory, by compiling its source code, but wine requires a lot of 32-bit and some 64-bit dependencies. I have downloaded their sorce code using "dnf download --source" command, but for some dependencies it downloaded the source code for entire package instead of the specific dependency which is making me very confused (for eg. it downloaded source for pulseaudio instead of specific pulseaudio library). How do i install these dependecies in my home folder?

