Hi folks, is there a very easy way, if I want to install packages from trixie oder sid into my bookworm installation?
I read about apt pinning, but as far as I understood, I have to name explicitily each package I want to install from sid. This can be much work, when installing a high number of packages. I suppose, I then have also to install all dependencies of the packaes from sid, even if they are related to the system. In my case I wanted to install virtualbox from sid, as it has all packages ready. However, virtualbox requires and depends also the newer gcc compiler and some compiler libs, thus I took distance from installing for now. At the moment I am not using pinning. My actual way of doing is 1. adding the sid repo into /etc/apt/sources.list 2. then aptitude -u 3. then searching for the required package and mark it as install (or upgradeble 4. Then install, if wanted. Yes, I know, pinning would be the better way, but it is very, very seldom, I need to install something from a higher repo. And yes, I know, mixing repos is no good idea, so I am using this only for applications, which are using theire own libraries (or libs, they are only for this special application). Do you know another way, except pinning or my (weired) way? Oh, last but not least, I know, Oracle has its own debian-repo for virtualbox, but it looks somehow not well set up IMHO. Thanks for reading this. Best regards Hans