VS Code and snap apps in ubuntu are not working after downgrading openssl version

185 views Asked by At

i downgraded the version of openssl from version 3.0 to 1.1 to solve some issues. For that I first uninstall the openssl and then install the specific version again. After that, many of the apps were destroyed including the chrome and snap apps. Now the VS code is not working and other snap apps too.

I uninstalled the code and install it again. It was installed successfuly but when I go into some directory and run the command "code .". It gives me the following error.

/snap/code/146/usr/share/code/bin/code: 62: /snap/code/146/usr/share/code/bin/../code: not found

If i try to install it again, using the command sudo snap install code --classic I get the following response. snap "code" is already installed, see 'snap help refresh'

can someone help me with the issue? Thankyou.

I uninstalled the code and install it again. It was installed successfuly but when I go into some directory and run the command "code .". It gives me the following error.

/snap/code/146/usr/share/code/bin/code: 62: /snap/code/146/usr/share/code/bin/../code: not found

If i try to install it again, using the command sudo snap install code --classic I get the following response. snap "code" is already installed, see 'snap help refresh'

0

There are 0 answers