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

 

 

 

program Synaptic no open

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
marcosmada
Posts: 8
Joined: 2018-04-07 20:36

program Synaptic no open

#1 Post by marcosmada »

run Synaptic

marcos@Marte:~$ sudo synaptic
[sudo] password for marcos:
No protocol specified

** (synaptic:3971): WARNING **: Could not open X display
No protocol specified
Unable to init server: Não foi possível conectar: Conexão recusada

(synaptic:3971): Gtk-WARNING **: cannot open display: :1

I try

marcos@Marte:~$ sudo su
root@Marte:/home/marcos# touch .Xauthority
root@Marte:/home/marcos# echo $DISPLAY
:1
root@Marte:/home/marcos# xauth merge ~marcos/ .Xauthority
xauth: (argv):1: unable to read any entries from file "/home/marcos/"
xauth: (argv):1: unable to read any entries from file ".Xauthority"

root@Marte:/home/marcos# dpkg -l | grep synaptics
ii xserver-xorg-input-synaptics 1.8.1-1 amd64 Synaptics TouchPad driver for X.Org server

why no run? what am I do? tanks

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: program Synaptic no open

#2 Post by arochester »

Since this is your first post I need to say that Debian does not use sudo by default. Unless you have installed it and configured it.

Become Root by inputting into your Terminal: su
Then input: synaptic
What is the result?

marcosmada
Posts: 8
Joined: 2018-04-07 20:36

Re: program Synaptic no open

#3 Post by marcosmada »

the result was this:

root@Marte:/home/marcos/testes# synaptic
No protocol specified

** (synaptic:6021): WARNING **: Could not open X display
No protocol specified
Falha de segmentação

thanks for listening!

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: program Synaptic no open

#4 Post by bw123 »

I don.t use synaptic, but I think many gui apps need to authorize through policykit, so try

$ pkexec synaptic

as your regular user, not root.
resigned by AI ChatGPT

marcosmada
Posts: 8
Joined: 2018-04-07 20:36

Re: program Synaptic no open

#5 Post by marcosmada »

marcos@Marte:~/testes$ pkexec synaptic
Cannot run program synaptic: No such file or directory

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: program Synaptic no open

#6 Post by arochester »

Try

Become Root by inputting: su
Connect to the Internet and input in a Terminal: apt install synaptic

Then try in a Terminal again: synaptic

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: program Synaptic no open

#7 Post by Wheelerof4te »

Post output of:

Code: Select all

nano /etc/apt/sources.list
Synaptic is just a GUI front-end for apt. I suggest you learn how to use apt instead.

Code: Select all

man apt
https://wiki.debian.org/Apt

User avatar
sunrat
Administrator
Administrator
Posts: 6475
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: program Synaptic no open

#8 Post by sunrat »

marcosmada wrote:root@Marte:/home/marcos# dpkg -l | grep synaptics
That is incorrect. Try

Code: Select all

dpkg -l | grep synaptic
Synaptic should be able to be started from the graphical menu. Did you try that?
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

marcosmada
Posts: 8
Joined: 2018-04-07 20:36

Re: program Synaptic no open

#9 Post by marcosmada »

sunrat wrote:
marcosmada wrote:root@Marte:/home/marcos# dpkg -l | grep synaptics
That is incorrect. Try

Code: Select all

dpkg -l | grep synaptic
Synaptic should be able to be started from the graphical menu. Did you try that?

marcos@Marte:~$ dpkg -l | grep synaptic
ii synaptic 0.81.2 amd64 Graphical package manager
ii xserver-xorg-input-synaptics 1.8.1-1 amd64 Synaptics TouchPad driver for X.Org server

marcosmada
Posts: 8
Joined: 2018-04-07 20:36

Re: program Synaptic no open

#10 Post by marcosmada »

arochester wrote:Try

Become Root by inputting: su
Connect to the Internet and input in a Terminal: apt install synaptic

Then try in a Terminal again: synaptic

root@Marte:/home/marcos# apt install synaptic
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
synaptic já é a versão mais nova.
Você deve querer executar 'apt-get -f install' para corrigí-los:
Os pacotes a seguir têm dependências desencontradas:
browser-plugin-vlc : Depende: vlc mas não será instalado
vlc-plugin-notify : Depende: vlc-nox (= 1:2.2.8-dmo1+deb8u1) mas 1:2.2.6-dmo1~bpo8+2 está para ser instalado
E: Dependências desencontradas. Tente 'apt-get -f install' sem nenhum pacote (ou especifique uma solução).

marcosmada
Posts: 8
Joined: 2018-04-07 20:36

Re: program Synaptic no open

#11 Post by marcosmada »

Wheelerof4te wrote:Post output of:

Code: Select all

nano /etc/apt/sources.list
Synaptic is just a GUI front-end for apt. I suggest you learn how to use apt instead.

Code: Select all

man apt
https://wiki.debian.org/Apt

Thank you for your suggestion.

marcosmada
Posts: 8
Joined: 2018-04-07 20:36

Re: program Synaptic no open

#12 Post by marcosmada »

sunrat wrote:
marcosmada wrote:root@Marte:/home/marcos# dpkg -l | grep synaptics
That is incorrect. Try

Code: Select all

dpkg -l | grep synaptic
Synaptic should be able to be started from the graphical menu. Did you try that?

Synaptic Graphics Mode Does Not Open

jibberjabber
Posts: 162
Joined: 2016-01-10 16:58

Re: program Synaptic no open

#13 Post by jibberjabber »

Looks like jibberish to me, What language is that ? So I can translate it using "google translate" or some thing.

I also think it would be interesting to see what the /etc/apt/sources.list file has in it on this one.
In fact, it might help us understand why you can not install the package, so please post a copy of your sources.list file, use code boxes, please.

Never mind, the translator say it is Portugese, ....
Also , using code boxes makes it easier to read:

Code: Select all

Root @ Mars:/home/Marcos # Apt Install synaptic
Reading packet lists... Ready
Building Dependency Tree
Reading state information... Ready
Synaptic is already the newest version.
You might want to run ' apt-get-f install ' to fix them:
The following packages have unfounded dependencies:
Browser-plugin-VLC: depends on: VLC but will not be installed
VLC-plugin-notify: Depends on: VLC-NOx (= 1:2.2.8-dmo1 + deb8u1) but 1:2.2.6-dmo1 ~ Bpo8 + 2 is to be installed
And: unfounded dependencies. Try ' apt-get-f install ' without any packages (or specify a solution). 
written by HelpBot#8453
Alias jibberjabber
I am sorry, my english is not that good, and I sometimes have other problems,so my response might not be perfect.
N5RLX > "Jibber jabber ,all day and all night, jibber jabber jibber jabber"

marcosmada
Posts: 8
Joined: 2018-04-07 20:36

Re: program Synaptic no open

#14 Post by marcosmada »

i was give up install and use synaptic program. now i will use apt command. thanks the all. sorry anything.

PS: i uninstall VLC program and yours dependences. (apt purge vlc). the debian system is normal now as it has always been.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: program Synaptic no open

#15 Post by stevepusser »

If you still have the deb-multimedia repository added to your sources, you might still get broken packages in the future. I could suggest my own repo for many of the same packages that doesn't have the same sort of issues: http://forums.debian.net/viewtopic.php?f=6&t=127574

The fact that you can't run Synaptic means that your system is still broken somehow. Using command line is just a workaround--it's still broken. What other outside repositories have you added besides deb-multimedia?
MX Linux packager and developer

Post Reply