Re: apt-get can not find debian package in cdrom

2013-04-04 Thread Ravi Roy
On Wed, Apr 3, 2013 at 7:47 PM, Ravi Roy ravi.a...@gmail.com wrote: Yes, using sudo dpkg -i /media/cdrom/MYPACKAGE install the package perfectly in the system. This is very strange behaviour I have observed first time. Thanks you all for taking time and helping me to find out the root casue

Re: apt-get can not find debian package in cdrom

2013-04-04 Thread Darac Marjal
On Thu, Apr 04, 2013 at 08:00:47PM +0530, Ravi Roy wrote: On Wed, Apr 3, 2013 at 7:47 PM, Ravi Roy ravi.a...@gmail.com wrote: Yes, using sudo dpkg -i /media/cdrom/MYPACKAGE install the package perfectly in the system. This is very strange behaviour I have observed first time. Thanks you

apt-get can not find debian package in cdrom

2013-04-03 Thread Ravi Roy
Hi, I'm using debian 6.0 Squeeze for my product and its installation is headless using preseed. I have a strange issue that CD contains a debian package but after mounting the cdrom when I try to install the package it says : $ sudo apt-get install mypackage Reading package lists .. Done

Re: apt-get can not find debian package in cdrom

2013-04-03 Thread Mihamina Rakotomandimby
On 2013-04-03 13:00, Ravi Roy wrote: I verfied it and it is available in cdrom; I'm using apt and apt-utils versions 0.8.10.3. It would be helpful if somebody can point to a direction which may help to resolve this issue. What is in your /etc/apt/sources.list? -- RMA. -- To UNSUBSCRIBE,

Re: apt-get can not find debian package in cdrom

2013-04-03 Thread Ravi Roy
On Wed, Apr 3, 2013 at 3:31 PM, Mihamina Rakotomandimby miham...@rktmb.org wrote: What is in your /etc/apt/sources.list? I have only cdrom entry in /etc/apt/sources.list deb cdrom:[my product installation cd]/ squeeze main I can mount this cd perfectly using $ sudo apt-cdrom add and I can

Re: apt-get can not find debian package in cdrom

2013-04-03 Thread Wayne Topa
On 04/03/2013 06:22 AM, Ravi Roy wrote: On Wed, Apr 3, 2013 at 3:31 PM, Mihamina Rakotomandimby miham...@rktmb.org wrote: What is in your /etc/apt/sources.list? I have only cdrom entry in /etc/apt/sources.list deb cdrom:[my product installation cd]/ squeeze main I can mount this cd

Re: apt-get can not find debian package in cdrom

2013-04-03 Thread Ravi Roy
On Wed, Apr 3, 2013 at 7:33 PM, Wayne Topa linux...@gmail.com wrote: On 04/03/2013 06:22 AM, Ravi Roy wrote: Have you tried sudo dpkg -i /media/cdrom/MYPACKAGE Yes, using sudo dpkg -i /media/cdrom/MYPACKAGE install the package perfectly in the system. This is very strange behaviour I have