LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   My Ubuntu Software Center has been hanging on installation (https://www.linuxquestions.org/questions/linux-newbie-8/my-ubuntu-software-center-has-been-hanging-on-installation-946547/)

nivla12345 05-23-2012 09:20 PM

My Ubuntu Software Center has been hanging on installation
 
So my USC has been hanging at 50% while installing matlab. I was wondering how to kill this process.

In addition to that, I was wondering how this matlab application on linux worked. Does it customize an already installed matlab to become unix compatible?

Thank you!

teckk 05-25-2012 08:54 AM

Quote:

I was wondering how to kill this process.
Something like
Code:

pkill matlab
or
Code:

ps ax | grep matlab
Then kill the process by it's PID.
Quote:

how this matlab application on linux worked
Might be help on their web site.

http://www.mathworks.com/support/sys...ase/linux.html
http://www.mathworks.com/support/install.html


All times are GMT -5. The time now is 06:28 PM.