1. problem description
When I tried to install the RPM package of vscode in Ubuntu, the following error occurred:
[root@localhost src]# rpm -ivh code-insider-1.66.0-1647322605.el7.x86_64.rpm
error: Failed dependencies:
code-insider conflicts with (installed) code-insider-1.66.0-1647322605.el7.x86_64
2. solution
Add two parameters –nodeps
--force
or –force
--nodeps
after the installation package, and ignore the error message for installation. For example:
– force means mandatory installation
– nodeps means that dependencies are not checked during installation
Enter the following code:
rpm -ivh –nodeps --force code-insider-1.66.0-1647322605.el7.x86_64.rpm
Problem-solving.
Read More:
- [Solved] Linux — 9 — txt files are copied from windows to Linux and read error
- [Solved] docker: Error response from daemon: OCI runtime create failed: container_linux.go:380
- Linux Connect Error: network.service failed [How to Solve]
- [Solved] Linux scp Error: Host key verification failed.
- [Solved] Linux SSH Login Terminal Error: shell request failed on channel 0
- [Solved] Clone Linux Code Error: server certificate verification failed. CAfile: none CRLfile: none
- [Solved] Linux Error: Failed to start bean ‘webServerStartStop‘; nested exception is org.springframework.
- [Solved] Linux ECDSA key Error: Host key verification failed
- Linux system service command error: Failed to allocate directory watch: Too many open files
- [Solved] Linux Error: mipsel-linux-gcc: fatal error: no input files
- [Solved] ERROR: Linux route delete command failed: external program exited with error status: 2
- Linux Virtual Machine Boot Container: Error response from daemon: driver failed programming external connectivity on endpoint
- Linux Nagios failed to log in to internal server error (Fixed)
- Linux Install Docker Error: Failed to restart docker.service: Unit docker.service not found.
- Linux Error: Failed to connect to ::1: No route to the host
- [Solved] linux kernel load driver Error: module verification failed: signature and/or required key missing – tainting kernel
- [Solved] Xshelln Connect to Local VM linux Error: Could not connect to ‘XXX.168.122.1‘ (port 22): Connection failed
- How to Fix Linux sub process /usr/bin/dpkg returned an error code (1)
- Linux: How to Solve pyperclip Module Error
- [Solved] Error in installing backups.lzma for Python on Linux