LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-17-2009, 05:46 PM   #1
MBA Whore
Member
 
Registered: May 2006
Location: Kansas City, MO
Distribution: Various: pclos, Debian, Ubuntu, etc . . .
Posts: 649

Rep: Reputation: 30
Question Synaptic Message - Should I be concerned?


Hello,

I took 2 screenshots and will try to link them. I am not very good at this, so if you can not link and view the 2 images, then please reply stating so.

The 1st: From Synaptic - while trying to update.
The 2nd: From Synaptic - the programs I was trying to add / update that gave me the 1st images (message)

Is the 1st image something about which to be concerned? It asked me to select "YES" or "NO" afterwards and I selected "NO" because I did not understand the message.

The 1st: http://img265.imageshack.us/my.php?i...mscreensho.jpg

The 2nd:http://img265.imageshack.us/my.php?i...screenshoi.jpg


So, is it safe for me to select "YES" so I can continue with the update? How do you know so?

Thank you!
 
Old 05-17-2009, 06:05 PM   #2
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,402

Rep: Reputation: 141Reputation: 141
I would say no. Follow the instructions. Shut down kdm. This means that you need to say NO, then logout, then hit CTL-ALT-F1 and login. Then probably something like "sudo /etc/init.d/kdm stop". After it stops, then you will need to use either apt or apt-get to install the package. After successful installation, start kdm again and you can login to X.
 
Old 05-17-2009, 06:16 PM   #3
MBA Whore
Member
 
Registered: May 2006
Location: Kansas City, MO
Distribution: Various: pclos, Debian, Ubuntu, etc . . .
Posts: 649

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Quakeboy02 View Post
I would say no. Follow the instructions. Shut down kdm. This means that you need to say NO, then logout, then hit CTL-ALT-F1 and login. Then probably something like "sudo /etc/init.d/kdm stop". After it stops, then you will need to use either apt or apt-get to install the package. After successful installation, start kdm again and you can login to X.

Jesus Christ....I thought this would be simple.

I have an entirely different question now: What if I first tried this on a virtual OS? Is this something I could "practice" on a virtual OS, then do it with my "real" OS once I felt comfortable?
 
Old 05-17-2009, 06:32 PM   #4
MrChilly0
Member
 
Registered: Jan 2007
Location: midwest USA
Distribution: gentoo w/ funtoo overlay
Posts: 146

Rep: Reputation: 23
Don't fear the command line...

ctl-alt-f1 login (as root if you don't use sudo)
/etc/init.d/kdm stop
apt-get update
apt-get upgrade
let it run..answer any questions that pop up
when it's done... /etc/init.d/kdm restart

(replace gdm for kdm if that is what you use add sudo in front of the commands if you use sudo)
You're done. You're accomplishing the same thing. When you click update on synaptic it's running apt-get update. When you click on upgrade it's running apt-get upgrade. Nothing to fear.
 
Old 05-17-2009, 07:07 PM   #5
MBA Whore
Member
 
Registered: May 2006
Location: Kansas City, MO
Distribution: Various: pclos, Debian, Ubuntu, etc . . .
Posts: 649

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by MrChilly0 View Post
Don't fear the command line...

ctl-alt-f1 login (as root if you don't use sudo)
/etc/init.d/kdm stop
apt-get update
apt-get upgrade
let it run..answer any questions that pop up
when it's done... /etc/init.d/kdm restart

(replace gdm for kdm if that is what you use add sudo in front of the commands if you use sudo)
You're done. You're accomplishing the same thing. When you click update on synaptic it's running apt-get update. When you click on upgrade it's running apt-get upgrade. Nothing to fear.

MrChilly0,

# 1
Sorry, I just want to make sure I properly understand:

- It asks me "YES" or "NO" (do I want to continue)
- I select "YES"
- I then: ctl-alt-f1 and login as root
- Then type: /etc/init.d/kdm stop
- Then type: apt-get update
- Then type: apt-get upgrade
- I let it do its magic
- Then type: /etc/init.d/kdm restart

# 2
Where can I learn more about command line? I look online (even here) and find so many postings that it just boggles my mind. I would like some type of "practice" with command line without risking my actual OS. Any suggestions would be appreciated.

Thank you so much!
 
Old 05-17-2009, 08:07 PM   #6
norobro
Member
 
Registered: Feb 2006
Distribution: Debian Sid
Posts: 792

Rep: Reputation: 331Reputation: 331Reputation: 331Reputation: 331
Not MrChilly0, but for #1 you want to cancel the upgrade so, as Quakeboy02 posted, answer "NO". You will then, in a terminal, stop kdm so you can perform your upgrade.

As for # 2, check out the "Linux Wiki" link in the Main Menu box at the upper right of the screen.
And here is a link to an on line book that really helped me out when I was getting started: rute
 
Old 05-17-2009, 09:18 PM   #7
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,402

Rep: Reputation: 141Reputation: 141
Here's a metaphor that more or less matches your situation: You're driving down the road and decide for whatever reason that you want to change your tires. Do you stop the car first, or try to change them at 60MPH? You might be able to find someone who actually could change all 4 tires while you're driving to your destination, but the risks in case of failure would be great. It's the same thing with kdm. That's your display manager. It needs to be stopped before you can replace it. The easiest way to do that is posted above.
 
Old 05-22-2009, 06:29 PM   #8
MBA Whore
Member
 
Registered: May 2006
Location: Kansas City, MO
Distribution: Various: pclos, Debian, Ubuntu, etc . . .
Posts: 649

Original Poster
Rep: Reputation: 30
Thanks to all

Thanks to all who helped. It worked!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
synaptic error message psidioot Linux - Software 7 06-15-2007 07:59 AM
[SOLVED] Meaning of Synaptic message eldiener Linux - Desktop 1 11-17-2006 11:32 AM
Error message when starting synaptic riba43 SUSE / openSUSE 1 09-19-2006 11:06 AM
Synaptic Gui ver on Suse 10.0 - error message : "command synaptic not found" suse2166 Linux - Newbie 6 04-04-2006 01:58 AM
Error message using Synaptic bluester Fedora 2 11-21-2003 12:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:52 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