TermKit's next-generation Mac terminal, which allows you to easily install TermKit on Ubuntu11.04

Source: Internet
Author: User
As a necessary tool for developers, the terminal program has never changed much. TermKit aims to change everything as the next generation of command line/terminal programs, termKit provides us with a graphical Terminal/command line program, which can display the execution results of terminal commands in a Visualized manner, so that the output results of command lines are more user-friendly. First install the dependency package, and enter the command: sudoapt-getinstallgitlibssl-dev on the terminal to install TermK In Ubuntu.

As a necessary tool for developers, the terminal program has never changed much. TermKit aims to change everything as the next generation of command line/terminal programs, termKit provides us with a graphical Terminal/command line program, which can display the execution results of terminal commands in a Visualized manner, so that the output results of command lines are more user-friendly.

First install the dependency package and enter the following command on the terminal:

Sudo apt-get install git libssl-dev

Install TermKit in Ubuntu:

Cd ~

Mkdir TermKitProj

Cd TermKitProj

Git clone https://github.com/joyent/node.git

Cd node

./Configure

Make

Sudo make install

Cd ..

Git clone http://github.com/isaacs/npm.git

Cd npm

Sudo make install

Cd ..

Git clone https://github.com/Floby/TermKit.git -- recursive

Cd TermKit/

Npm install

Start:

Node Node/nodekit. js

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.