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

 

 

 

Synaptic not showing up

Linux Kernel, Network, and Services configuration.
Message
Author
User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Synaptic not showing up

#31 Post by debiman »

fred44nl wrote:
milomak wrote:find what exactly?
dependencies that came from PPA and that have not been replaced.
that's really, really difficult and involves a lot more work than just fixing the sources. good luck.
that's why it's called a frankendebian - it might still be walking, but really it is dead already.

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

Re: Synaptic not showing up

#32 Post by Head_on_a_Stick »

fred44nl wrote:how do I find those ?
Try

Code: Select all

aptitude search ~Axenial | grep ^i
https://www.debian.org/doc/manuals/apti ... QuickGuide
deadbang

User avatar
fred44nl
Posts: 215
Joined: 2018-07-14 08:54
Has thanked: 1 time

Re: Synaptic not showing up

#33 Post by fred44nl »

[quote="Head_on_a_Stick"]

Code: Select all

aptitude search ~Axenial | grep ^i
didn't find anything.
Debian 10 - Buster on Compulab Fitlet2
Debian 12 - Bookworm on Acer Spin 1

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

Re: Synaptic not showing up

#34 Post by Head_on_a_Stick »

How about

Code: Select all

aptitude search “!?origin(debian)" | grep ^i
EDIT: and maybe try adding double quotes around the search term in my first suggestion.
deadbang

User avatar
fred44nl
Posts: 215
Joined: 2018-07-14 08:54
Has thanked: 1 time

Re: Synaptic not showing up

#35 Post by fred44nl »

Head_on_a_Stick wrote:How about

Code: Select all

aptitude search “!?origin(debian)" | grep ^i
this results in:
-bash: !?origin(debian)" | grep ^i: event not found
EDIT: and maybe try adding double quotes around the search term in my first suggestion.
did not help either, sorry

on the other hand, everything will disappear with update.
certainly, when Buster comes :)
Debian 10 - Buster on Compulab Fitlet2
Debian 12 - Bookworm on Acer Spin 1

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

Re: Synaptic not showing up

#36 Post by Head_on_a_Stick »

fred44nl wrote:

Code: Select all

-bash: !?origin(debian)" | grep ^i: event not found
Hmmm, bash wants single quotes but mksh is fine with double quotes:

Code: Select all

empty@hegel:~ $ aptitude search "!?origin(debian)" | grep ^i
i  mitsuba - Mitsuba renderer
i  sway - tiling window manager for Wayland
empty@hegel:~ $ bash
empty@hegel:~$ aptitude search "!?origin(debian)" | grep ^i
bash: !?origin(debian)" | grep ^i: event not found
empty@hegel:~$ aptitude search '!?origin(debian)' | grep ^i
i  mitsuba - Mitsuba renderer
i  sway - tiling window manager for Wayland
empty@hegel:~$
deadbang

User avatar
fred44nl
Posts: 215
Joined: 2018-07-14 08:54
Has thanked: 1 time

Re: Synaptic not showing up

#37 Post by fred44nl »

this is not getting anywhere, I think :)
fred44nl@Debian:~$ aptitude search '!?origin(debian)' | grep ^i
i plexmediaserver - Plex organizes all of your personal media so you can easily access and enjoy it.
so, the only thing from debian is plex ??

Code: Select all

 aptitude search '!?origin(xenial)' | grep ^i
this give hundreds results.
Debian 10 - Buster on Compulab Fitlet2
Debian 12 - Bookworm on Acer Spin 1

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

Re: Synaptic not showing up

#38 Post by Head_on_a_Stick »

fred44nl wrote:

Code: Select all

fred44nl@Debian:~$ aptitude search '!?origin(debian)' | grep ^i
i  plexmediaserver - Plex organizes all of your personal media so you can easily access and enjoy it.
so, the only thing from debian is plex ??
The only thing not from Debian is plex: the exclamation mark reverses the meaning of the search term ;)

I wouldn't trust that myself though: I don't know what I'm doing here, I've never tried to fix a FrankenDebian.

A re-install is the only way to be sure.
deadbang

User avatar
fred44nl
Posts: 215
Joined: 2018-07-14 08:54
Has thanked: 1 time

Re: Synaptic not showing up

#39 Post by fred44nl »

well, ok, thanks
Debian 10 - Buster on Compulab Fitlet2
Debian 12 - Bookworm on Acer Spin 1

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1404
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 69 times

Re: Synaptic not showing up

#40 Post by None1975 »

fred44nl wrote:well, ok, thanks
I think the only way out is in this case- clean reinstall.
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

Post Reply