apt-get is unabel to find the package


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers apt-get is unabel to find the package
# 1  
Old 02-10-2006
apt-get is unabel to find the package

Hi All,

I am getting the following error when installing teh package kernel-source-2.6.10

ba-chroot:~# apt-get install kernel-source-2.6.10
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package kernel-source-2.6.10


thanks & Regards
Gauri
# 2  
Old 02-10-2006
Are you sure your package list is up to date? That is, you have run

apt-get update

before you try that?
# 3  
Old 02-12-2006
yes i have done that.

Regards
gauri
# 4  
Old 02-12-2006
Ok. According to the package directory

http://pdo.debian.net/cgi-bin/search...le&release=all

the latest version available is 2.6.8. So I think it should be

apt-get install kernel-source-2.6.8

I can see kernel-source-2.6.10 on the list at my PC as I am using the "unstable" branch and so see that version. The version available for the stable branch is 2.6.8.
# 5  
Old 02-14-2006
I will see taht but for insatlling ssh also i am getting the same error,

i am doing apt-get ssh
i am getting the following error
E: Couldn't find package ssh
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need find package that supports printf on AIX

My current find command does not support printf. I need find package that supports printf on AiX 6.1 system. Can anyone help me with the download link or where / how / if I can find it ? Can it be installed at a different non default location so that it can be reference without... (5 Replies)
Discussion started by: mohtashims
5 Replies

2. UNIX for Beginners Questions & Answers

Unable to find package

Hi there. I'm putting together a small cluster of Raspberry pis running Raspbian. They've all been setup identically from the same sd image. They all update and install perfectly except one node which refuses to install anything. It has exactly the same login, network, user details etc,... (3 Replies)
Discussion started by: MuntyScrunt
3 Replies

3. UNIX for Dummies Questions & Answers

Find files associated with a package using Ubuntu

Stupid question of the day. How can I find a file that is associated with a package installed on my Ubuntu 12.04 desktop. More clarification, so if I: lsof -p 11399 java 11399 davider mem REG 8,6 438211 265067 /usr/lib/java/jre1.7.0_07/lib/i386/libt2k.so How can I... (4 Replies)
Discussion started by: metallica1973
4 Replies

4. Debian

apt-get package manager capability

Hi List, Recently I was doing some toubleshooting installing a package on a Redhat 6 machine using the the installer script which came with that package and I got an error message telling me that a file was missing indicating that I had to google for the dependancies and install them before this... (2 Replies)
Discussion started by: landossa
2 Replies

5. UNIX for Advanced & Expert Users

How to find dependancies of .dstream package (Solaris) & .rpm package( linux)

Friends, Please let meknow, How we can find the dependancies of .dstream package & .rpm package before installation ? For AIX, We can use the inutoc . command to create the .toc file for the bff package, What about Solaris & Linux ? (0 Replies)
Discussion started by: yb4779
0 Replies

6. Shell Programming and Scripting

Ignoring package contents with find

Hi everyone, I use the command find to get all folder contents of a folder. The problem is, it also gives files from within other files with package contents. (.app, .rtfd, ...). Is there anyway to not do that ? find /path/to/my/folder/ ! -name '.*'" (I'm using OS X, I don't know if other... (0 Replies)
Discussion started by: JamesGreen
0 Replies

7. Solaris

how to find the package name, if I knwo the path

how to find the package name, if I knwo the path in solaris. for an example /usr/xxx Can you please advise? (2 Replies)
Discussion started by: mokkan
2 Replies

8. Linux

Find installed location of a relocatable package

Hi, I am finding the installed location of a package by: rpm -qi <package_name> And then parse the string "Relocations". If i relocate this package during installation with --relocate option , the "Relocations" string still shows the old value. Though the package has been installed on the... (0 Replies)
Discussion started by: vibhor_agarwali
0 Replies

9. UNIX for Advanced & Expert Users

unabel to ssh from script.

I can execute a ssh command from the command line. ssh remote_server date Tue Oct 7 15:39:37 EDT 2008 I have set this up to use key authentication. I am trying to run the same command in a simple shell script and it fails to connect. Here is the script. $ cat ssh_test.ksh... (4 Replies)
Discussion started by: jsw371
4 Replies
Login or Register to Ask a Question