blob: 41d5a7447707deda2c078a825e67fea7b93436cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
eSim installation instructions
=================================
Table of contents
1. eSim installation in Ubuntu (LINUX)
2. eSim installation in Windows
1. eSim installation in Ubuntu OS
After downloading eSim, extract it using:
$ unzip eSim-2.0.zip
Now change directories in to the top-level eSim directory (where this INSTALL file can be found).
To install eSim and other dependencies, run the following command :
$ chmod +x install-eSim.sh
$ ./install-eSim.sh --install
Above script will install eSim along with dependencies.
To uninstall eSim and all of its components, run the following command :
$ ./install-eSim.sh --uninstall
Please report any eSim installation related issue/error at forums.fossee.in
How to Run eSim
=================
A. Through Terminal
$ esim
B. Double click eSim desktop icon
2. eSim installation in Windows OS
Download eSim for Windows OS from "https://esim.fossee.in/". Disable the antivirus (if any).
Now double click on eSim installer and then follow the instruction to install eSim.
To uninstall eSim and all of its components, run the uninstaller "uninst-eSim.exe" located at top-level eSim directory (where this INSTALL file can be found).
|