LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 04-13-2009, 10:34 AM   #1
phanipalagummi
LQ Newbie
 
Registered: Nov 2008
Posts: 23

Rep: Reputation: 15
ubuntu->debian


After a long use of ubuntu,i just switched to debian,after the installation procedure i fond the following problems

1.i could not fing the synaptic package manager any where.
2.i could not find the software sources any where
3.there is no pppoeconf package in the system.

when i tried to re-analyze the installation cd i could not find any clue ,please any one help me.
And sorry for asking this question here.
 
Old 04-13-2009, 10:49 AM   #2
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
1.i could not fing the synaptic package manager any where.
Have you installed it?

Quote:
2.i could not find the software sources any where
/etc/apt/sources.list

Quote:
3.there is no pppoeconf package in the system.
Code:
ade@Pc1:~$ apt-cache policy pppoeconf
pppoeconf:
  Installed: (none)
  Candidate: 1.18
  Version table:
     1.18 0
        990 http://ftp.uk.debian.org testing/main Packages
        500 http://ftp.uk.debian.org unstable/main Packages
It's in Testing or Unstable what branch are you running?

Regards.
The trooper.
 
Old 04-13-2009, 10:54 AM   #3
phanipalagummi
LQ Newbie
 
Registered: Nov 2008
Posts: 23

Original Poster
Rep: Reputation: 15
i tried installing the synaptic package manager i got this,

phani-system:/home/phani# apt-get install synaptic
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package synaptic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package synaptic has no installation candidate
 
Old 04-13-2009, 10:58 AM   #4
phanipalagummi
LQ Newbie
 
Registered: Nov 2008
Posts: 23

Original Poster
Rep: Reputation: 15
what i mean exactly is ,when i move to System->Administration i found only this options,login window,network,services,shared folders,time and date,user and groups thats it i find no synaptic manager,no software sources etc.,
could u please help me
 
Old 04-13-2009, 11:03 AM   #5
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
What version of Debian are you using?
Post the output of:

cat /etc/debian_version ,and also cat /etc/apt/sources.list
 
Old 04-13-2009, 11:07 AM   #6
phanipalagummi
LQ Newbie
 
Registered: Nov 2008
Posts: 23

Original Poster
Rep: Reputation: 15
i m using debian 5.0(lenny)


out-put of the second command is

#
# deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official i386 CD Binary-1 20090214-16:29]/ lenny main

deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official i386 CD Binary-1 20090214-16:29]/ lenny main

deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main
 
Old 04-13-2009, 11:12 AM   #7
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
apt-cache policy synaptic gives me :

Code:
ade@Pc1:~$ apt-cache policy synaptic
synaptic:
  Installed: (none)
  Candidate: 0.62.5
  Version table:
     0.62.5 0
        990 http://ftp.uk.debian.org testing/main Packages
        500 http://ftp.uk.debian.org unstable/main Packages
What do you get?
 
Old 04-13-2009, 11:15 AM   #8
phanipalagummi
LQ Newbie
 
Registered: Nov 2008
Posts: 23

Original Poster
Rep: Reputation: 15
i got this

Quote:
phani@phani-system:~$ apt-cache policy synaptic
synaptic:
Installed: (none)
Candidate: (none)
Version table:
 
Old 04-13-2009, 11:22 AM   #9
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Ok the problem is with your apt sources.

Edit the file to look like this:

Code:
#
# deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official i386 CD Binary-1 20090214-16:29]/ lenny main

#deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official i386 CD Binary-1 20090214-16:29]/ lenny main

deb http://ftp.uk.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.uk.debian.org/debian/ lenny main 

deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main
Notice i have commented out the install disc.
Also you can substitute the UK entry for a nearer mirror if you wish.

Save the file.
Then do apt-get update to make sure the file everything is working.
If you get no errors then do apt-get install synaptic
 
Old 04-13-2009, 11:40 AM   #10
phanipalagummi
LQ Newbie
 
Registered: Nov 2008
Posts: 23

Original Poster
Rep: Reputation: 15
yahoo thanks a lot,i got synaptic package manager but there is no software souces option still,
and lastly one more thing,
when i open a dir it is getting opend in a seperate window instead of opening in the existing window,please help me in this also.

once again thanks a lot
 
Old 04-13-2009, 12:03 PM   #11
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
but there is no software souces option still
I don't know what that means,i don't use synaptic myself.
You can add repositories to the apt sources file you you edited earlier.
I assume it is also possible to do this via the Gui in Synaptic.

Quote:
when i open a dir it is getting opend in a seperate window instead of opening in the existing window
Is this a problem?
What desktop environment are you using,KDE/Gnome/Xfce?
It will be possible to change window behavior.
You can always navigate files with the command line.
 
Old 04-13-2009, 02:09 PM   #12
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
In Synaptic click on SETTINGS -> REPOSITORY

Man that looks more confusing than just manually editing the /etc/apt/sources.list to me..

Last edited by farslayer; 04-13-2009 at 05:39 PM. Reason: Fixed error in file name.. thx for pointing that out Quakeboy02
 
Old 04-13-2009, 04:53 PM   #13
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Quote:
Originally Posted by farslayer View Post
In Synaptic click on SETTINGS -> REPOSITORY

Man that looks more confusing than just manually editing the /etc/apt/sources.lst to me..
I agree with farslayer. Just edit the file; except it's /etc/apt/sources.list
 
Old 04-15-2009, 04:53 PM   #14
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Quote:
Originally Posted by phanipalagummi View Post
yahoo thanks a lot,i got synaptic package manager but there is no software souces option still,
Perhaps you opened synaptic as a regular user, rather than as root user (or sudo, depending upon how your system is set up). When synaptic is opened as a regular user it won't allow access to the repositories. When you open it does it ask for the administrative password? Because if it doesn't, and instead simply shows a warning that you're using it as regular user, then you'll run into issues such as not being able to access the repositories.

It appears that your whole Debian installation was based exclusively on the first CD (of over 25 CDs), and no repositories (except for the security update repositories). I'm guessing that has given you a pretty slender Debian. If possible, and if you have a high speed internet connection, you may wish to consider reinstalling using the Debian Net-Install disc (available from the Debian Net-install page), and, if you have a regular commonplace computer, then the i386 image is the one you wish to get. The net-install disc will connect to the internet, and connect to the repositories, and do a full install of Debian Lenny for you.

Or, if you'd rather not reinstall, then instead, via either synaptic or aptitude, make sure that the Gnome meta-package (or KDE, if you prefer) is installed. In synaptic, the Gnome meta-package ("gnome") is described as "The GNOME Desktop Environment, with extra components". Selecting this package will also select numerous other ones. Doing this will give you all the functionality that you've come to expect from a properly set up Linux operating system. If you can't get synaptic working for some reason, then simply entering "apt-get install gnome" in the terminal (as root/sudo) would do the trick.

Good luck with it.

Last edited by mark_alfred; 04-15-2009 at 04:58 PM.
 
Old 04-15-2009, 06:30 PM   #15
wabbalee
Member
 
Registered: Oct 2006
Location: brisbane - australia
Distribution: ubuntu
Posts: 335

Rep: Reputation: 38
have you clicked the 'reload' button in synaptic after editing '/etc/apt/sources.list'?
 
  


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
is Ubuntu better than Debian? what's so great about Ubuntu anyway? hisnumber666isback Linux - Distributions 20 05-30-2006 05:19 AM
Ubuntu and Debian Gryphonsword Ubuntu 5 02-20-2006 02:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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