LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-28-2011, 10:31 AM   #1
cliffm
LQ Newbie
 
Registered: Apr 2011
Posts: 22

Rep: Reputation: 0
Smile synaptic pkg disappeared from 'system tools' in debian


apt-get install synaptic returned 0 installed 0 updated.
I assume from this it is installed. There is no icon in 'application/system tools'.
Is there something I might try?
Is there a way to call this from terminal?
 
Old 04-28-2011, 10:34 AM   #2
Arcane
Member
 
Registered: May 2006
Location: Latvia, Europe
Distribution: random
Posts: 310

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Does it say "Synaptic is already installed and latest version" after that command? You might want try Alt+F2 and "synaptic"(without "") to call it(if it doesn't work try with big letter - Synaptic).

Last edited by Arcane; 04-29-2011 at 06:58 AM. Reason: typo
 
1 members found this post helpful.
Old 04-28-2011, 10:42 AM   #3
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Code:
apt-cache policy synaptic
apt-cache policy command should show if synaptic is installed.

Have you done a

Code:
aptitude update
since install yet also.

Last edited by rokytnji; 04-28-2011 at 10:44 AM.
 
1 members found this post helpful.
Old 04-28-2011, 12:44 PM   #4
cliffm
LQ Newbie
 
Registered: Apr 2011
Posts: 22

Original Poster
Rep: Reputation: 0
This is what I get apt-get install & cache policy.
Still no icon for synaptic pkg. It has appeared once.

root@cliffm:/home/cliffm# apt-get install synaptic
Reading package lists... Done
Building dependency tree
Reading state information... Done
synaptic is already the newest version.
synaptic set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


cliffm@cliffm:~$ apt-cache policy synaptic
synaptic:
Installed: 0.70~pre1+b1
Candidate: 0.70~pre1+b1
Version table:
*** 0.70~pre1+b1 0
500 http://ftp.us.debian.org/debian/ squeeze/main amd64 Packages
100 /var/lib/dpkg/status
cliffm@cliffm:~$

---------- Post added 04-28-11 at 11:44 AM ----------

This is what I get apt-get install & cache policy.
Still no icon for synaptic pkg. It has appeared once.

root@cliffm:/home/cliffm# apt-get install synaptic
Reading package lists... Done
Building dependency tree
Reading state information... Done
synaptic is already the newest version.
synaptic set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


cliffm@cliffm:~$ apt-cache policy synaptic
synaptic:
Installed: 0.70~pre1+b1
Candidate: 0.70~pre1+b1
Version table:
*** 0.70~pre1+b1 0
500 http://ftp.us.debian.org/debian/ squeeze/main amd64 Packages
100 /var/lib/dpkg/status
cliffm@cliffm:~$
 
Old 04-28-2011, 10:19 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
If it's present, sudo /usr/sbin/synaptic should start it from the command line.
 
1 members found this post helpful.
Old 04-29-2011, 04:00 PM   #6
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
Still no icon for synaptic pkg. It has appeared once.
What Desktop are you using? XFCE,Gnome,KDE,LXDE,ICEWM.Fluxbox, we sure cannot guess.

to find launch command in Debian in terminal.

Code:
# which synaptic
/usr/sbin/synaptic
so since synaptic sits in /usr/sbin .

Code:
gksu /usr/sbin/synaptic
You can use the above command to make a manual launcher in Menu, Taskbar, or Desktop Depending on what Desktop you are using. I use Fluxbox or Icewm which takes manual configuration for making a launcher. XFCE,KDE, and Gnome are a bit easier to make a launcher. No experience here with LXDE.
 
Old 04-30-2011, 08:46 AM   #7
cliffm
LQ Newbie
 
Registered: Apr 2011
Posts: 22

Original Poster
Rep: Reputation: 0
rokytnji
I am using the Gnome2 desktop. It did open from terminal.
I am using Ubuntu 11.04 as my primary system. Gnome2 desktop.
I decided to take a look at Debian, and loaded it in a 10g partition and dual boot.

Will switch over and try your suggestion.
Thanks
Cliff

Last edited by cliffm; 04-30-2011 at 09:28 AM. Reason: added oopen from terminal
 
Old 04-30-2011, 02:36 PM   #8
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Cliff, The "which" command should work in Ubuntu also

I use the "which" command when looking for a launch command when I wish to add a launcher to Icewm toolbar or Fluxbox menu manually in either Puppy Linux or AntiX.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
JBoss 4.2.3 GA install through synaptic pkg manager shahavinash Ubuntu 2 09-20-2009 04:04 AM
synaptic pkg manager responds with AN ERROR OCURRED claudiorollandin Linux - Newbie 8 09-11-2008 09:55 AM
Gnome Apt, Debian pkg search, synaptic, apt-get each is best for what? streams &dragonflies Ubuntu 1 07-14-2008 02:41 PM
compiling synaptic needs apt-pkg??? johnnydangerous Fedora 4 03-06-2005 11:18 PM
pkg-tools > 1.3.2 for LFS 5.1.1? t0mmyp Linux From Scratch 4 08-10-2004 09:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration