Unable to change download directory of Transmission-daemon

Hi all , im beginning with osmc and raspberry. i can enter with browser into @ip:9091.So i would like to change some path, i want to run and modify transmission with your usefull docs but i cant. i
My steps are :smile:
with ssh i login with osmc/osmc

i try to do :

osmc@osmc:~$ sudo apt-get install transmission-daemon
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages were automatically installed and are no longer required:
armv7-libafpclient-osmc rbp2-image-3.18.13-1-osmc rbp2-image-4.1.3-2-osmc
Use ‘apt-get autoremove’ to remove them.
The following extra packages will be installed:
transmission-common
Recommended packages:
transmission-cli
The following NEW packages will be installed:
transmission-common transmission-daemon
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/438 kB of archives.
After this operation, 1314 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database … 32705 files and directories currently installed.)
Preparing to unpack …/transmission-common_2.84-0.2_all.deb …
Unpacking transmission-common (2.84-0.2) …
dpkg: error processing archive /var/cache/apt/archives/transmission-common_2.84-0.2_all.deb (–unpack):
trying to overwrite ‘/usr/share/transmission/web/index.html’, which is also in package armv7-transmission-app-osmc 2.8.4-9
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Preparing to unpack …/transmission-daemon_2.84-0.2_armhf.deb …
Unpacking transmission-daemon (2.84-0.2) …
dpkg: error processing archive /var/cache/apt/archives/transmission-daemon_2.84-0.2_armhf.deb (–unpack):
trying to overwrite ‘/usr/bin/transmission-daemon’, which is also in package armv7-transmission-app-osmc 2.8.4-9
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for hicolor-icon-theme (0.13-1) …
Errors were encountered while processing:
/var/cache/apt/archives/transmission-common_2.84-0.2_all.deb
/var/cache/apt/archives/transmission-daemon_2.84-0.2_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

some other info could be

osmc@osmc:~$ ps axl | grep transmission
4 1000 463 1 20 0 27828 4948 SyS_ep Ssl ? 0:01 /usr/bin/transmission-daemon -f --log-error --allowed ...
0 1000 1547 1388 20 0 2144 548 - R+ pts/0 0:00 grep transmission
osmc@osmc:~$

Anyway transmission is working and downloading well. Searching inside of sd i see the file settings.json in /home/osmc/.config/transmission-daemon

Someone could help to solve the error trying to modify paths? thanks in advance

You seem to have installed both the OSMC App Store version of Transmission and Transmission via Debian’s repository (apt-get).

Sam

how can i solve it?

apt-get remove --purge transmission-daemon

apt-get -f install

Solved, im confused between transmission debian and transmission osmc. :joy:

thanks master