1. Listamos los templates que tenemos instalados
1 | <strong># [root@ ~] vzpkg list</strong> |
2. Desinstalamos el template
1 | <strong># [root@ ~] vzpkg remove template ubuntu-7.04-x86_64</strong> |
3. Puede que nos salga un error como este:
1 2 3 | Error: There are application template(s): ubuntu-7.04-x86_64 proftpd ubuntu-7.04-x86_64 mysql |
4. Eliminamos las aplicaciones del template:
1 2 | [root@ ~]<strong># vzpkg remove template -F ubuntu-7.04-x86_64 proftpd</strong> ubuntu-7.04-x86_64 proftpd template was removed |
5. Finalmente, eliminamos el template
1 2 | [root@ ~]<strong># vzpkg remove template ubuntu-7.04-x86_64</strong> ubuntu-7.04-x86_64 template was removed |
Links