25.05.2016, 13:00
Quote:
why do you want to chmod a file, let alone a plugin (that only needs to be read) to 755?
group/other do no need permission to 'execute' a plugin. a far better option would be 644 other than owner (use ls -l filename to find file owner), group/other only get read permissions. which is pretty ok and safe enough. follow this quote -------------- try and kill apt(-get) if it's running under background process ps aux | grep apt kill processidofapt if it's persistent, then try kill -9 or kill -KILL just wait out for a while n then do ^ if your earlier apt-get cmd still wont work |
Code:
root@vpsstratumrpcom:~# sudo apt-get install mysql-client:i368 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package mysql-client root@vpsstratumrpcom:~#
apt-get install libmysqlclient16
But i get this
Code:
root@vpsstratumrpcom:~# sudo apt-get install libmysqlclient16 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libmysqlclient16 root@vpsstratumrpcom:~#