+ 4
Cant update some packages
sudo apt-get update alot of packages can't be updated and when I try to install cordova, android studio ....etc they can't be installed can someone help me??
4 Answers
+ 2
Try sudo apt-get upgrade ( or dist-upgrade if available).
Update only refreshes the package lists so you might need some of those to meet the required dependencies. If that fails you might need to force remove some older versions and reinstall (can occasionally happen in some distros).
Hope that helps.
+ 2
Oh I missed the Cordova part when reading the first time, sorry. Itâs likely not an issue on the apt-get since as far as I know Cordova isnât installed that way.
Here is link to the install and configure process.
https://codeburst.io/configuring-cordova-for-android-development-on-linux-6ee4a28cd432
+ 2
ok great
I will try it I hope it work
0
it doesn't work even
I even delete all resportries and it doesn't solve