Re: apt installing package 403 forbidden

2018-10-09 Thread Abdullah Ramazanoğlu
On Tue, 9 Oct 2018 21:18:32 +0500 Muhammad Yousuf Khan said: > Latest update is. > When i even wget on the same linux server i get forbidden message 403. > [image: image.png] > however on same network on windows platform i can easily open the same path > and download the file on windows. So you h

Re: apt installing package 403 forbidden

2018-10-09 Thread Muhammad Yousuf Khan
Latest update is. When i even wget on the same linux server i get forbidden message 403. [image: image.png] however on same network on windows platform i can easily open the same path and download the file on windows. Thanks, On Tue, Oct 9, 2018 at 5:14 PM Muhammad Yousuf Khan wrote: > Dear All

apt installing package 403 forbidden

2018-10-09 Thread Muhammad Yousuf Khan
Dear All, I have been using debian for around 10 years i havent seen such issue in my entire life. i have placed my servers in two different countries. means both have different internet connection so it is not related to internet issue. My first datacenter (USA) is using verizon and second (south

Re: Installing package *NOT* in repository

2018-08-21 Thread Gene Heskett
On Tuesday 21 August 2018 11:06:31 David Wright wrote: > On Tue 21 Aug 2018 at 14:48:25 (+0200), to...@tuxteam.de wrote: > > On Tue, Aug 21, 2018 at 08:02:02AM -0400, Gene Heskett wrote: > > > > [...] > > > > > Odd, maybe apt does not look in $PATH? > > > > There's no reason to assume that, unless

Re: Installing package *NOT* in repository

2018-08-21 Thread David Wright
On Tue 21 Aug 2018 at 11:23:59 (-0400), Greg Wooledge wrote: > On Tue, Aug 21, 2018 at 10:04:58AM -0500, David Wright wrote: > > Why would you expect it to look for a «file» at all? If you write > > # apt install gem.deb > > then apt should try to install any «packages» it finds called > > "gem

Re: Installing package *NOT* in repository

2018-08-21 Thread Michael Stone
On Tue, Aug 21, 2018 at 11:23:59AM -0400, Greg Wooledge wrote: Second, this whole thread has been about the undocumented feature of apt (but not apt-get) that allows you to specify a pathname to a .deb file on an "apt install" command. Nobody was quite sure how it worked, because it's undocument

Re: Installing package *NOT* in repository

2018-08-21 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Aug 21, 2018 at 10:06:31AM -0500, David Wright wrote: > On Tue 21 Aug 2018 at 14:48:25 (+0200), to...@tuxteam.de wrote: [...] > > To me, it would be a surprise. > > IMO it would be a grave bug in the Debian project's thinking. I was trying

Re: Installing package *NOT* in repository

2018-08-21 Thread Greg Wooledge
On Tue, Aug 21, 2018 at 10:04:58AM -0500, David Wright wrote: > Why would you expect it to look for a «file» at all? If you write > # apt install gem.deb > then apt should try to install any «packages» it finds called > "gemadeb", "gembdeb", "gemcdeb", "gemddeb", etc, and will > consequently in

Re: Installing package *NOT* in repository

2018-08-21 Thread David Wright
On Tue 21 Aug 2018 at 14:48:25 (+0200), to...@tuxteam.de wrote: > On Tue, Aug 21, 2018 at 08:02:02AM -0400, Gene Heskett wrote: > > [...] > > > Odd, maybe apt does not look in $PATH? > > There's no reason to assume that, unless when looking for an executable > (i.e. those things which tend to li

Re: Installing package *NOT* in repository

2018-08-21 Thread David Wright
On Tue 21 Aug 2018 at 08:02:02 (-0400), Gene Heskett wrote: > On Tuesday 21 August 2018 06:56:45 Vincent Lefevre wrote: > > > On 2018-08-17 13:48:11 -0500, David Wright wrote: > > > On Fri 17 Aug 2018 at 07:31:34 (-0400), Gene Heskett wrote: > > > > On Friday 17 August 2018 05:29:07 Vincent Lefevr

Re: Installing package *NOT* in repository

2018-08-21 Thread Michael Stone
On Tue, Aug 21, 2018 at 09:33:31AM -0400, Greg Wooledge wrote: Y'know what, I'm getting sick of apt having this feature and not documenting it anywhere. So I decided to do an "apt-get source apt" and try to find it in the freakin' code. The relevant test is: if (I != nullptr && (I[0] ==

Re: Installing package *NOT* in repository

2018-08-21 Thread Greg Wooledge
On Tue, Aug 21, 2018 at 02:48:25PM +0200, to...@tuxteam.de wrote: > On Tue, Aug 21, 2018 at 08:02:02AM -0400, Gene Heskett wrote: > > Odd, maybe apt does not look in $PATH? (That wouldn't be "odd". That would be "normal".) > There's no reason to assume that, unless when looking for an executable

Re: Installing package *NOT* in repository

2018-08-21 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Aug 21, 2018 at 08:02:02AM -0400, Gene Heskett wrote: [...] > Odd, maybe apt does not look in $PATH? There's no reason to assume that, unless when looking for an executable (i.e. those things which tend to live in /bin and /usr/bin). Actual

Re: Installing package *NOT* in repository

2018-08-21 Thread Gene Heskett
On Tuesday 21 August 2018 06:56:45 Vincent Lefevre wrote: > On 2018-08-17 13:48:11 -0500, David Wright wrote: > > On Fri 17 Aug 2018 at 07:31:34 (-0400), Gene Heskett wrote: > > > On Friday 17 August 2018 05:29:07 Vincent Lefevre wrote: > > > > On 2018-08-13 09:38:48 -0300, Samuel Henrique wrote:

Re: Installing package *NOT* in repository

2018-08-21 Thread Vincent Lefevre
On 2018-08-17 13:48:11 -0500, David Wright wrote: > On Fri 17 Aug 2018 at 07:31:34 (-0400), Gene Heskett wrote: > > On Friday 17 August 2018 05:29:07 Vincent Lefevre wrote: > > > > > On 2018-08-13 09:38:48 -0300, Samuel Henrique wrote: > > > > If you pass a file as parameter to apt install, like:

Re: Installing package *NOT* in repository

2018-08-17 Thread David Wright
On Fri 17 Aug 2018 at 07:31:34 (-0400), Gene Heskett wrote: > On Friday 17 August 2018 05:29:07 Vincent Lefevre wrote: > > > On 2018-08-13 09:38:48 -0300, Samuel Henrique wrote: > > > If you pass a file as parameter to apt install, like: > > > apt install ./package.deb > > > It will work, at least

Re: Installing package *NOT* in repository

2018-08-17 Thread Richard Owlett
On 08/17/2018 07:44 AM, Reco wrote: Hi. On Fri, Aug 17, 2018 at 07:27:01AM -0500, Richard Owlett wrote: On 08/17/2018 06:31 AM, Gene Heskett wrote: On Friday 17 August 2018 05:29:07 Vincent Lefevre wrote: On 2018-08-13 09:38:48 -0300, Samuel Henrique wrote: If you pass a file as par

Re: Installing package *NOT* in repository

2018-08-17 Thread Reco
Hi. On Fri, Aug 17, 2018 at 07:27:01AM -0500, Richard Owlett wrote: > On 08/17/2018 06:31 AM, Gene Heskett wrote: > > On Friday 17 August 2018 05:29:07 Vincent Lefevre wrote: > > > > > On 2018-08-13 09:38:48 -0300, Samuel Henrique wrote: > > > > If you pass a file as parameter to apt inst

Re: Installing package *NOT* in repository

2018-08-17 Thread Richard Owlett
On 08/17/2018 06:31 AM, Gene Heskett wrote: On Friday 17 August 2018 05:29:07 Vincent Lefevre wrote: On 2018-08-13 09:38:48 -0300, Samuel Henrique wrote: If you pass a file as parameter to apt install, like: apt install ./package.deb It will work, at least on buster. And the "./" is importan

Re: Installing package *NOT* in repository

2018-08-17 Thread Gene Heskett
On Friday 17 August 2018 05:29:07 Vincent Lefevre wrote: > On 2018-08-13 09:38:48 -0300, Samuel Henrique wrote: > > If you pass a file as parameter to apt install, like: > > apt install ./package.deb > > It will work, at least on buster. > > And the "./" is important, otherwise it will not work (u

Re: Installing package *NOT* in repository

2018-08-17 Thread Vincent Lefevre
On 2018-08-13 09:38:48 -0300, Samuel Henrique wrote: > If you pass a file as parameter to apt install, like: > apt install ./package.deb > It will work, at least on buster. And the "./" is important, otherwise it will not work (until now, for this reason, I didn't know that passing a file was supp

Re: Installing package *NOT* in repository

2018-08-15 Thread Jason
On Tue, Aug 14, 2018 at 01:47:25PM -0400, Cindy-Sue Causey wrote: > On 8/13/18, Brian wrote: > > On Mon 13 Aug 2018 at 17:49:08 +0200, to...@tuxteam.de wrote: > > > >> On Mon, Aug 13, 2018 at 08:35:50AM -0700, Patrick Bartek wrote: > >> > On Mon, 13 Aug 2018 06:47:02 -0500 > >> > Richard Owlett w

Re: Installing package *NOT* in repository

2018-08-15 Thread Darac Marjal
On Wed, Aug 15, 2018 at 01:26:48AM -0400, Kenneth Parker wrote:  This brings up a question:  If I am Installing something outside of the Packaging Infrastructure (usually, via a TarBall), I  usually install inside of my Home Directory (for example, using $PATH for ~/bin

Re: Installing package *NOT* in repository

2018-08-15 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Aug 15, 2018 at 01:26:48AM -0400, Kenneth Parker wrote: > This brings up a question: If I am Installing something outside of the > Packaging Infrastructure (usually, via a TarBall), I usually install inside > of my Home Directory (for example,

Re: Installing package *NOT* in repository

2018-08-14 Thread Zenaan Harkness
On Wed, Aug 15, 2018 at 02:59:17PM +1000, Erik Christiansen wrote: > On 14.08.18 06:44, Richard Owlett wrote: > > On 08/14/2018 01:43 AM, Erik Christiansen wrote: > > > The whole thing is just a plain text file, edited and read with Vim, > > > using multi-level folding, so it all presents as a one-

Re: Installing package *NOT* in repository

2018-08-14 Thread Kenneth Parker
This brings up a question: If I am Installing something outside of the Packaging Infrastructure (usually, via a TarBall), I usually install inside of my Home Directory (for example, using $PATH for ~/bin). If I *MUST* make it available to other Users, I use the /usr/local/* directories. Now the

Re: Installing package *NOT* in repository

2018-08-14 Thread Erik Christiansen
On 14.08.18 06:44, Richard Owlett wrote: > On 08/14/2018 01:43 AM, Erik Christiansen wrote: > > The whole thing is just a plain text file, edited and read with Vim, > > using multi-level folding, so it all presents as a one-page TOC. My > > version is probably of limited use to anyone else, as it e

Re: Installing package *NOT* in repository

2018-08-14 Thread Cindy-Sue Causey
On 8/13/18, Brian wrote: > On Mon 13 Aug 2018 at 17:49:08 +0200, to...@tuxteam.de wrote: > >> On Mon, Aug 13, 2018 at 08:35:50AM -0700, Patrick Bartek wrote: >> > On Mon, 13 Aug 2018 06:47:02 -0500 >> > Richard Owlett wrote: >> > >> > > PREAMBLE: >> > > I've downloaded a .deb file. >> > > I've re

Re: Installing package *NOT* in repository

2018-08-14 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Aug 14, 2018 at 07:58:07AM -0700, Patrick Bartek wrote: > On Tue, 14 Aug 2018 08:56:17 +0200 > wrote: [...] > > I already retracted somewhere else in this thread-forest. Sorry. > > I saw it, but not until after I replied to your message. I

Re: Installing package *NOT* in repository

2018-08-14 Thread Patrick Bartek
On Tue, 14 Aug 2018 08:56:17 +0200 wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mon, Aug 13, 2018 at 07:05:33PM -0700, Patrick Bartek wrote: > > On Mon, 13 Aug 2018 17:49:08 +0200 > > wrote: > > [...] > > > > As I said already, dpkg does install dependencies. Actually, I

Re: Installing package *NOT* in repository

2018-08-14 Thread Richard Owlett
On 08/14/2018 01:43 AM, Erik Christiansen wrote: On 13.08.18 06:47, Richard Owlett wrote: PREAMBLE: I've downloaded a .deb file. I've recently done such an install but don't remember how. Looking at the man pages for apt, apt-get, aptitude didn't help. Couldn't come up with useful search term fo

Re: Installing package *NOT* in repository

2018-08-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 13, 2018 at 07:05:33PM -0700, Patrick Bartek wrote: > On Mon, 13 Aug 2018 17:49:08 +0200 > wrote: [...] > > As I said already, dpkg does install dependencies. Actually, I don't > > know any (Debian) tool which wouldn't, by default. > >

Re: Installing package *NOT* in repository

2018-08-13 Thread Erik Christiansen
On 13.08.18 06:47, Richard Owlett wrote: > PREAMBLE: > I've downloaded a .deb file. > I've recently done such an install but don't remember how. > Looking at the man pages for apt, apt-get, aptitude didn't help. > Couldn't come up with useful search term for wiki. > Eventually recalled "dpkg -i" wh

Re: Installing package *NOT* in repository

2018-08-13 Thread songbird
Richard Owlett wrote: > PREAMBLE: > I've downloaded a .deb file. > I've recently done such an install but don't remember how. > Looking at the man pages for apt, apt-get, aptitude didn't help. > Couldn't come up with useful search term for wiki. > Eventually recalled "dpkg -i" which worked. > > QU

Re: Installing package *NOT* in repository

2018-08-13 Thread Patrick Bartek
On Mon, 13 Aug 2018 17:49:08 +0200 wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mon, Aug 13, 2018 at 08:35:50AM -0700, Patrick Bartek wrote: > > On Mon, 13 Aug 2018 06:47:02 -0500 > > Richard Owlett wrote: > > > > > PREAMBLE: > > > I've downloaded a .deb file. > > > I've r

Re: Installing package *NOT* in repository

2018-08-13 Thread Brian
On Mon 13 Aug 2018 at 16:58:18 +, Curt wrote: > On 2018-08-13, Brian wrote: > >> > > >> > I really don't know what you're talking about, dpkg knows nothing about > >> > apt > >> > and its repositories, it can't install any dependency. > >> > >> You're right: it won't download & install dep

Re: Installing package *NOT* in repository

2018-08-13 Thread Curt
On 2018-08-13, Brian wrote: >> > >> > I really don't know what you're talking about, dpkg knows nothing about apt >> > and its repositories, it can't install any dependency. >> >> You're right: it won't download & install dependencies. It'll just >> list those and complain. > > This needn't be a

Re: Installing package *NOT* in repository

2018-08-13 Thread Brian
On Mon 13 Aug 2018 at 18:16:28 +0200, to...@tuxteam.de wrote: > On Mon, Aug 13, 2018 at 12:56:58PM -0300, Samuel Henrique wrote: > > > > I use gdebi to install local .deb files. It handles the dependencies, > > > > too. > > > > > > As I said already, dpkg does install dependencies. Actually, I don

Re: Installing package *NOT* in repository

2018-08-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 13, 2018 at 12:56:58PM -0300, Samuel Henrique wrote: > > > I use gdebi to install local .deb files. It handles the dependencies, > > > too. > > > > As I said already, dpkg does install dependencies. Actually, I don't > > know any (Debian) t

Re: Installing package *NOT* in repository

2018-08-13 Thread Samuel Henrique
> > I use gdebi to install local .deb files. It handles the dependencies, > > too. > > As I said already, dpkg does install dependencies. Actually, I don't > know any (Debian) tool which wouldn't, by default. I really don't know what you're talking about, dpkg knows nothing about apt and its repo

Re: Installing package *NOT* in repository

2018-08-13 Thread Brian
On Mon 13 Aug 2018 at 17:49:08 +0200, to...@tuxteam.de wrote: > On Mon, Aug 13, 2018 at 08:35:50AM -0700, Patrick Bartek wrote: > > On Mon, 13 Aug 2018 06:47:02 -0500 > > Richard Owlett wrote: > > > > > PREAMBLE: > > > I've downloaded a .deb file. > > > I've recently done such an install but don

Re: Installing package *NOT* in repository

2018-08-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 13, 2018 at 08:35:50AM -0700, Patrick Bartek wrote: > On Mon, 13 Aug 2018 06:47:02 -0500 > Richard Owlett wrote: > > > PREAMBLE: > > I've downloaded a .deb file. > > I've recently done such an install but don't remember how. > > Looking a

Re: Installing package *NOT* in repository

2018-08-13 Thread Patrick Bartek
On Mon, 13 Aug 2018 06:47:02 -0500 Richard Owlett wrote: > PREAMBLE: > I've downloaded a .deb file. > I've recently done such an install but don't remember how. > Looking at the man pages for apt, apt-get, aptitude didn't help. > Couldn't come up with useful search term for wiki. > Eventually rec

Re: Installing package *NOT* in repository

2018-08-13 Thread Zenaan Harkness
On Mon, Aug 13, 2018 at 07:28:20AM -0500, Richard Owlett wrote: > On 08/13/2018 06:59 AM, Joe wrote: > > On Mon, 13 Aug 2018 06:47:02 -0500 > > Richard Owlett wrote: > > > > > PREAMBLE: > > > I've downloaded a .deb file. > > > I've recently done such an install but don't remember how. > > > Looki

Re: Installing package *NOT* in repository

2018-08-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 13, 2018 at 12:54:16PM +, Matthew Crews wrote: > On 8/13/18 4:47 AM, Richard Owlett wrote: > > PREAMBLE: > > I've downloaded a .deb file. > > I've recently done such an install but don't remember how. > > Looking at the man pages for ap

Re: Installing package *NOT* in repository

2018-08-13 Thread Joe
On Mon, 13 Aug 2018 07:28:20 -0500 Richard Owlett wrote: > On 08/13/2018 06:59 AM, Joe wrote: > > On Mon, 13 Aug 2018 06:47:02 -0500 > > Richard Owlett wrote: > > > >> PREAMBLE: > >> I've downloaded a .deb file. > >> I've recently done such an install but don't remember how. > >> Looking at t

Re: Installing package *NOT* in repository

2018-08-13 Thread Matthew Crews
On 8/13/18 4:47 AM, Richard Owlett wrote: > PREAMBLE: > I've downloaded a .deb file. > I've recently done such an install but don't remember how. > Looking at the man pages for apt, apt-get, aptitude didn't help. > Couldn't come up with useful search term for wiki. > Eventually recalled "dpkg -i" w

Re: Installing package *NOT* in repository

2018-08-13 Thread Samuel Henrique
If you pass a file as parameter to apt install, like: apt install ./package.deb It will work, at least on buster. A partial "mea culpa" ;/ > I was completely focused on Debian tools and never thought of searching > the whole web. > > My gut feeling is still there should be a way to use Debian tool

Re: Installing package *NOT* in repository

2018-08-13 Thread Richard Owlett
On 08/13/2018 06:59 AM, Joe wrote: On Mon, 13 Aug 2018 06:47:02 -0500 Richard Owlett wrote: PREAMBLE: I've downloaded a .deb file. I've recently done such an install but don't remember how. Looking at the man pages for apt, apt-get, aptitude didn't help. Couldn't come up with useful search ter

Re: Installing package *NOT* in repository

2018-08-13 Thread john doe
On 8/13/2018 1:47 PM, Richard Owlett wrote: PREAMBLE: I've downloaded a .deb file. I've recently done such an install but don't remember how. Looking at the man pages for apt, apt-get, aptitude didn't help. Couldn't come up with useful search term for wiki. Eventually recalled "dpkg -i" which wor

Re: Installing package *NOT* in repository

2018-08-13 Thread Joe
On Mon, 13 Aug 2018 06:47:02 -0500 Richard Owlett wrote: > PREAMBLE: > I've downloaded a .deb file. > I've recently done such an install but don't remember how. > Looking at the man pages for apt, apt-get, aptitude didn't help. > Couldn't come up with useful search term for wiki. > Eventually rec

Installing package *NOT* in repository

2018-08-13 Thread Richard Owlett
PREAMBLE: I've downloaded a .deb file. I've recently done such an install but don't remember how. Looking at the man pages for apt, apt-get, aptitude didn't help. Couldn't come up with useful search term for wiki. Eventually recalled "dpkg -i" which worked. QUESTION: How would someone find the an

Re: how to avoid cheking sum on installing package

2007-12-25 Thread Simon Jolle "sjolle"
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/23/2007 03:48 PM, abdelkader belahcene wrote: > Hi, > I tried to install flashplugin-nonfree on sidux [...] > 15:33:28 (9.94 MB/s) - « ./install_flash_player_9_linux.tar.gz » > sauvegardé [3036127/3036127] > > Download done. > md5sum mismatch

Re: how to avoid cheking sum on installing package

2007-12-23 Thread Paul Johnson
On 12/23/07, abdelkader belahcene <[EMAIL PROTECTED]> wrote: > Hi, > I tried to install flashplugin-nonfree on sidux > > > apt-get install flashplugin-nonfree > > but I got the error (md5sum mismatch), I want to avoid the checking That error means that your download is corrupted and you must try

Re: how to avoid cheking sum on installing package

2007-12-23 Thread David Fox
On 12/23/07, abdelkader belahcene <[EMAIL PROTECTED]> wrote: > Download done. > md5sum mismatch install_flash_player_9_linux.tar.gz > The Flash plugin is NOT installed. You probably don't want to install it if the md5sums don't match, and probably don't want to bypass that check either. Why not t

how to avoid cheking sum on installing package

2007-12-23 Thread abdelkader belahcene
Hi, I tried to install flashplugin-nonfree on sidux apt-get install flashplugin-nonfree but I got the error (md5sum mismatch), I want to avoid the checking here is the error 2550K .. .. .. .. .. 87% 11.11 MB/s 2600K .. .. .

Re: installing package from unstable

2007-06-01 Thread Daniel Burrows
On Thu, May 31, 2007 at 05:33:59PM +0200, Mathieu Malaterre <[EMAIL PROTECTED]> was heard to say: > I must be doing something wrong, but I cannot figure out what: > > $ cat /etc/apt/sources.list | grep unstable > deb http://ftp.debian.org/debian/ unstable main contrib non-free > > $ sudo apt-ge

Re: installing package from unstable

2007-05-31 Thread Andrew Sackville-West
On Thu, May 31, 2007 at 05:33:59PM +0200, Mathieu Malaterre wrote: > Hello, > > I must be doing something wrong, but I cannot figure out what: > > $ cat /etc/apt/sources.list | grep unstable > deb http://ftp.debian.org/debian/ unstable main contrib non-free > > $ sudo apt-get update > > $ sudo

installing package from unstable

2007-05-31 Thread Mathieu Malaterre
Hello, I must be doing something wrong, but I cannot figure out what: $ cat /etc/apt/sources.list | grep unstable deb http://ftp.debian.org/debian/ unstable main contrib non-free $ sudo apt-get update $ sudo apt-get -t unstable install gcc-snapshot Reading Package Lists... Done Building Depen

Re: installing package dependencies automatically

2006-12-14 Thread Douglas Tutty
On Thu, Dec 14, 2006 at 04:11:13AM -0500, mutsuura wrote: > Hello all. > > I'm brand new to Debian. I have some experience with package installtion > on SOLARIS systems. > > On SOLARIS when I install a package w/ dependencies, the package installer > auto-magically detects this and prompts me i

Re: installing package dependencies automatically

2006-12-14 Thread John Hasler
Attila writes: > On SOLARIS when I install a package w/ dependencies, the package > installer auto-magically detects this and prompts me if I want to install > them as well. Automatic handling of dependencies is a key feature of Debian. All of the Apt front-ends (Apt-get, Synaptic, Aptitude) deal

installing package dependencies automatically

2006-12-14 Thread mutsuura
Hello all. I'm brand new to Debian. I have some experience with package installtion on SOLARIS systems. On SOLARIS when I install a package w/ dependencies, the package installer auto-magically detects this and prompts me if I want to install them as well. Is there a similar capability in

Re: Installing Package To Floppy

2004-09-09 Thread Andreas Janssen
Hello John Lowell (<[EMAIL PROTECTED]>) wrote: > I've run dpkg -x pv_0.8.6_i386.deb /mnt/floppy as you suggested but > get "no such file or directory" errors for it. I don't think I erred > in typing the command. By dint of my own checking your version number > would seem to be absolutely correct

Re: Installing Package To Floppy

2004-09-09 Thread John Lowell
Andreas Janssen wrote: > Hello > Depends on the package. In your case I think it doesn't make a > difference, you probably only need the pv binary anyway. Looking at > > it seems that th

Re: Installing Package To Floppy

2004-09-09 Thread Andreas Janssen
Hello John Lowell (<[EMAIL PROTECTED]>) wrote: > Andreas Janssen wrote: >> >> [installing package to floppy] >> mount /mnt/floppy >> dpkg -x pv_0.8.6-1_i386.deb /mnt/floppy >> (Package version number from Sarge) > You mention at the end of your comment

Re: Installing Package To Floppy

2004-09-09 Thread John Lowell
Andreas Janssen wrote: > Hello > That will only write the output messages to the floppy. You also don't > want to write to the floppy device file, you want to write to the file > system on the floppy disk. > Don't use apt. Use dpkg. Mount the floppy, get the package, and > extract it: > > mount /m

Re: Installing Package To Floppy

2004-09-09 Thread Andreas Janssen
Hello John Lowell (<[EMAIL PROTECTED]>) wrote: > I would like to install a single, very small package to a floppy disk > but apparently don't understand the correct proceedure. Desperate and > floundering, I've even run the following after preliminaries in the > hope of getting somewhere: > > ap

Installing Package To Floppy

2004-09-09 Thread John Lowell
I would like to install a single, very small package to a floppy disk but apparently don't understand the correct proceedure. Desperate and floundering, I've even run the following after preliminaries in the hope of getting somewhere: apt-get install pv | /dev/fd0 apt-get install pv > /mnt/flop

Re: [Fwd: Installing package on debian]

2004-07-16 Thread Thomas Adam
--- Vijaya S <[EMAIL PROTECTED]> wrote: > /usr/bin/expect So it installed just fine -- if there were dependency issues, it would not have installed. So I have no idea what it is you're having trouble with -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Edi

Re: [Fwd: Installing package on debian]

2004-07-16 Thread Vijaya S
sh-2.05b# dpkg -L expect /. /usr /usr/bin /usr/bin/expect /usr/lib /usr/lib/expect5.41 /usr/lib/expect5.41/pkgIndex.tcl /usr/lib/libexpect5.41.so.1 /usr/share /usr/share/man /usr/share/man/man1 /usr/share/man/man1/expect.1.gz /usr/share/doc /usr/share/doc/expect /usr/share/doc/expect/README.gz /us

Re: [Fwd: Installing package on debian]

2004-07-16 Thread Thomas Adam
--- Vijaya S <[EMAIL PROTECTED]> wrote: > Setting up expect (5.41.0-1) ... Now do: dpkg -L | grep 'usr/bin/expect' You should see: /usr/bin/expect. If not, mail the output of "dpkg -L expect" here. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor"

Re: [Fwd: Installing package on debian]

2004-07-16 Thread Vijaya S
sh-2.05b# apt-get install expect Reading Package Lists... Done Building Dependency Tree... Done Suggested packages: expectk The following NEW packages will be installed: expect 0 upgraded, 1 newly installed, 0 to remove and 407 not upgraded. Need to get 0B/273kB of archives. After unpacking 643

Re: [Fwd: Installing package on debian]

2004-07-16 Thread Vijaya S
apt-get install expect Reading Package Lists... Done Building Dependency Tree... Done Suggested packages: expectk The following NEW packages will be installed: expect 0 upgraded, 1 newly installed, 0 to remove and 407 not upgraded. Need to get 0B/273kB of archives. After unpacking 643kB of add

Re: [Fwd: Installing package on debian]

2004-07-16 Thread Thomas Adam
--- Vijaya S <[EMAIL PROTECTED]> wrote: > But when i do locate expect , I get the following , I assume that's after 'updatedb'? > Surprisingly i have deleted the .deb file in /home/vijaya i mean the > expect_5.39.0-1_i386.deb > I dont understand where it is showing up from... The output from

[Fwd: Installing package on debian]

2004-07-16 Thread Vijaya S
--- Begin Message --- Hi all, I have crazy problem installing expect package. I have Debian Sarge on that machine and i am trying to install expect 5.39 package. It gave me dependency errors of tk8.3 and tcl so dpkg -l tcl8.3 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Con

Installing package on debian

2004-07-16 Thread Vijaya S
Hi all, I have crazy problem installing expect package. I have Debian Sarge on that machine and i am trying to install expect 5.39 package. It gave me dependency errors of tk8.3 and tcl so dpkg -l tcl8.3 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Fail

Installing package from unstable onto stable bf2.4

2003-09-22 Thread Chris Wilcox
Hi all, I've been playing for about an hour now, and after much searching google.co.uk/linux I think I'm only vaguely wiser: I want to install a program from the unstable distrib since it's the program version I wish to use due to enhanced features etc. I think I'm right in saying that I need

Re: Fixing error when installing package

2003-06-15 Thread Colin Watson
On Sun, Jun 15, 2003 at 11:35:14PM +0100, Ben Kal wrote: > On 14 Jun 2003 iwk <[EMAIL PROTECTED]> wrote: > > I just installed Eclipse 2.1 from unstable. It downloaded a whole bunch > > of dependant packages, among which the j2re1.4 (Blackdown). > > Configuration of the latter failed, leading to

Re: Fixing error when installing package

2003-06-15 Thread Ben Kal
On 14 Jun 2003 iwk <[EMAIL PROTECTED]> wrote: > I just installed Eclipse 2.1 from unstable. It downloaded a whole bunch > of dependant packages, among which the j2re1.4 (Blackdown). > Configuration of the latter failed, leading to a whole series of > dependant packages (ant, junit etc) to fai

Fixing error when installing package

2003-06-14 Thread iwk
Hi there, I just installed Eclipse 2.1 from unstable. It downloaded a whole bunch of dependant packages, among which the j2re1.4 (Blackdown). Configuration of the latter failed, leading to a whole series of dependant packages (ant, junit etc) to fail as well. The problem was that it tries to

Re: installing package

2002-11-25 Thread Raymond Gree
Jerome, thanks I tried an other mirror and a dselect update IT WORKS Ray Jerome Acks Jr wrote: On Sun, Nov 24, 2002 at 10:44:11PM +0100, Raymond Gree wrote: Hello, I try to install a new package and get the following error message: debian-server:/# apt-get install lprng lprngtool magicfilter

Re: installing package

2002-11-24 Thread Jerome Acks Jr
On Sun, Nov 24, 2002 at 10:44:11PM +0100, Raymond Gree wrote: > Hello, > I try to install a new package and get the following error message: > > debian-server:/# apt-get install lprng lprngtool magicfilter > Reading Package Lists... Done > Building Dependency Tree... Done > Package lprng has no av

installing package

2002-11-24 Thread Raymond Gree
Hello, I try to install a new package and get the following error message: debian-server:/# apt-get install lprng lprngtool magicfilter Reading Package Lists... Done Building Dependency Tree... Done Package lprng has no available version, but exists in the database. This typically means that the p

Re: The problem for installing package

2002-09-09 Thread Jaye Inabnit ke6sls
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 09 September 2002 09:42 am, Jenny Yang wrote: > Hi, > > I tried to use apt tool to install/update the package, but I always get > the following problem. Could you please help me fix the following if you > know. > > > debian12:/etc/apt# a

The problem for installing package

2002-09-09 Thread Jenny Yang
Title: The problem for installing package Hi,       I tried to use apt tool to install/update the package, but I always get the following problem. Could you please help me fix the following if you know. debian12:/etc/apt# apt-get install tcl8.2 Reading Package Lists... Error! E: Dynamic

dpkg is mis-identifying the installing package of some of my files

2002-01-30 Thread Ken Causey
rted getting these errors. At first I assumed that it was a packaging problem (clearly I didn't look too closely) and I didn't worry about it. After this kept happening I looked more closely and realize that dpkg is mis-assigning the installing package of several files (clearly libart_

install-info error when installing package

2000-10-03 Thread Alan Davis
One of the most usual errors I have received over the years when installing debian packages has been the failure of install-info. So what is the solution? The problem is an error in both prerm and postinst scripts when running install-info. Thanks in advance.

about installing package related to slang1

2000-05-06 Thread 50191914
I'm using slink with some package update from potato my debian just install not long ago and gimp havn't installed yet.. so first I try to install the gimp from the slink CD.. however,when I try to install the gimp in the CD... It says it depend on slang1 << 1.0.x ...however,I havn't upgrade slang

Installing package in alternative site

1997-07-23 Thread Doug Federman
I wonder if it is possible to install a single package in an alternative path. I have limited disk space, but would like to install some larger packages for trial purposes in temporarily mounted areas then decide whether to make room for them. Is this possible using dpkg? -- TO UNSUBSCRIBE FROM