Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: mark drive as faulty mdadm linux 
Shell :: fsl fslmath mask sphere 
Shell :: xargs echo 
Shell :: terrminal generate uudi 
Shell :: How to turn on ARD on mac using terminal 
Shell :: Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. 
Shell :: papermc no gui 
Shell :: Install lunacy on linux snap ubuntu 
Shell :: export installed application using cmd 
Shell :: How to open multiple windows on vi 
Shell :: github set commit on head 
Shell :: pass variables to bash options 
Shell :: scala run shell command 
Shell :: mybatis plus version 
Shell :: source script locatin 
Shell :: Command to create or update index in a static library in C 
Shell :: Composer Terminal Valet 
Shell :: command to get back shell variable from environment variable 
Shell :: docker run from docker hub 
Shell :: bash find files with word 
Shell :: ssh key for github 
Shell :: github delete project 
Shell :: [ERROR] An error occurred while running subprocess capacitor. 
Shell :: unity for ubuntu 20.04 
Shell :: how to tell if i have cuda installed 
Shell :: install dependencies and devDependencies at same time 
Shell :: ansible become_method sudo example 
Shell :: linux copy files terminal cp -r 
Shell :: imapgrab nodename nor servname provided, or not known 
Shell :: multiple multple copies in cmd 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =