Skip to main content

Install Sublime Text 3 with Emmet in ubuntu 13.10


First the first , we have to download sublime text 3 deb package at www.sublimetext.com .

After finished , it will be in the Download Folder .and then , we should install it in terminal.

(1) Open Terminal ( Ctrl + Alt +t )
(2) In Terminal => " sudo dpkg -i sublime-text_build-3047_i386.deb"  | in this step , we can use tab after typed first word for sublimetext package like that " sub > tab " , it will fill automatically!

yethusoe@yethusoe-hz:~/Downloads$ sudo dpkg -i sublime-text_build-3047_i386.deb [sudo] password for yethusoe:
Selecting previously unselected package sublime-text.
(Reading database ... 185921 files and directories currently installed.)
Unpacking sublime-text (from sublime-text_build-3047_i386.deb) ...
Setting up sublime-text (3047) ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for gnome-menus ...
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support ...
Now we can use sublime text 3 without Emmet.
So, let start to install Emmet,First we must install the package control tool.

(1) In Sublime Text , Press ( Ctrl+ ` ) to call the console input box. < ' is place beside of 1 > 
( OR ) In Sublime Text Global menu : View Tab => Show Console.
(2) we have to fill the following code and press Enter.

 import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())

(3) and then , Restart the Sublime Text.
Now,we can use package control and install the Emmet.

First , Open the Sublime text and press " Ctrl + Shift + p "
(1) Type " Package Install " and Press " Enter "
please wait a few second , it is loading the package. if the input box appeared,  
(2) Type " Emmet " and press " Enter " 

It will install Emmet Automatically,Now We can use sublime text with Emmet.
first time use of Emmet take a time for a few minutes to download and install the PyV8(python) package. we can can the status at the foot bar of sublime.

Thanks you :)

Comments

Popular posts from this blog

Lenovo VeriFace Software

ဒီေဆာ့၀ဲကေတာ့ ကြန္ပ်ဴတာ login ၀င္တဲ့အခါမွာ password ရိုက္စရာမလိုပဲ မ်က္နွာေလးျပလိုက္ရံုနဲ့ ေအာ္တို login ၀င္ေပးပါတယ္ .လန္းပါတယ္.webcam တခုေတာ့လိုပါလိမ့္မယ္ laptop ေတြ အတြက္ဆိုရင္ေတာ့ရွယ္ပါပဲ . တျခား brand ေတြမွာလဲအလုပ္လုပ္ပါတယ္ . ေလာေလာဆယ္ကၽြန္ေတာ္က Acer ၾကီးနဲ့ကလိေနတာ :D size : 30.39 MB Click here to download @ mediafire.com Click here to download @ ifile.it Photo credit @ www.tkshare.com Thank u,ko zaw ye` tun :)

Mysql database ကုိ ubuntu terminal ကေန Export & Import ဘယ္လိုလုပ္မလဲ။

(Ctrl + Alt + T ) ႏုိပ္ပီးေတာ့ Terminal ဖြင့္ပါ။ Export ပီးေတာ့ ေအာက္က ကြန္မန္းအတုိင္း ေရးထည့္ျပီးေတာ့ Enter ဆိုရင္ home ေအာက္မွာ database နာမည္နဲ့ဖုိင္တစ္ခု ထုတ္ပီးသားျဖစ္ေနပါလိမ့္မယ္။ mysql -u username -p{password} {database name} < filename.sql   Import import လုပ္တဲ့ဟာကလဲ အေပၚက ကြန္မန္းကုိပဲ < ေနရာမွာ > ေလးေျပာင္းလုိက္ရင္ရပါျပီ။ mysql -u username -p{password} {database name} > filename.sql   source : http://stackoverflow.com/questions/4546778/how-can-i-import-a-database-with-mysql-from-terminal