apt install ifupdown2

alessio.71

Active Member
Jul 5, 2018
19
1
43
53
Hello, i'm going to install the packet ifupdown2 using :
Code:
apt install ifupdown2

But i get this result :

root@pve:~# apt install ifupdown2
Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  python-argcomplete
Suggested packages:
  ethtool python-gvgen python-mako
The following packages will be REMOVED:
  ifenslave ifupdown libproxmox-acme-perl libpve-access-control libpve-cluster-api-perl libpve-cluster-perl libpve-common-perl libpve-guest-common-perl
  libpve-http-server-perl libpve-storage-perl librados2-perl proxmox-ve pve-cluster pve-container pve-firewall pve-ha-manager pve-manager pve-xtermjs qemu-server
The following NEW packages will be installed:
  ifupdown2 python-argcomplete
0 upgraded, 2 newly installed, 19 to remove and 0 not upgraded.
Need to get 225 kB of archives.
After this operation, 14.3 MB disk space will be freed.
Do you want to continue? [Y/n]

Of course i've stopped the procedure
Why it wants to remove proxmox-pve ?

Now im'using PVE 6.2-4
 
Hello,

may you provide us with the /etc/apt/sources.list and /etc/apt/sources.list.d/ and the output of apt update.

Bash:
grep '' /etc/apt/sources.list
grep '' /etc/apt/sources.list.d/*
 
Hello, sorry for the delay, very busy in this period

Bash:
grep '' /etc/apt/sources.list
deb http://ftp.it.debian.org/debian buster main contrib
deb http://ftp.it.debian.org/debian buster-updates main contrib
# security updates
deb http://security.debian.org buster/updates main contrib

Bash:
grep '' /etc/apt/sources.list.d/*
/etc/apt/sources.list.d/pve-enterprise.list:#deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise

Bash:
apt update
Hit:1 http://ftp.it.debian.org/debian buster InRelease
Get:2 http://security.debian.org buster/updates InRelease [65.4 kB]
Get:3 http://ftp.it.debian.org/debian buster-updates InRelease [51.9 kB]
Fetched 117 kB in 1s (101 kB/s)                                     
Reading package lists... Done
Building dependency tree       
Reading state information... Done
12 packages can be upgraded. Run 'apt list --upgradable' to see them.

Thank You All