How to install Nitro share in Ubuntu 12.10?
Chit Ko Ko
Contributor
1 min read


NITRO SHARE
A network file-sharing application that makes sending a file to another machine on the local network as easy as dragging-and-dropping.
NITRO SHARE application သည် Local network ပေါ်တွင် လွယ်ကူစွာဖြင့် dragging-and-dropping ပြုလုပ်ယုံဖြင့် အခြားစက်တစ်လုံးအားမျှေ၀ ၊ ပေးပို့နိုင်သော network file-sharing application တစ်ခုဖြစ်ပါသည်။
ဦးစွာ ပထမ အောက်ပါ deb ဖိုင်ကို download လုပ်ပါ။https://launchpad.net/nitroshare/0.2/0.2/+download/nitroshare_0.2_i386.deb
(သို့)Terminal=Ctrl +Alt+T ဖွင့်ပါ၊
wget https://launchpad.net/nitroshare/0.2/0.2/+download/nitroshare_0.2_i386.deb
ပြီးနောက် Terminal=Ctrl +Alt+T ဖွင့်ပါ၊ အောက်ပါ Command ရိုက်ပါ၊
cd Downloads/
sudo dpkg -i nitroshare_0.2_i386.deb
ပြီးနောက် sudo apt-get install -f ဟုထပ်မံရိုက်၍ လိုအပ်သော Dependency များကို ထပ်မံ ၍ download လုပ်ပြီး နောက် သင်အသုံးပြုလိုသော Nitro Share ကို အသုံးပြုနိုင်ပြီ ဖြစ်ပါသည်။
Related posts
ဘာသာရပ်ဆိုင်ရာ လေ့လာစရာ websites များ
ဘာသာရပ်ဆိုင်ရာ လေ့လာစရာ websites များ ကျွန်တော်တို့သည် မိမိတို့ ဝါသနာပာရာတို့ကို အချိန် နှင့် အမျှ လေ့လာချင်ကြပါသည် ။ထို့ကြောင့် သူငယ်ချင်းတစ်ဦး ဖြစ်သူ Victoire Rio ၏ အကူအညီဖြင့်…
5 min read
History and Type of Programming Introduction
History and Type of Programming Introduction Part 1 Author: Thet Oo Zin Email: thetoozin@gmail.com History and Type of Programming This guild is only for Introduction. 1970…
9 min read
how to update, install and upgrade in Ubuntu Terminal ?
sudo bash apt get update && \\ apt get –yes –force yes upgrade && \\ apt get –yes –force yes install “several packages” && \\ apt get autoclean && poweroff 1)sudo bash သာမန် sudo…
1 min read

