LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 08-09-2011, 09:40 PM   #1
ahalin
LQ Newbie
 
Registered: Jul 2010
Posts: 4

Rep: Reputation: 0
Debian Squeeze - Can't Install New Packages, nb pdf reader/viewer


Dear Forum,

I am new to Debian but a long term user of various other Linux distros, most commonly Ubuntu at home and Xubuntu for my old work computer. I tried Debian 6 LXDE the other day on the older PC, from a live LXF disc. It picked up all my hardware automatically and was so stable (more so than the Xubuntu LXDE distro on the HD) that I decided to install it.

Now that it is on the HD it is still very stable, but I am struggling with package management.

I am fairly comfortable with the CLI and have managed to get myself into the sudoers group, install grub and add the old Xubuntu to grub manually (I was not impressed that Debian didn't pick up the other two distros on the machine, even after a grub install and update grub and all the other tricks I could think of).

Anyway, back to package mngt:

First, why is there no pdf viewer/reader by default? How do you start building if you can't read the many helpful articles in pdf?

But more anoying, when I try to install pdfedit, epdfview, evince, okular, pdf-viewer, osso-pdf-viewer or kpdf (at least one of which MUST work in Debian LXDE) using "apt-get install" or "aptitude install", as root or as sudo in the Terminal, why do I get "Couldn't find any package whose name or description matched" "Couldn't find package" or "Unable to locate package"?????????????? I can't even install synaptic to help!

Then I found that my sources.lst only listed the install CD as a repository (how stupid is that?) so added some repositories to it (eg deb http://ftp.debian.org/debian/ squeeze main contrib non-free) and did a sudo apt-get update. And apt STILL can't find anything.

And what is that Debian Installer in the >Menu>System Tools? It asks for a password then nothing opens that I can detect. Is there a GUI for package mngt?
 
Old 08-09-2011, 10:57 PM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Did you comment out the cd with a #?
 
Old 08-10-2011, 07:57 AM   #3
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
First, why is there no pdf viewer/reader by default?
Because you installed Lxde,which aims to be a fairly minimal desktop environment.

You'll need to post the output of cat /etc/apt/sources.list.
Everything you need is in the Debian repositories.
 
Old 08-10-2011, 10:01 AM   #4
EmaRsk
Member
 
Registered: Mar 2006
Distribution: Mint, WSL Ubuntu
Posts: 134

Rep: Reputation: 32
Did you update the package lists?

Use
Code:
sudo aptitude update
or
Code:
sudo apt-get update
or (my favourite) use aptitude in interactive mode:
Code:
sudo aptitude
and then hit "u" to update the lists.

Then try again to install what you want.
 
Old 08-11-2011, 04:59 AM   #5
ahalin
LQ Newbie
 
Registered: Jul 2010
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks for your help.

No, did not comment out (#) the CD, but deleted it (I know, smarter to just hash it) and played around some more with the sources list, updated, and good to go. If I had just commented the CD out would apt have looked at web repositories, even without adding them to sources.lst?

I must write to LXF, because it seems a bit silly to make it so hard to, as you must, add to a minimalist distro. In this day and age I believe a pdf reader is a must in any distro and I think even Puppy and DSL have them by default. But just my opinion!

Anyway, Debian 6 still stable as a rock and got the few essential extras I needed so happy enough.

Thanks again!
 
Old 08-15-2011, 12:37 AM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
No, did not comment out (#) the CD, but deleted it (I know, smarter to just hash it) and played around some more with the sources list, updated, and good to go. If I had just commented the CD out would apt have looked at web repositories, even without adding them to sources.lst?
No it would overlook commented out repos.

Last edited by EDDY1; 08-15-2011 at 02:33 AM.
 
Old 08-15-2011, 02:23 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
I must write to LXF
It is not an LXF made version. Debian 6 LXDE is included in (all) Debian mirrors.

6.0.1-live ftp://ftp.mirrorservice.org/sites/cd...cd/6.0.1-live/

i386 ftp://ftp.mirrorservice.org/sites/cd...e/i386/bt-hdd/

amd64 ftp://ftp.mirrorservice.org/sites/cd.../amd64/bt-hdd/

..
 
  


Reply

Tags
apt-get, debian, package management, pdfs, squeeze



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
LXer: Packages I’ve added to LibreOffice in Debian Squeeze LXer Syndicated Linux News 0 06-30-2011 06:30 AM
[SOLVED] PDF Plugin for Iceweasel 3.5 on Debian Squeeze 2 Learnix Linux - Software 2 05-11-2011 07:24 AM
LXer: Debian Squeeze: KFreeBSD, Dash and Automatic Debug Packages LXer Syndicated Linux News 0 08-04-2009 05:40 PM
Foxit PDF Reader 1.3: A Nice PDF Viewer Cinematography Linux - Software 6 05-03-2005 04:36 PM
is there any pdf viewer in linux that is as good as adobe acrobat reader in windows amolgupta Linux - Software 1 02-06-2005 07:44 AM

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

All times are GMT -5. The time now is 04:24 AM.

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