Ubuntu PPA. Right now there is support for Trusty, Vivid and Wiley. To
install nvme-cli using this approach please perform the following
steps:
-1. Add the sbates PPA to your sources. One way to do this is to run
- ```
- sudo add-apt-repository ppa:sbates
- ```
-2. Perform an update of your repository list:
- ```
- sudo apt-get update
- ```
-3. Get nvme-cli!
- ```
- sudo apt-get install nvme-cli
- ```
-4. Test the code.
+ 1. Add the sbates PPA to your sources. One way to do this is to run
+ ```
+ sudo add-apt-repository ppa:sbates
+ ```
+ 2. Perform an update of your repository list:
+ ```
+ sudo apt-get update
+ ```
+ 3. Get nvme-cli!
+ ```
+ sudo apt-get install nvme-cli
+ ```
+ 4. Test the code.
```
sudo nvme list
```