Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

CUPS printer install prob with SNMP

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
ericg75
Posts: 6
Joined: 2016-11-21 21:56

CUPS printer install prob with SNMP

#1 Post by ericg75 »

Wanting to learn! Upgrading to Stretch from Jessie. Attempted to "upgrade" but ran into numerous problems. Went with doing clean install. Am now attempting to install a printer using CUPS web interface. That documentation shows using snmp commands to help identify the network printer. SNMP commands not found on my system. Any advice? I remember adding a printer in Debian 8 (Jessie).

root@debian:/etc/dhcp# snmpwalk -Cc -v 1 -c public 192.168.42.109 | tee snmpwalk.log
bash: snmpwalk: command not found
root@debian:/etc/dhcp# whereis snmpwalk
snmpwalk:

Many thanks, E

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 504
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: CUPS printer install prob with SNMP

#2 Post by Bloom »

Install the package braa:

Code: Select all

sudo apt install braa

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: CUPS printer install prob with SNMP

#3 Post by Head_on_a_Stick »

I always use this page to find out in which package any given command, library, or whatever can be found:

https://www.debian.org/distrib/packages#search_contents

See also https://wiki.debian.org/WhereIsIt
deadbang

Post Reply