[SOLVED] protobuf

You have a problem with Slackel? Post here and we'll do what we can to help.
Post Reply
bsd4me
Posts: 112
Joined: 03 Jan 2018 19:27
Location: Kenai Peninsula in Alaska

[SOLVED] protobuf

Post by bsd4me »

During slapt-get --upgrade or slapt-get --ignore-excludes --upgrade I get the following:

Code: Select all

Reading Package Lists...Done
Excluding protobuf, use --ignore-dep to override
The following packages have unmet dependencies:
  protobuf: Depends: pysetuptools
The following packages have been EXCLUDED:
  protobuf 
Last edited by bsd4me on 08 Jan 2025 00:06, edited 1 time in total.
Retired at home in Alaska for now.
djemos
Site Admin
Posts: 699
Joined: 15 Apr 2016 06:03

Re: protobuf

Post by djemos »

bsd4me, I wish you a Happy and Healthy New Year 2025.
ptotobuf is a native slackware package. Its dependencies are "aaa_libraries|gcc,aaa_libraries|gcc-g++,aaa_libraries|zlib,abseil-cpp"
Please do again

Code: Select all

sudo slapt-get --clean
sudo slapt-get -u
sudo slapt-get --upgrade
I have no pysetuptools package installed. There is no such package on repos.

Code: Select all

sudo slapt-get -i --reinstall protobuf
is working fine.
bsd4me
Posts: 112
Joined: 03 Jan 2018 19:27
Location: Kenai Peninsula in Alaska

Re: protobuf

Post by bsd4me »

djemos, Happy & Healthy New Year 2025 to you!
I honestly have no idea why it's installed on my system. It may be from AlienBob.
I'm just marking subject solved.
Thanks for your help!
Retired at home in Alaska for now.
Post Reply