Hi All,
It might be intentional... but....
Why is it that I can't install other software using apt-get install <DEB-Name>?
Is there a reason for this?
Thanks!
Tobias
It might be intentional... but....
Why is it that I can't install other software using apt-get install <DEB-Name>?
Code:
root@pbs:~# apt-get update
Hit:1 http://ftp.ch.debian.org/debian buster InRelease
Hit:2 http://ftp.ch.debian.org/debian buster-updates InRelease
Hit:3 http://security.debian.org buster/updates InRelease
Hit:4 http://download.proxmox.com/debian/pbs buster InRelease
Reading package lists... Done
root@pbs:~# apt-get install snmpd snmp
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package snmp is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package snmpd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'snmpd' has no installation candidate
E: Package 'snmp' has no installation candidate
Is there a reason for this?
Thanks!
Tobias