8 |rel_hist| |
8 |rel_hist| |
9 |
9 |
10 Download a gzip compressed archive |
10 Download a gzip compressed archive |
11 ---------------------------------- |
11 ---------------------------------- |
12 vmm could be downloaded from the `download page`_ at `SourceForge`_. To |
12 vmm could be downloaded from the `download page`_ at `SourceForge`_. To |
13 extract the downloaded archive use ``tar xzf vmm-0.6.1.tar.gz``. This will |
13 extract the downloaded archive use ``tar xzf vmm-0.6.2.tar.gz``. This will |
14 create the new directory :file:`vmm-0.6.1` in the current working directory. |
14 create the new directory :file:`vmm-0.6.2` in the current working directory. |
15 |
15 |
16 Verify the downloaded archive |
16 Verify the downloaded archive |
17 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
17 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
18 If you have downloaded the archive from the download site you can |
18 If you have downloaded the archive from the download site you can |
19 optionally verify the integrity_ of this archive. |
19 optionally verify the integrity_ of this archive. |
20 In order to verify the integrity of the archive you have to download the |
20 In order to verify the integrity of the archive you have to download the |
21 corresponding signature file (:file:`vmm-0.6.1.tar.gz.sig`) too. |
21 corresponding signature file (:file:`vmm-0.6.2.tar.gz.sig`) too. |
22 The signature can be verified using GPG_ or PGP_. |
22 The signature can be verified using GPG_ or PGP_. |
23 For example to check the signature of the archive :file:`vmm-0.6.1.tar.gz` |
23 For example to check the signature of the archive :file:`vmm-0.6.2.tar.gz` |
24 you can execute this command ``gpg --verify vmm-0.6.1.tar.gz.sig``. |
24 you can execute this command ``gpg --verify vmm-0.6.2.tar.gz.sig``. |
25 |
25 |
26 The tarball was signed by Pascal Volk (ID: CEC0904E). |
26 The tarball was signed by Pascal Volk (ID 0xC51139FE). |
|
27 Older releases (≦ 0.6.1) were signed with key ID 0xCEC0904E). |
27 You can fetch the public key from a key server using the command |
28 You can fetch the public key from a key server using the command |
28 ``gpg --recv-keys 0xCEC0904E``. |
29 ``gpg --recv-keys 0xC51139FE``. |
29 |
30 |
30 Get vmm from the Mercurial repository |
31 Get vmm from the Mercurial repository |
31 ------------------------------------- |
32 ------------------------------------- |
32 To get a tagged clone of the current vmm release from the Mercurial_ |
33 To get a tagged clone of the current vmm release from the Mercurial_ |
33 repository use: |
34 repository use: |
34 ``hg clone http://hg.localdomain.org/vmm/ -r vmm-0.6.1 vmm-0.6.1``. |
35 ``hg clone http://hg.localdomain.org/vmm/ -r vmm-0.6.2 vmm-0.6.2``. |
35 This will put the files into the new created directory :file:`vmm-0.6.1`. |
36 This will put the files into the new created directory :file:`vmm-0.6.2`. |
36 |
37 |
37 When you omit the ``-r vmm-0.6.1`` option, you will get the latest changes |
38 When you omit the ``-r vmm-0.6.2`` option, you will get the latest changes |
38 from the `vmm repository`_. This code may work for you or not. |
39 from the `vmm repository`_. This code may work for you or not. |
39 |
40 |
40 Get vmm from the Git repository |
41 Get vmm from the Git repository |
41 ------------------------------- |
42 ------------------------------- |
42 The Debian project is hosting the `Git repository of vmm |
43 The Debian project is hosting the `Git repository of vmm |