Horje
dpkg: error processing archive /var/cache/apt/archives/influxdb_1.8.10-1_amd64.deb (--unpack): Code Example
dpkg: error processing archive /var/cache/apt/archives/influxdb_1.8.10-1_amd64.deb (--unpack):
The error that you are getting is:

dpkg: error processing archive /var/cache/apt/archives/cuda-cublas-9-1_9.1.85.3-1_amd64.deb (--unpack):
 trying to overwrite '/usr/local/cuda-9.1/lib64', which is also in package cuda-cudart-9-1 9.1.85-1
The "trying to overwrite" error implies that you have conflicting packages in your system.You can try overwriting the package (can be a bit risky)

sudo dpkg -i --force-overwrite /var/cache/apt/archives/cuda-cublas-9-1_9.1.85.3-1_amd64.deb You need to remove that package
If that doesn't fix it, you can remove the package and re-install it

sudo dpkg -P cuda-cublas




Shell

Related
repozytoria ubuntu Code Example repozytoria ubuntu Code Example
ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at Code Example ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at Code Example
Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher Code Example Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher Code Example
tesract persian code Code Example tesract persian code Code Example
yum webmin reinstall Code Example yum webmin reinstall Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7