-
Fo
chevron_right
General Questions β’ Re: [Software] Can Hypnotix be installed on Bookworm ?
news.woodpeckersnest.space / forums-debian-net:0 β’ 8 April β’ 2 minutes
A similar problem has been on my to-do list for a while. I decided to take this opportunity to work out a solution, which I then tested (successfully) with Hypnotix.Does anyone have any idea how I can fix this ?
Per Debian Wiki, I added LMDE's repo as a source, pinned it to low priority, then installed packages. LMDE rather than Mint regular edition, as the former is based directly on Debian. Be aware, this strategy entails risk. It's entirely the user's responsibility to evaluate each installation candidate for potential pitfalls and conflicts. The safer path in most cases would be to switch to the distribution (e.g., MX or LMDE) which has the packages one wants.
1. Update the system and create a backup, e.g., a Timeshift snapshot. Be 100% certain you can restore the status quo if the modification goes sideways. Can be skipped if you don't mind reinstalling.
2. Create a file in /etc/apt/sources.list.d with the target repo. For example:
Code:
echo "deb http://packages.linuxmint.com faye main upstream import backport" | sudo tee /etc/apt/sources.list.d/lmde.list
3. Add Mint to Debian's verification keyring. Might be a better way to do this. The one I found was to download this deb file, then install it with GDebi. Once installed, the file can be deleted or moved to a convenient location.
Code:
wget http://packages.linuxmint.com/pool/main/l/linuxmint-keyring/linuxmint-keyring_2022.06.21_all.deb
4. Set pin priority of the new repo. Per the linked wiki, I used 100, same as stable-backports. Create /etc/apt/preferences.d/lmde.pref with these contents:
Code:
Package: *Pin: origin packages.linuxmint.comPin-Priority: 100
As an example of how tricky this can be, apt installed Stable's version of yt-dlp (a dependency of Hypnotix), rather than the newer one available in Debian backports. If you want the backport version, you either need to install it before installing Hypnotix or reinstall it afterwards with sudo apt install --reinstall yt-dlp/stable-backports. Which is to say, the caution above isn't just boiler-plate. Installing from another repo can be complicated and/or create conflicts.
Once finished, Hypnotix is on Menu and opens. Didn't test whether works, as I'm not familiar with it. The app I wanted to install (xed, a text editor) works fine.
Hope that helps. Good luck.
Statistics: Posted by pbear β 2025-04-07 22:27