You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you install this package, you have the access to Percona repositories. You can check the repository setup in the `/etc/apt/sources.list.d/percona-release.list` file.
44
44
45
45
3. Enable the repository:
46
46
47
47
```{.bash data-prompt="$"}
48
-
$ sudo percona-release enable psmdb-80 release
48
+
sudo percona-release enable psmdb-80 release
49
49
```
50
50
51
51
4. Remember to update the local cache:
52
52
53
53
```{.bash data-prompt="$"}
54
-
$ sudo apt update
54
+
sudo apt update
55
55
```
56
56
57
57
### Install Percona Server for MongoDB
@@ -61,7 +61,7 @@ Percona provides the [`percona-release`](https://docs.percona.com/percona-softwa
61
61
Run the following command to install the latest version of Percona Server for MongoDB:
62
62
63
63
```{.bash data-prompt="$"}
64
-
$ sudo apt install percona-server-mongodb
64
+
sudo apt install percona-server-mongodb
65
65
```
66
66
67
67
=== ":octicons-number-16: Install a specific version"
@@ -73,7 +73,7 @@ Percona provides the [`percona-release`](https://docs.percona.com/percona-softwa
73
73
1. List available versions:
74
74
75
75
```{.bash data-prompt="$"}
76
-
$ sudo apt-cache madison percona-server-mongodb
76
+
sudo apt-cache madison percona-server-mongodb
77
77
```
78
78
79
79
Sample output:
@@ -85,7 +85,7 @@ Percona provides the [`percona-release`](https://docs.percona.com/percona-softwa
85
85
2. Install a specific version packages. You must specify each package with the version number. For example, to install Percona Server for MongoDB {{release}}, run the following command:
0 commit comments