Re: How to get the *.deb file?

2024-06-29 Thread David Wright
On Sun 30 Jun 2024 at 06:10:17 (+0200), DdB wrote: > Hi, > > sometimes, i did fetch the deb file from https://packages.debian.org > even for another OS than the one, i am running, just to inspect its details. > > This time, i was unable to find/download the de

How to get the *.deb file?

2024-06-29 Thread DdB
Hi, sometimes, i did fetch the deb file from https://packages.debian.org even for another OS than the one, i am running, just to inspect its details. This time, i was unable to find/download the deb file for https://packages.debian.org/de/sid/parallel Could someone more knowledgeable explain

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-03-01 Thread Albretch Mueller
fecycle > of bookworm. There have been several requests but no confirmed > maintainers. I try to avoid "political" and "ideological" matters (to call them something ;-)) to me it would be fine to go dpkg on a few deb packages when DL is booted up of course without havi

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-03-01 Thread Andrew M.A. Cater
On Wed, Mar 01, 2023 at 11:00:27AM -0600, Albretch Mueller wrote: > by the way regarding that idea, which Linux friendly chipset producer > makes wifi dongles which you can run from a DL start without having to > install anything. it should be detected right away a be good to go. > Would you sugg

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-03-01 Thread Albretch Mueller
by the way regarding that idea, which Linux friendly chipset producer makes wifi dongles which you can run from a DL start without having to install anything. it should be detected right away a be good to go. Would you suggest a particular one? this very thread started because I recently bought

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-03-01 Thread Albretch Mueller
On 2/28/23, Anders Andersson wrote: > It did exactly what I expected and what OP seems to want ... Yes, it is, partially. I would like to be able to go into "exposed mode" (connect to the Internet) using a Debian live DVD and keep my own work totally off line (you could even use the same machine

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-02-28 Thread Anders Andersson
On Mon, Feb 27, 2023 at 4:09 AM davidson wrote: > > On Sun, 26 Feb 2023 Albretch Mueller wrote: > > Basically, I am trying to download all packages that are part of the > > installation dependencies of a given one into a directory of my > > choosing to then install packages on an unexposed machine

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-02-27 Thread Tim Woodall
is: A# apt-get --download-only --reinstall install P1 A# cd /var/cache/apt/archives A# scp *.deb B:/var/cache/apt/archives/ A# ssh root@B B# cd /var/cache/apt/archives B# apt-get install ./P1.deb That should utilize the cached dependent packages P2, P3, P4 which are located in /v/c/a/a on machine

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-02-26 Thread davidson
apt-cache --recurse rdepends xterm # or whatever but I am getting "pkgcache.bin" and "srcpkgcache.bin" files for all package names. I suspect that what is happening, which makes you say this, is that you are running a script that is looking in the wrong directory for deb fil

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-02-26 Thread Roberto C . Sánchez
On Sun, Feb 26, 2023 at 05:28:44PM +, Albretch Mueller wrote: > Basically, I am trying to download all packages that are part of the > installation dependencies of a given one into a directory of my > choosing to then install packages on an unexposed machine. > apt-rdepends nicely lists all d

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-02-26 Thread Albretch Mueller
kages on an unexposed machine. > > The tricky part here is that the packages on machine A are not necessarily > the same as on machine B. 1) I would take care of keeping dependencies in sync; 2) I would like to use a directory of my choosing to keep deb installation packages; 3) to place al

Re: where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-02-26 Thread Greg Wooledge
load-only --reinstall install P1 A# cd /var/cache/apt/archives A# scp *.deb B:/var/cache/apt/archives/ A# ssh root@B B# cd /var/cache/apt/archives B# apt-get install ./P1.deb That should utilize the cached dependent packages P2, P3, P4 which are located in /v/c/a/a on machine B. If additional dependencies a

where are the actual ".deb" packages? all I see are "pkgcache.bin" and "srcpkgcache.bin" . . .

2023-02-26 Thread Albretch Mueller
n't see an answer to my question. Where are or how do I get the ".deb" package out of those binary files? _DEB_PKG="gimp" _ARCH=$(dpkg --print-architecture) _DT=$(date +%Y%m%d%H%M%S) _LOG="apt-rdepends_${_DT}_${_DEB_PKG}_${_ARCH}.log" echo "// __ \$

Re: Windows on VMware on Deb 11: safely usable?

2022-09-01 Thread john doe
On 9/1/2022 4:28 PM, Tom Browder wrote: On Mon, Aug 22, 2022 at 1:26 PM john doe wrote: ... So I will try Debian 11's packages "qemu-kvm" and "aqemu" and install Windows 10" as a test on my current main host, but only if I can remove all if I need to and if it will not interfere with my smooth

Re: Windows on VMware on Deb 11: safely usable?

2022-09-01 Thread Porter Smith
You should be able to do that, however the main restricting factor is your host machines number of virtual Threads (cps) in addition to the amount of physical memory or ram that your main board has available to use which is usually decreased due to your host ps and also the professor also use

Re: Windows on VMware on Deb 11: safely usable?

2022-09-01 Thread Tom Browder
On Thu, Sep 1, 2022 at 11:19 Махно wrote: > Helli. You need to install these packages. As … Thank you very much! -Tom

Re: Windows on VMware on Deb 11: safely usable?

2022-09-01 Thread Махно
Helli. You need to install these packages. As root (or sudo) apt install qemu-kvm libvirt-clients libvirt-daemon libvirt-daemon-system bridge-utils virtinst virt-manager. It is a good idea to add your user to libvirt and ibvirt-qemu groups. As root (or sudo) #adduser username libvirt #adduser usern

Re: Windows on VMware on Deb 11: safely usable?

2022-09-01 Thread Tom Browder
On Mon, Aug 22, 2022 at 1:26 PM john doe wrote: ... > > So I will try Debian 11's packages "qemu-kvm" and "aqemu" and install > > Windows 10" as a test on my current main host, but only if I can remove all > > if I need to and if it will not interfere with my smooth running setup. Is ... > If you

Re: Windows on VMware on Deb 11: safely usable?

2022-08-22 Thread john doe
On 8/22/2022 2:41 PM, Tom Browder wrote: On Wed, Aug 17, 2022 at 21:39 step...@gmail.com wrote: On 8/17/22 19:35, Stefan Monnier wrote: Tom Browder [2022-08-17 05:53:05] wrote: I would love to run Windows on a VM on Debian iff I can have it be reliable enough to use with reasonable respons

Re: Windows on VMware on Deb 11: safely usable?

2022-08-22 Thread Bob Weber
On 8/22/22 08:41, Tom Browder wrote: On Wed, Aug 17, 2022 at 21:39 step...@gmail.com wrote: On 8/17/22 19:35, Stefan Monnier wrote: > Tom Browder [2022-08-17 05:53:05] wrote: >> I would love to run Windows on a VM on Debian iff I can have it be reliable >> enough to use with re

Re: Windows on VMware on Deb 11: safely usable?

2022-08-22 Thread Tom Browder
On Wed, Aug 17, 2022 at 21:39 step...@gmail.com wrote: > On 8/17/22 19:35, Stefan Monnier wrote: > > Tom Browder [2022-08-17 05:53:05] wrote: > >> I would love to run Windows on a VM on Debian iff I can have it be > reliable > >> enough to use with reasonable response (no games, just Office 360,

Re: Windows on VMware on Deb 11: safely usable?

2022-08-18 Thread Jeremy Ardley
On 18/8/22 7:48 pm, Jeremy Nicoll wrote: On Wed, 17 Aug 2022, at 12:38, Jeremy Ardley wrote: As an aside, a Windows host for a client sucks big time. Windows will automatically restart periodically no matter what you do to prevent it. How often does that happen? I only ask because it doesn't

Re: Windows on VMware on Deb 11: safely usable?

2022-08-18 Thread Jeremy Nicoll
On Wed, 17 Aug 2022, at 12:38, Jeremy Ardley wrote: > As an aside, a Windows host for a client sucks big time. Windows will > automatically restart periodically no matter what you do to prevent it. How often does that happen? I only ask because it doesn't for my pretty much always-on W8.1 lapt

Re: Windows on VMware on Deb 11: safely usable?

2022-08-17 Thread step...@gmail.com
On 8/17/22 19:35, Stefan Monnier wrote: Tom Browder [2022-08-17 05:53:05] wrote: I would love to run Windows on a VM on Debian iff I can have it be reliable enough to use with reasonable response (no games, just Office 360, IO Drive, H&R Block, and such). I haven't kept up with the VM world but

Re: Windows on VMware on Deb 11: safely usable?

2022-08-17 Thread Tom Browder
On Wed, Aug 17, 2022 at 11:32 AM hdv@gmail wrote: > > On 2022-08-17 17:06, Tom Browder wrote: > > On Wed, Aug 17, 2022 at 09:34 hdv@gmail > > wrote: > > > > On 2022-08-17 12:53, Tom Browder wrote: > > > > … > > > > > I would love to run Windows on a VM on Debi

Re: Windows on VMware on Deb 11: safely usable?

2022-08-17 Thread Chuck Zmudzinski
On 8/17/2022 10:34 AM, hdv@gmail wrote: > On 2022-08-17 12:53, Tom Browder wrote: > > Unfortunately, I have to have a Windows host. I have given up dual > > hosting because of the pain, so I am using a dedicated Win 10 box and a > > Deb laptop. > > > > I wou

Re: Windows on VMware on Deb 11: safely usable?

2022-08-17 Thread hdv@gmail
On 2022-08-17 12:53, Tom Browder wrote: Unfortunately, I have to have a Windows host. I have given up dual hosting because of the pain, so I am using a dedicated Win 10 box and a Deb laptop. I would love to run Windows on a VM on Debian iff I can have it be reliable enough to use with

Re: Windows on VMware on Deb 11: safely usable?

2022-08-17 Thread Chuck Zmudzinski
On 8/17/2022 6:53 AM, Tom Browder wrote: > Unfortunately, I have to have a Windows host. I have given up dual hosting > because of the pain, so I am using a dedicated Win 10 box and a Deb laptop. > > I would love to run Windows on a VM on Debian iff I can have it be reliable > eno

Re: Windows on VMware on Deb 11: safely usable?

2022-08-17 Thread Timothy M Butterworth
On Wed, Aug 17, 2022 at 6:53 AM Tom Browder wrote: > Unfortunately, I have to have a Windows host. I have given up dual hosting > because of the pain, so I am using a dedicated Win 10 box and a Deb laptop. > > I would love to run Windows on a VM on Debian iff I can have it be >

Re: Windows on VMware on Deb 11: safely usable?

2022-08-17 Thread Tom Browder
On Wed, Aug 17, 2022 at 06:01 Marco wrote: > Am 17. Aug 2022, um 05:53:05 Uhr schrieb Tom Browder: > > > I would love to run Windows on a VM on Debian iff I can have it be > > reliable enough to use with reasonable response (no games, just > > Office 360, IO Drive, H&R Block, and such). I haven't

Re: Windows on VMware on Deb 11: safely usable?

2022-08-17 Thread hdv@gmail
On 2022-08-17 12:53, Tom Browder wrote: Unfortunately, I have to have a Windows host. I have given up dual hosting because of the pain, so I am using a dedicated Win 10 box and a Deb laptop. I would love to run Windows on a VM on Debian iff I can have it be reliable enough to use with

Re: Windows on VMware on Deb 11: safely usable?

2022-08-17 Thread Jeremy Ardley
I have given up dual hosting because of the pain, so I am using a dedicated Win 10 box and a Deb laptop. I would love to run Windows on a VM on Debian iff I can have it be reliable enough to use with reasonable response (no games, just Office 360, IO Drive, H&R Block, and such). I haven't k

Re: Windows on VMware on Deb 11: safely usable?

2022-08-17 Thread Marco
Am 17. Aug 2022, um 05:53:05 Uhr schrieb Tom Browder: > I would love to run Windows on a VM on Debian iff I can have it be > reliable enough to use with reasonable response (no games, just > Office 360, IO Drive, H&R Block, and such). I haven't kept up with > the VM world but a quick search shows

Windows on VMware on Deb 11: safely usable?

2022-08-17 Thread Tom Browder
Unfortunately, I have to have a Windows host. I have given up dual hosting because of the pain, so I am using a dedicated Win 10 box and a Deb laptop. I would love to run Windows on a VM on Debian iff I can have it be reliable enough to use with reasonable response (no games, just Office 360, IO

ps2pdf dumps core: on one of four deb 11 hosts

2022-07-26 Thread Tom Browder
I have four Linux hosts running Debian 11. I have ghostscript installed on each. Each is currently updated. Of the four, only one dumps core on running ps2pdf on the same ps file: $ man -t ls > ls.ps; ps2pdf ls.ps Note the single host that dumps core started life as a Debian 9 host and on i

Re: how to get non-latest backports deb file?

2021-12-29 Thread Charles Curley
On Wed, 29 Dec 2021 09:18:24 -0500 Dave Johnson wrote: > I'm trying to reproduce an issue and need a non-latest backports deb > file to test with. > > Specifically, pool/main/g/gpsd/python3-gps_3.20-12~bpo10+1_arm64.deb What are you trying to do? 3.20 is two years old. That i

Re: how to get non-latest backports deb file?

2021-12-29 Thread The Wanderer
On 2021-12-29 at 09:46, Andrew M.A. Cater wrote: > On Wed, Dec 29, 2021 at 09:18:24AM -0500, Dave Johnson wrote: > >> Hi, >> >> I'm trying to reproduce an issue and need a non-latest backports >> deb file to test with. >> >> Specifically, >&g

Re: how to get non-latest backports deb file?

2021-12-29 Thread Tixy
On Wed, 2021-12-29 at 09:18 -0500, Dave Johnson wrote: > Hi, > > I'm trying to reproduce an issue and need a non-latest backports deb > file to test with. > > Specifically, pool/main/g/gpsd/python3-gps_3.20-12~bpo10+1_arm64.deb > > However that has been deleted fr

Re: how to get non-latest backports deb file?

2021-12-29 Thread Andrew M.A. Cater
On Wed, Dec 29, 2021 at 09:18:24AM -0500, Dave Johnson wrote: > > Hi, > > I'm trying to reproduce an issue and need a non-latest backports deb > file to test with. > > Specifically, pool/main/g/gpsd/python3-gps_3.20-12~bpo10+1_arm64.deb > > However that has bee

how to get non-latest backports deb file?

2021-12-29 Thread Dave Johnson
Hi, I'm trying to reproduce an issue and need a non-latest backports deb file to test with. Specifically, pool/main/g/gpsd/python3-gps_3.20-12~bpo10+1_arm64.deb However that has been deleted from the mirrors as it has been replaced with pool/main/g/gpsd/python3-gps_3.22-4~bpo10+1_arm6

Re: question about a .deb file

2021-12-09 Thread David Wright
On Fri 10 Dec 2021 at 00:41:29 (-0500), Cindy Sue Causey wrote: > On 12/9/21, john doe wrote: > > On 12/9/2021 8:55 AM, Tim Woodall wrote: > >> Does that work or is it a typo? I've always used: > >> > >> apt-get autoremove --purge > >> > > $ apt-get --help > > apt 2.3.13 (amd64) > > Usage: apt-get

Re: question about a .deb file

2021-12-09 Thread Cindy Sue Causey
On 12/9/21, john doe wrote: > On 12/9/2021 8:55 AM, Tim Woodall wrote: >> Does that work or is it a typo? I've always used: >> >> apt-get autoremove --purge >> > $ apt-get --help > apt 2.3.13 (amd64) > Usage: apt-get [options] command > apt-get [options] install|remove pkg1 [pkg2 ...] >

Re: question about a .deb file

2021-12-09 Thread David Wright
On Fri 10 Dec 2021 at 05:49:06 (+0100), john doe wrote: > On 12/9/2021 8:55 AM, Tim Woodall wrote: > > On Wed, 8 Dec 2021, john doe wrote: > > > On 12/8/2021 10:16 AM, Piper H wrote: > > > > Thanks, I'll check them out. :) > > > > > > My suggestion would be to do the following commands: > > > $ ap

Re: question about a .deb file

2021-12-09 Thread john doe
On 12/9/2021 8:55 AM, Tim Woodall wrote: On Wed, 8 Dec 2021, john doe wrote: On 12/8/2021 10:16 AM, Piper H wrote: Thanks, I'll check them out. :) My suggestion would be to do the following commands: $ apt-get --autoremove purge mysql-connector-java Does that work or is it a typo? I've al

Re: question about a .deb file

2021-12-08 Thread Tim Woodall
On Wed, 8 Dec 2021, john doe wrote: On 12/8/2021 10:16 AM, Piper H wrote: Thanks, I'll check them out. :) My suggestion would be to do the following commands: $ apt-get --autoremove purge mysql-connector-java Does that work or is it a typo? I've always used: apt-get autoremove --purge

Re: question about a .deb file

2021-12-08 Thread Piper H
f every piece of software on your machine. > > If you download software from other sources, like you > did from mysql.com above, then you will break Debian's > methods for managing software compatibility on your > machine. > > If you get a .deb package from somewhere that i

Re: question about a .deb file

2021-12-08 Thread David
ject that attempts to ensure the compatibility of every piece of software on your machine. If you download software from other sources, like you did from mysql.com above, then you will break Debian's methods for managing software compatibility on your machine. If you get a .deb package fro

Re: question about a .deb file

2021-12-08 Thread john doe
On 12/8/2021 10:16 AM, Piper H wrote: Thanks, I'll check them out. :) My suggestion would be to do the following commands: $ apt-get --autoremove purge mysql-connector-java $ apt-get update && apt-get install libmariadb-java Add 'sudo' if you need it. -- John Doe

Re: question about a .deb file

2021-12-08 Thread Piper H
> > (mysql-connector-java_8.0.27-1debian10_all.deb) > > Then I run: > > sudo dpkg -i mysql-connector-java_8.0.27-1debian10_all.deb > > > > And what's the next step? > > I expect to get a *.jar file which will be used as the Mysql JDBC drive. > > Until now

Re: question about a .deb file

2021-12-08 Thread Stanislav Vlasov
ian10_all.deb > > And what's the next step? > I expect to get a *.jar file which will be used as the Mysql JDBC drive. > Until now I don't know where to get this jar file from the .deb file above. You can see content of installed package by command: dpkg -L mysql-connector-java

question about a .deb file

2021-12-08 Thread Piper H
s the next step? I expect to get a *.jar file which will be used as the Mysql JDBC drive. Until now I don't know where to get this jar file from the .deb file above. Thanks. Piper

libopencv4.5d-jni_4.5.4+dfsg-7_amd64.deb - broken?

2021-11-27 Thread harryweaver
Just updating a SID deswktop and getting: `Preparing to unpack .../libopencv4.5d-jni_4.5.4+dfsg-7_amd64.deb ... Unpacking libopencv4.5d-jni (4.5.4+dfsg-7) ... dpkg: error processing archive /var/cache/apt/archives/libopencv4.5d-jni_4.5.4+dfsg-7_amd64.deb (--unpack): trying to overwrite '

Re: Looking for a way to cache .deb files downloaded by apt inside sbuild schroot

2021-10-27 Thread Roberto C . Sánchez
On Wed, Oct 27, 2021 at 05:32:21PM +0300, Uladzimir Bely wrote: > When sbuild is used to compile a package from sources, some packages (package > dependencies) are internally downloaded and installed in schroot. > > I'm looking for a way to cache the dependencies in form of .

Re: Looking for a way to cache .deb files downloaded by apt inside sbuild schroot

2021-10-27 Thread David Christensen
On 10/27/21 7:32 AM, Uladzimir Bely wrote: When sbuild is used to compile a package from sources, some packages (package dependencies) are internally downloaded and installed in schroot. I'm looking for a way to cache the dependencies in form of .deb files outside the schroot. So that I

Re: Looking for a way to cache .deb files downloaded by apt inside sbuild schroot

2021-10-27 Thread Charles Curley
On Wed, 27 Oct 2021 17:32:21 +0300 Uladzimir Bely wrote: > I'm looking for a way to cache the dependencies in form of .deb files > outside the schroot. So that I could later create a local partial > debian repo from these .deb files and run sbuild for a second time > using the

Looking for a way to cache .deb files downloaded by apt inside sbuild schroot

2021-10-27 Thread Uladzimir Bely
When sbuild is used to compile a package from sources, some packages (package dependencies) are internally downloaded and installed in schroot. I'm looking for a way to cache the dependencies in form of .deb files outside the schroot. So that I could later create a local partial debian

Re: No deb for seamonkey?

2021-05-20 Thread Richard Owlett
ch route I should take, binary from the seamonkey-project.org site, or deb from the repo named in wiki.debian.org/Seamonkey. I'm leaning toward the first-mentioned. Opinions? I found that taking the tarball from seamonkey-project.org is dead easy. Just unpack it in /opt and start /opt/seam

Re: No deb for seamonkey?

2021-05-19 Thread didier gaumet
Hello, I would say that you express your point of view with unnecessary vigour and that it is not fully endorsed by the Debian community: https://wiki.debian.org/Seamonkey (disclaimer sentence) https://wiki.debian.org/DontBreakDebian Cheers :-)

Re: No deb for seamonkey?

2021-05-19 Thread Siard
t sure which route I should take, binary from the > seamonkey-project.org site, or deb from the repo named in > wiki.debian.org/Seamonkey. I'm leaning toward the > first-mentioned. > > Opinions? I found that taking the tarball from seamonkey-project.org is dead easy. J

Re: No deb for seamonkey?

2021-05-19 Thread Felix Miata
Richard Owlett composed on 2021-05-19 03:32 (UTC-0500): > Siard wrote: >>> You can simply download Seamonkey deb's from here: >>> https://www.seamonkey-project.org/releases/ >> Correction: those are .tar.bz2 packages. >> Getting older. Age takes its toll, I guess. > I've been getting SeaM

Re: No deb for seamonkey?

2021-05-19 Thread Bret Busby
res. Not sure which route I should take, binary from the seamonkey-project.org site, or deb from the repo named in wiki.debian.org/Seamonkey. I'm leaning toward the first-mentioned. Opinions? It all depends on how difficult you want to make it for yourself. The ubuntuzilla way is s

Re: No deb for seamonkey?

2021-05-19 Thread Bob Bernstein
ke, binary from the seamonkey-project.org site, or deb from the repo named in wiki.debian.org/Seamonkey. I'm leaning toward the first-mentioned. Opinions? -- RSB

Re: No deb for seamonkey?

2021-05-19 Thread Richard Owlett
On 05/18/2021 03:55 PM, Siard wrote: I wrote: You can simply download Seamonkey deb's from here: https://www.seamonkey-project.org/releases/ Correction: those are .tar.bz2 packages. Getting older. Age takes its toll, I guess. I've been getting SeaMonkey from there since days of Squeez

Re: No deb for seamonkey?

2021-05-18 Thread Bob Bernstein
On Tue, 18 May 2021, Siard wrote: I wrote: You can simply download Seamonkey deb's from here: https://www.seamonkey-project.org/releases/ Correction: those are .tar.bz2 packages. Getting older. Age takes its toll, I guess. Understood. I'm so old I just noticed your two posts to the li

Re: No deb for seamonkey?

2021-05-18 Thread Bob Bernstein
On Wed, 19 May 2021, Bret Busby wrote: https://wiki.debian.org/Seamonkey Bingo. A very recently updated page with instructions for adding a (EEK!) third party repo to one's sources.list. Thanks! -- RSB

Re: No deb for seamonkey?

2021-05-18 Thread Bret Busby
On 19/5/21 4:08 am, Bob Bernstein wrote: '$ sudo apt-cache search seamonkey' does not turn up the browser/email "suite." My spidey sense suggests that the Subject: question, probably as a consequence of the internal logic (for lack of a better term) of the unixen "package" situation, is at be

Re: No deb for seamonkey?

2021-05-18 Thread Siard
I wrote: > You can simply download Seamonkey deb's from here: > > https://www.seamonkey-project.org/releases/ Correction: those are .tar.bz2 packages. Getting older. Age takes its toll, I guess.

Re: No deb for seamonkey?

2021-05-18 Thread Siard
The Wanderer [about Seamonkey]: > It's also possible that some third parties may have already packaged it > into .deb form, albeit not necessarily in a way that'll work with any > particular Debian release; if you want to search for such a thing, and > risk creating a Franke

Re: No deb for seamonkey?

2021-05-18 Thread The Wanderer
nd build systems are like nowadays, that might get complicated. It's also possible that some third parties may have already packaged it into .deb form, albeit not necessarily in a way that'll work with any particular Debian release; if you want to search for such a thing, and risk cr

No deb for seamonkey?

2021-05-18 Thread Bob Bernstein
'$ sudo apt-cache search seamonkey' does not turn up the browser/email "suite." My spidey sense suggests that the Subject: question, probably as a consequence of the internal logic (for lack of a better term) of the unixen "package" situation, is at best moot, and at worst, confused. Pls. a

Re: Failed to fetch libegl1-mesa-dev_19.1.4-1_amd64.deb

2019-10-05 Thread Martin
On Fri, Oct 04, 2019 at 03:01:09PM -0400, Roberto C. S?nchez wrote: > So, perhaps try an apt-get update first. Thanks, I forgot to update my instalation first :( Martin

Re: Failed to fetch libegl1-mesa-dev_19.1.4-1_amd64.deb

2019-10-04 Thread Roberto C . Sánchez
On Fri, Oct 04, 2019 at 08:52:50PM +0200, Martin wrote: > > I am trying to install libsdl2-dev package using aptitude unsuccessfully . I > get error: > > E: Failed to fetch > http://cdn-fastly.deb.debian.org/debian/pool/main/m/mesa/libegl1-mesa-dev_19.1.4-1_amd64.deb: > 4

Re: Failed to fetch libegl1-mesa-dev_19.1.4-1_amd64.deb

2019-10-04 Thread Greg Wooledge
On Fri, Oct 04, 2019 at 08:52:50PM +0200, Martin wrote: > I am trying to install libsdl2-dev package using aptitude unsuccessfully . I > get error: > > E: Failed to fetch > http://cdn-fastly.deb.debian.org/debian/pool/main/m/mesa/libegl1-mesa-dev_19.1.4-1_amd64.deb: > 404

Failed to fetch libegl1-mesa-dev_19.1.4-1_amd64.deb

2019-10-04 Thread Martin
I am trying to install libsdl2-dev package using aptitude unsuccessfully . I get error: E: Failed to fetch http://cdn-fastly.deb.debian.org/debian/pool/main/m/mesa/libegl1-mesa-dev_19.1.4-1_amd64.deb: 404 Not Found [IP: 151.101.12.204 80] E: Unable to fetch some packages; try '-o APT

Re: Debian bridge with one VLAN iface - after upgrade from Deb 8 to 9 tc filters are bypassed for VLAN traffic?

2019-04-04 Thread kaskada
Hello, thank you. -- Původní e-mail -- Od: deloptes Komu: debian-user@lists.debian.org Datum: 4. 4. 2019 1:32:08 Předmět: Re: Debian bridge with one VLAN iface - after upgrade from Deb 8 to 9 tc filters are bypassed for VLAN traffic? "kask...@email.cz wrote: > Th

Re: Debian bridge with one VLAN iface - after upgrade from Deb 8 to 9 tc filters are bypassed for VLAN traffic?

2019-04-03 Thread deloptes
kask...@email.cz wrote: > This setup worked smoothly for years until I upgraded Debian 8 do Debian 9 > (which I didn`t like to do but I had to, lets say). And now, in Debian 9 > only customer traffic which is not TAGged can reach tc filters and than is > properly send to appropriate tc class and s

Debian bridge with one VLAN iface - after upgrade from Deb 8 to 9 tc filters are bypassed for VLAN traffic?

2019-04-03 Thread kaskada
Hello community, This is problem related to Debian 9, bridge, VLAN interface and HTB tc filters for traffic shaping... For years I`m using Debian with bridged ethernet interfaces as a L2 transparent traffic shaper. Shaper is based on HTB with tc hash filters. In the bridge there is also o

Re: Install openssh-server jessie version deb package on stretch

2018-11-23 Thread Roberto C . Sánchez
On Fri, Nov 23, 2018 at 12:29:41PM +0100, owl...@gmail.com wrote: > > I have tried to use the right KexAlgorithm and Ciphers, but dropbear > client fail always > Do you have "LogLevel DEBUG3" in sshd_config? Can you specify a high debug log level on the dropbear side? Regards, -Roberto -- Ro

Re: Install openssh-server jessie version deb package on stretch

2018-11-23 Thread owl...@gmail.com
Il giorno gio 22 nov 2018 alle ore 20:50 owl...@gmail.com ha scritto: > > Il giorno gio 22 nov 2018 alle ore 20:48 Roberto C. Sánchez > ha scritto: > > > > On Thu, Nov 22, 2018 at 08:40:52PM +0100, owl...@gmail.com wrote: > > > Thanks Roberto, > > > > > > I have tried also the latest dropbear ser

Re: Install openssh-server jessie version deb package on stretch

2018-11-22 Thread owl...@gmail.com
Il giorno gio 22 nov 2018 alle ore 20:48 Roberto C. Sánchez ha scritto: > > On Thu, Nov 22, 2018 at 08:40:52PM +0100, owl...@gmail.com wrote: > > Thanks Roberto, > > > > I have tried also the latest dropbear server but this is incompatible too > > > > Do you have idea how can I find appropriate ke

Re: Install openssh-server jessie version deb package on stretch

2018-11-22 Thread Roberto C . Sánchez
On Thu, Nov 22, 2018 at 08:40:52PM +0100, owl...@gmail.com wrote: > Thanks Roberto, > > I have tried also the latest dropbear server but this is incompatible too > > Do you have idea how can I find appropriate key exchange and cipher > algorithms? > Please don't top post. It is considered impo

Re: Install openssh-server jessie version deb package on stretch

2018-11-22 Thread owl...@gmail.com
: debug1: SSH2_MSG_KEXINIT sent > >[preauth] > >I'm thinking about installing the previous version of the package > > (Jessie) > > > > [1]http://ftp.it.debian.org/debian/pool/main/o/openssh/openssh-server_7.9p1-4_amd64.deb > >Do you say that

Re: Install openssh-server jessie version deb package on stretch

2018-11-22 Thread Roberto C . Sánchez
ng about installing the previous version of the package (Jessie) > > [1]http://ftp.it.debian.org/debian/pool/main/o/openssh/openssh-server_7.9p1-4_amd64.deb >Do you say that it is possible? >Thanks > That is actually a terrible idea. You are better off editing /etc/sshd_conf

Install openssh-server jessie version deb package on stretch

2018-11-22 Thread owl...@gmail.com
: SSH2_MSG_KEXINIT sent [preauth]* I'm thinking about installing the previous version of the package (Jessie) http://ftp.it.debian.org/debian/pool/main/o/openssh/openssh-server_7.9p1-4_amd64.deb Do you say that it is possible? Thanks

Re: Verifying dependencins of DEB file(s)

2018-11-14 Thread Greg Wooledge
On Wed, Nov 14, 2018 at 08:48:56AM +, David Martens wrote: > > Neither I found a way how to at least check > dependencies. > > ... > > gdebi? Basically, "apt-get install ./your_pkg_file.deb" replaces gdebi. Or "apt install" if you prefer that. Don't forget the leading ./ on the filename.

Re: Verifying dependencins of DEB file(s)

2018-11-14 Thread Richard Owlett
On 11/14/2018 01:38 AM, Tomáš Golembiovský wrote: Hi, I need to safely install a DEB file (or set of DEB files) without network connectivity and with tools normally present on small Debian installation. More precisely I would either like to install the package or leave the system in state

RE: Verifying dependencins of DEB file(s)

2018-11-14 Thread David Martens
-Original Message- From: Tomáš Golembiovský [mailto:tgole...@redhat.com] Sent: Wednesday, November 14, 2018 9:38 AM To: debian-user@lists.debian.org Subject: Verifying dependencins of DEB file(s) ... Neither I found a way how to at least check dependencies. ... gdebi? This

Re: Verifying dependencins of DEB file(s)

2018-11-14 Thread Tomaž Šolc
dependencies. For any sane .deb the system after --purge should be in the same state as before installation. Best regards Tomaž

Re: Verifying dependencins of DEB file(s)

2018-11-14 Thread Sven Joachim
On 2018-11-14 08:38 +0100, Tomáš Golembiovský wrote: > I need to safely install a DEB file (or set of DEB files) without > network connectivity and with tools normally present on small Debian > installation. More precisely I would either like to install the package > or leave the sys

Re: Verifying dependencins of DEB file(s)

2018-11-14 Thread Reco
Hi. On Wed, Nov 14, 2018 at 08:38:26AM +0100, Tomáš Golembiovský wrote: > Hi, > > I need to safely install a DEB file (or set of DEB files) without > network connectivity and with tools normally present on small Debian > installation. More precisely I would either like

Verifying dependencins of DEB file(s)

2018-11-13 Thread Tomáš Golembiovský
Hi, I need to safely install a DEB file (or set of DEB files) without network connectivity and with tools normally present on small Debian installation. More precisely I would either like to install the package or leave the system in state before the attempt. However, it seems there is no way to

Re: trusting .deb packages

2018-07-25 Thread Brian
On Thu 26 Jul 2018 at 01:30:09 +1000, Andrew McGlashan wrote: > On 25/07/18 23:52, Darac Marjal wrote: > >> I'm not sure you understand how Debian works, then. Debian is a > >> political animal as much as it is technical. There was a > >> technical requirement for a better init system, so there w

Re: trusting .deb packages

2018-07-25 Thread Andrew McGlashan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 25/07/18 23:52, Darac Marjal wrote: >> I'm not sure you understand how Debian works, then. Debian is a >> political animal as much as it is technical. There was a >> technical requirement for a better init system, so there was a >> political pr

Re: trusting .deb packages

2018-07-25 Thread Darac Marjal
On Wed, Jul 25, 2018 at 03:54:11PM +1000, Andrew McGlashan wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 25/07/18 07:41, Matthew Crews wrote: In addition to this, be sure not to break Debian: https://wiki.debian.org/DontBreakDebian https://wiki.debian.org/DebianSoftware#Footno

Re: trusting .deb packages

2018-07-25 Thread john doe
On 7/25/2018 7:40 AM, Andrew McGlashan wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 25/07/18 04:31, john doe wrote: Also verifying signature using gnupg and checksum is a must (sha512). Such verification is suspect, anyone can create gpg keys for anyone (so trust in the keys us

Re: trusting .deb packages

2018-07-24 Thread Andrew McGlashan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 25/07/18 07:41, Matthew Crews wrote: > In addition to this, be sure not to break Debian: > > https://wiki.debian.org/DontBreakDebian > https://wiki.debian.org/DebianSoftware#Footnotes "Broken" many of us strongly believe that once the

Re: trusting .deb packages

2018-07-24 Thread Andrew McGlashan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 25/07/18 12:17, Rick Thomas wrote: > On Jul 24, 2018, at 2:41 PM, Matthew Crews > wrote: >> Personally, I have a low degree of trust for Mega.nz, so caveat >> emptor. > Why do you say that? (serious question!) Have there been reports > of pro

Re: trusting .deb packages

2018-07-24 Thread Andrew McGlashan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 25/07/18 04:31, john doe wrote: > Also verifying signature using gnupg and checksum is a must > (sha512). Such verification is suspect, anyone can create gpg keys for anyone (so trust in the keys used is essential, but more difficult to attain)

Re: trusting .deb packages

2018-07-24 Thread Ben Caradoc-Davies
On 25/07/18 14:35, Matthew Crews wrote: On 7/24/18 7:17 PM, Rick Thomas wrote: On Jul 24, 2018, at 2:41 PM, Matthew Crews wrote: Personally, I have a low degree of trust for Mega.nz, so caveat emptor. Why do you say that? (serious question!) Have there been reports of problems? A few reaso

Re: trusting .deb packages

2018-07-24 Thread Gene Heskett
On Tuesday 24 July 2018 22:35:17 Matthew Crews wrote: > On 7/24/18 7:17 PM, Rick Thomas wrote: > > On Jul 24, 2018, at 2:41 PM, Matthew Crews wrote: > >> Personally, I have a low degree of trust for Mega.nz, so caveat > >> emptor. > > > > Why do you say that? (serious question!) Have there bee

  1   2   3   4   5   6   7   8   9   10   >