@@ -96,7 +96,7 @@ Note that you must have **sudo** privileges to execute the previous command.
96
96
97
97
If its ** required to install some additional packages** , the tool will ask for your permission.
98
98
99
- 3 . Once the application is installed, you can use with the following command:
99
+ - Once the application is installed, you can use with the following command:
100
100
101
101
```
102
102
user@machine:~$ <package_name>
@@ -106,7 +106,7 @@ Where the package name is the one that is in the first part of the `.deb` packag
106
106
```
107
107
seda_1.6.0-SNAPSHOT_all.deb -> <package_name>_<version>_<architecture>.deb
108
108
```
109
- 4 . If you want to ** uninstall** the application, you can simply execute the next command:
109
+ - If you want to ** uninstall** the application, you can simply execute the next command:
110
110
111
111
```
112
112
user@machine:~$ sudo dpkg -r <package_name>
@@ -140,7 +140,7 @@ Note that you must have **sudo** privileges to execute the previous command.
140
140
141
141
If its ** required to install some additional packages** , the tool will ask for your permission.
142
142
143
- 3 . Once the application is installed, you can use with the following command:
143
+ - Once the application is installed, you can use with the following command:
144
144
145
145
```
146
146
user@machine:~$ <package_name>
@@ -151,7 +151,7 @@ Where the package name is the one that is in the first part of the `.snap` packa
151
151
```
152
152
seda_1.6.0-SNAPSHOT_amd64.snap -> <package_name>_<version>_<architecture>.snap
153
153
```
154
- 4 . If you want to ** uninstall** the application, you can simply execute the following command:
154
+ - If you want to ** uninstall** the application, you can simply execute the following command:
155
155
156
156
```
157
157
user@machine:~$ sudo snap remove <package_name>
@@ -174,7 +174,7 @@ Note that you must have **sudo** privileges to execute the previous command.
174
174
If its ** required to install some additional packages** , the tool will ask for your permission.
175
175
176
176
177
- 5 . Once the application is installed, you can use with the following command:
177
+ - Once the application is installed, you can use with the following command:
178
178
179
179
```
180
180
user@machine:~$ <package_name>
@@ -186,7 +186,7 @@ Where the package name is the one that is in the first part of the `.rpm` packag
186
186
seda-1.6.0_SNAPSHOT-1.el7.noarch.rpm -> <package_name>-<version>-<package_version>.<linux_enterprise_version>.<architecture>.rpm
187
187
```
188
188
189
- 6 . If you want to ** uninstall** the application, you can simply execute the following command:
189
+ - If you want to ** uninstall** the application, you can simply execute the following command:
190
190
191
191
```
192
192
user@machine:~$ sudo rpm -e <package_name>
0 commit comments