Skip to main content

How to install Airtel 4G Dongle Application on Linux?

Introduction:

Airtel Dongle installation in Linux is a quite a bit tough for beginners. But it is really as easy as regular Windows installation. Airtel Dongle does not run without installing its software, it can be installed from the dongle itself using Terminal. Here are the few steps how you can install Airtel Dongle Application on your Linux OS.

Steps:

  1. Plug in your Airtel 4G dongle.
  2. Open-File Browser and on the left side click Airtel 4G.
  3. Open Linux folder.
  4. Right-click PCL_Airtel_64.tar.gz and click extract.
  5. Extract it to desktop.
  6. Now, the main part is that you have to manually enter code. So, close all windows.
  7. Right-click and open terminal where you have extracted.
  8. Type the command below and press enter:                                            sudo ./install.sh
  9. Type your computer's password and hit enter. *Note that your password will not be displayed while typing.
  10. That's it. Wait for some interval of time and it will be installed and will open.
  11. Close that window and close terminal.
  12. Now, whenever you plug in your dongle just open it from the dash by searching for Airtel 4G.

Video Reference:


Conclusion:

Hope you have got an idea how to install it on your Linux Distro! If not, comment down below.

Comments

Post a Comment

Popular posts from this blog

Creating a Web Browser With Integrated Chromium using C#

Final Output Introduction: In this post, we shall start a project to build a C# application integrated with Chromium in Visual Studio. I shall be using Visual Studio Express For Windows Desktop 2013. But the minimum requirements are mentioned below. We shall create a Windows Forms C# project from scratch and integrate Chromium Embedded Framework (CEF) in our application, basic navigation options and much more. Minimum Requirements and Prerequisites: Visual Studio 2012 or Higher that supports NuGet Package Manager. A decent internet connection. Basic Knowledge of C#. Knowlege in using Windows efficiently. Creating A Visual Studio Project: First, create a Visual Studio C# Project through File > New Project > Installed > Visual C# > Windows > Windows Forms . Name the file whatever you want, for example ' Web Browser '. New Project Customising the Form: Now customize the main form by changing its  Properties  like Text to 'Web...

How to start programming with JavaScript? Get Started with JavaScript!

Introduction: JavaScript is of-course a programming language. It can be called the 'programming language of the web' as it is one of the core three technologies for Web Development (other than HTML and CSS ). Before you start programming with JavaScript, you have to know what JavaScript is. See also: Basics of Programming Languages and Introduction to Front End Development . Requirements for this blog post: Minimum knowledge of programming terms: Intermediate . Minimum knowledge of JavaScript: None/Beginner . Some JavaScript Characteristics: JavaScript is a high-level , interpreted , dynamic and weakly-typed programming language. It is an object-oriented language like many high-level programming languages. It is a functional language , here function is considered to be an object. The term Vanilla JavaScipt is often used to refer JavaScript with any external frameworks or libraries. Best Free Resources to get started with JavaScript: After searchi...

What are Bluestacks points? How to gain Bluestacks points in Bluestacks 4?

Introduction: Bluestacks is an  Android Emulator that runs on Microsoft Windows and Apple Macintosh. An Android Emulator is a software application that provides a medium to enjoy Android applications or games on your computer.  My Customized Bluestacks What are Bluestacks points? Bluestacks points are points which can be collected by playing games on Bluestacks and can be redeemed to get gaming goodies for free. This feature was introduced in the Bluestacks version 3 and is also present in the latest version Bluestacks i.e. Bluestacks 4. How to gain Bluestacks points? Bluestacks points can be gained by playing games and earning cards to unlock new levels. Levels in Bluestacks range from Level 1 to Level 10. Once you reach Level 10, you have to play quests. I have reached Level 10 within 3 hours. There is a secret technique to do this. If you want to reach levels faster, comment down below, I shall make a new post regarding that.  But, now, I shal...