Ubuntu Studio 24.04 "tracktion-download-manager ERROR cannot satisfy dependencies"
-
- KVRist
- 43 posts since 17 Feb, 2024
Trying to install Tracktion Download Manager on Ubuntu Studio 24.04 but get the above mentioned error. Looked-up solutions, but this seems to be an ongoing issue. Is this something we need to wait for the Tracktion software company to sort out for us?
Nihil dixit
- KVRian
- 764 posts since 25 Jul, 2010 from Northern Ireland
I think this might be a Ubuntu Studio issue as I never have any problems installing the download manager in Ubuntu 24.04. Do you know which dependencies are being complained about being missing ?
You coult try running this from the terminal : << assuming that the file is in your downloads folder, then paste the results here. thanks
You coult try running this from the terminal :
Code: Select all
sudo dpkg -i ~/Downloads/track*.deb- KVRist
- 125 posts since 26 Apr, 2021
Right click in the folder where you have the file tracktion_download_manager_v1.5.3.deb and go to "Open with terminal" then type in terminal:fathomstory wrote: Sat Dec 13, 2025 4:33 am Trying to install Tracktion Download Manager on Ubuntu Studio 24.04 but get the above mentioned error. Looked-up solutions, but this seems to be an ongoing issue. Is this something we need to wait for the Tracktion software company to sort out for us?
sudo apt install ./tracktion_download_manager_v1.5.3.deb
press enter and [yes] follow the following instructions.
-
- KVRist
- Topic Starter
- 43 posts since 17 Feb, 2024
@cupcakemusic Thank you for the response. The install worked on reboot of the system. I guess the dependencies needed to 'take'...which is sort of Windows-like behaviour.
Now I have another problem, installing all those plugins. I cannot copy and paste them into the VST or whatever plugin folders as the permissions are forbidden, even if I change them to 'user'. Any ideas?
Now I have another problem, installing all those plugins. I cannot copy and paste them into the VST or whatever plugin folders as the permissions are forbidden, even if I change them to 'user'. Any ideas?
Nihil dixit
-
- KVRist
- 374 posts since 18 Nov, 2023
folders to user should usually be
$HOME/.vst
$HOME/.vst3
$HOME/.lv2
as you are going to use subfolders of your homedirectory, there shouldn't be any problems with permissions
$HOME/.vst
$HOME/.vst3
$HOME/.lv2
as you are going to use subfolders of your homedirectory, there shouldn't be any problems with permissions
Classical guitar --> Line Audio CM4 @ SSL12 --> KDE-Plasma @ Debian-Linux --> Waveform PRO 13.5
-
- KVRist
- Topic Starter
- 43 posts since 17 Feb, 2024
@talby
Nah, it's /usr/lib/vst
or /usr/lib/vst3
etc.
It cannot just be copied over.
Nah, it's /usr/lib/vst
or /usr/lib/vst3
etc.
It cannot just be copied over.
Nihil dixit
- KVRian
- 764 posts since 25 Jul, 2010 from Northern Ireland
@fathomstory The paths that talby showed are standard user paths that are scanned by all Linux DAWS. You may have to create the actual hidden folders 1st , to do so open the terminal ( which defaults to opening in your HOME directory ) and issue the command
And to show hidden directories use shortcut combo
Code: Select all
mkdir .vst .vst3And to show hidden directories use shortcut combo
Code: Select all
CTRL + h- KVRist
- 125 posts since 26 Apr, 2021
Go to /home folder, keyboard press Ctrl + h (this will make visible hidden files infathomstory wrote: Wed Dec 17, 2025 1:42 am @cupcakemusic Thank you for the response. The install worked on reboot of the system. I guess the dependencies needed to 'take'...which is sort of Windows-like behaviour.
Now I have another problem, installing all those plugins. I cannot copy and paste them into the VST or whatever plugin folders as the permissions are forbidden, even if I change them to 'user'. Any ideas?
/home folder, then create Vst,Vst3 and LV2 folders with a right click "create new" "folder" and create your plugins folders written in lowercase with a period at the beginning, example; .vst .vst3 .lv2 .clap, now you can copy your plugins in their respective folders, scan your DAW for plugins and it will find them.
- KVRist
- 125 posts since 26 Apr, 2021
The command sudo dpkg won't install the dependencies if you don't follow the sudo apt install -f command, but sudo apt install ./package.deb yes because is a more ethical and complete command, And you don't need to reboot after.fathomstory wrote: Wed Dec 17, 2025 1:42 am @cupcakemusic Thank you for the response. The install worked on reboot of the system. I guess the dependencies needed to 'take'...which is sort of Windows-like behaviour.
Now I have another problem, installing all those plugins. I cannot copy and paste them into the VST or whatever plugin folders as the permissions are forbidden, even if I change them to 'user'. Any ideas?
