Created
February 3, 2013 14:11
-
-
Save arisolt/4701944 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@master:~/npm# sudo apt-get install python-software-properties python g++ make | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
g++ is already the newest version. | |
python is already the newest version. | |
make is already the newest version. | |
python-software-properties is already the newest version. | |
The following packages were automatically installed and are no longer required: | |
node-node-uuid libicu48 libv8-3.7.12.22 libev4 libv8-dev libc-ares2 libev-dev libc-ares-dev | |
Use 'apt-get autoremove' to remove them. | |
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. | |
root@master:~/npm# sudo apt-get upgrade | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following packages have been kept back: | |
condor | |
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. | |
root@master:~/npm# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment