I am fooling around on a test server and was simply trying out proxmox-ve and installing it with zfs on root.
I now would like to remove proxmox-ve and keep doing some tests with zfs so I tried the following:
apt-get remove proxmox-ve
which asked me to do a touch '/please-remove-proxmox-ve'
it worked, I rebooted but now I can't seem to install other packages, i.e.
can I get a quick pointer how to completely remove proxmox-ve or how to get rid of this problem please?
I now would like to remove proxmox-ve and keep doing some tests with zfs so I tried the following:
apt-get remove proxmox-ve
which asked me to do a touch '/please-remove-proxmox-ve'
it worked, I rebooted but now I can't seem to install other packages, i.e.
Code:
apt-get install deborphan debfoster -u
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
dialog libgc1c2
The following NEW packages will be installed:
debfoster deborphan dialog libgc1c2
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/643 kB of archives.
After this operation, 2,121 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
/bin/sh: 1: /usr/share/proxmox-ve/pve-apt-hook: not found
E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (127)
E: Failure running script /usr/share/proxmox-ve/pve-apt-hook
can I get a quick pointer how to completely remove proxmox-ve or how to get rid of this problem please?