Re: would like to do install from local mirror

2025-07-17 Thread David Wright
On Thu 17 Jul 2025 at 15:26:15 (-0400), Šarūnas Burdulis wrote: > On 2025-07-17 2:46 PM, Roy J. Tellason, Sr. wrote: > > > My internet service is by way of a dish out in the yard, and I have > > no idea where the base station is for the uplink to that particular > > satellites. How best to deal w

Re: would like to do install from local mirror

2025-07-17 Thread Šarūnas Burdulis
On 2025-07-17 2:46 PM, Roy J. Tellason, Sr. wrote: My internet service is by way of a dish out in the yard, and I have no idea where the base station is for the uplink to that particular satellites. How best to deal with that, I wonder? Not sure about the base station, but traceroute to a kn

Re: would like to do install from local mirror

2025-07-17 Thread Roy J. Tellason, Sr.
On Wednesday 16 July 2025 05:45:28 pm Andy Smith wrote: > The "easy route" through that set of dialogs has you say where you are > located and then it offers a few different Debian mirrors that make > sense for that location, however it does also let you type in your own. My internet service is b

Re: would like to do install from local mirror

2025-07-16 Thread Titus Newswanger
On 7/16/25 15:03, Titus Newswanger wrote: for Debian 12 I do a minimal install from the unmodified net install iso without network cable plugged in. I forgot to mention, it will want to connect to the network but the cable is unplugged (intentionally). I allow it to try connecting. After a

Re: would like to do install from local mirror

2025-07-16 Thread Russell L. Harris
For number of years, my local mirror has been running approx, without problems. All of my installs are netinst, using a USB stick. RLH

Re: would like to do install from local mirror

2025-07-16 Thread Andrew M.A. Cater
On Wed, Jul 16, 2025 at 07:51:54PM +, fxkl4...@protonmail.com wrote: > what would be the easiest way to do an install from my local mirror > would getting a copy of netinst.iso and modify it be practical > As someone else has pointed out, if you just need to install once on one s

Re: would like to do install from local mirror

2025-07-16 Thread Andy Smith
Hi, On Wed, Jul 16, 2025 at 07:51:54PM +, fxkl4...@protonmail.com wrote: > what would be the easiest way to do an install from my local mirror > would getting a copy of netinst.iso and modify it be practical I typically use the netinstall and unless you set it to be fully automated i

Re: would like to do install from local mirror

2025-07-16 Thread fxkl47BF
On Wed, 16 Jul 2025, Titus Newswanger wrote: > > On 7/16/25 14:51, fxkl4...@protonmail.com wrote: >> what would be the easiest way to do an install from my local mirror >> would getting a copy of netinst.iso and modify it be practical > for Debian 12 I do a minimal install fr

Re: would like to do install from local mirror

2025-07-16 Thread Charles Curley
On Wed, 16 Jul 2025 19:51:54 + fxkl4...@protonmail.com wrote: > what would be the easiest way to do an install from my local mirror > would getting a copy of netinst.iso and modify it be practical I'm not sure you mean by "local mirror". If you mean the one close

Re: would like to do install from local mirror

2025-07-16 Thread Titus Newswanger
On 7/16/25 14:51, fxkl4...@protonmail.com wrote: what would be the easiest way to do an install from my local mirror would getting a copy of netinst.iso and modify it be practical for Debian 12 I do a minimal install from the unmodified net install iso without network cable plugged in. After

would like to do install from local mirror

2025-07-16 Thread fxkl47BF
what would be the easiest way to do an install from my local mirror would getting a copy of netinst.iso and modify it be practical

Re: Where to report missing packages after an 'apt install'?

2025-06-22 Thread Anders Andersson
> > I just installed pyspread on my Debian 12 system and when I ran it > there were two missing packages:- > > chris$ pyspread > Warning: Required module setuptools not found. > Warning: Required module markdown2 not found. > chris$ > > So should this be reported to Debian maintaine

Re: Where to report missing packages after an 'apt install'?

2025-06-21 Thread songbird
Chris Green wrote: > I just installed pyspread on my Debian 12 system and when I ran it > there were two missing packages:- > > chris$ pyspread > Warning: Required module setuptools not found. > Warning: Required module markdown2 not found. > chris$ > > So should this be reported t

Where to report missing packages after an 'apt install'?

2025-06-21 Thread Chris Green
I just installed pyspread on my Debian 12 system and when I ran it there were two missing packages:- chris$ pyspread Warning: Required module setuptools not found. Warning: Required module markdown2 not found. chris$ So should this be reported to Debian maintainers somewhere or i

Re: Run script after package install, update?

2025-06-15 Thread Max Nikulin
ot;foo", "bar", "baz"]. My guess is that it should be a list as it is described in the "SYNTAX" section of the man page. Conclusion: there is nothing at all in the environment or arguments passed to the Post-Invoke script(s) that indicate what has been done.

Re: Run script after package install, update

2025-06-15 Thread David Wright
On Sun 15 Jun 2025 at 13:33:41 (-0400), Greg Wooledge wrote: > On Sun, Jun 15, 2025 at 12:14:30 -0500, David Wright wrote: > > Well, I just plagiarised /etc/apt/apt.conf.d/99needrestart: > > > > $ cat /etc/apt/apt.conf.d/99redogrub > > DPkg::Post-Invoke {"test -x /var/local/bin/redo && /var/l

Re: Run script after package install, update

2025-06-15 Thread Greg Wooledge
On Sun, Jun 15, 2025 at 12:14:30 -0500, David Wright wrote: > Well, I just plagiarised /etc/apt/apt.conf.d/99needrestart: > > $ cat /etc/apt/apt.conf.d/99redogrub > DPkg::Post-Invoke {"test -x /var/local/bin/redo && /var/local/bin/redo || > true"; }; > $ > > and wrote /var/local/bin/redo

Re: Run script after package install, update

2025-06-15 Thread Boyan Penkov
> > > > 2) I created the script /usr/local/sbin/dpkg-experiment with the following > > contents: > > > > ==== > > #!/bin/sh > > exec > /var/tmp/dpkg-experiment > >

Re: Run script after package install, update

2025-06-15 Thread David Wright
" > if test "$#" != 0; then > printf : > printf ' <%s>' "$@" > fi > echo; echo > ps -fp "$$,$PPID" > echo > env > > > and gave it 755 permi

Re: Run script after package install, update?

2025-06-15 Thread tomas
On Sun, Jun 15, 2025 at 06:08:08PM +0200, to...@tuxteam.de wrote: [...] > Aaah. I guess they mean Perl-y lists, like ["foo", "bar", "baz"]. Gah, no. That'd make an array ref. I wanted to write ("foo", "bar", "baz"). Cheers -- t signature.asc Description: PGP signature

Re: Run script after package install, update?

2025-06-15 Thread tomas
> > #!/bin/sh > exec > /var/tmp/dpkg-experiment > printf '%s args' "$#" > if test "$#" != 0; then > printf : > printf ' <%s>' "$@" > fi &

Re: Run script after package install, update?

2025-06-15 Thread Boyan Penkov
= > #!/bin/sh > exec > /var/tmp/dpkg-experiment > printf '%s args' "$#" > if test "$#" != 0; then > printf : > printf ' <%s>' "$@" > fi > echo; echo > ps -fp "$$,$PPID" > echo > env > ===

Re: Run script after package install, update?

2025-06-15 Thread Greg Wooledge
"$#" if test "$#" != 0; then printf : printf ' <%s>' "$@" fi echo; echo ps -fp "$$,$PPID" echo env and gave it 755 permissions. 3) I installed a package by running "sudo apt-ge

Re: Run script after package install, update?

2025-06-15 Thread Boyan Penkov
grub/config changed: /usr/bin/sh clean_up_grub ``` which certainly would work, but also dances around the issue. wanderer also brings up issues of changing the packages locally on my install, which (in my case) is a recipe for pain. Darac Marjal suggested looking at locally configuring grub, which

Re: Run script after package install, update

2025-06-15 Thread David Wright
On Sun 15 Jun 2025 at 06:23:20 (-0400), The Wanderer wrote: > On 2025-06-15 at 04:01, to...@tuxteam.de wrote: > > OK, here is the screwdriver (from man apt.conf(5)): > > > >Pre-Invoke, Post-Invoke > >This is a list of shell commands to run before/after > >invoking

Re: Run script after package install, update?

2025-06-15 Thread Darac Marjal
l but one drives can fail and the machine will still boot (to something...). To this end, after I see apt has updated grub, I manually run something like: ``` sudo update-grub sudo grub-install /dev/sda sudo grub-install /dev/sdb sudo update-grub ``` I'd like to automate this; if grub is changed

Re: Run script after package install, update?

2025-06-15 Thread The Wanderer
On 2025-06-15 at 04:01, to...@tuxteam.de wrote: > On Sun, Jun 15, 2025 at 09:31:45AM +0200, Anders Andersson wrote: > >> On Sun, Jun 15, 2025 at 7:45 AM Nicholas Geovanis >> wrote: >>> You could easily do this with ansible. In perhaps 30 lines of >>> YAML y

Re: Run script after package install, update?

2025-06-15 Thread tomas
at all but one drives can fail and the machine will > >> still boot (to something...). To this end, after I see apt has > >> updated grub, I manually run something like: > >> ``` > >> sudo update-grub > >> sudo grub-install /dev/sda > >> sudo gru

Re: Run script after package install, update?

2025-06-15 Thread Anders Andersson
pdated grub, I manually run something like: >> ``` >> sudo update-grub >> sudo grub-install /dev/sda >> sudo grub-install /dev/sdb >> sudo update-grub >> ``` >> I'd like to automate this; if grub is changed, run this script automatically. > > > Yo

Re: Run script after package install, update?

2025-06-14 Thread Nicholas Geovanis
to *every* drive, with the > expectation that all but one drives can fail and the machine will > still boot (to something...). To this end, after I see apt has > updated grub, I manually run something like: > ``` > sudo update-grub > sudo grub-install /dev/sda > sudo grub-install

Run script after package install, update?

2025-06-14 Thread Boyan Penkov
will still boot (to something...). To this end, after I see apt has updated grub, I manually run something like: ``` sudo update-grub sudo grub-install /dev/sda sudo grub-install /dev/sdb sudo update-grub ``` I'd like to automate this; if grub is changed, run this script automatically. Thanks k

Re: how to install debian to external USB ssd harddisk

2025-06-04 Thread Max Nikulin
On 05/06/2025 01:09, Mgr. Janusz Chmiel wrote: Unfortunately, Debian text Installer and even Camalares installer do not cooperate with my UEFI firmware. I think, installer assumes default use case with loaders for all OSes installed to the same EFI System Partition. Create another EFI System

Re: how to install debian to external USB ssd harddisk

2025-06-04 Thread David Christensen
On 6/4/25 11:09, Mgr. Janusz Chmiel wrote: Dear advanced users and developers, Debian is making so big joy to Me that I want to install it to my USB external SSD harddisk. Unfortunately, Debian text Installer and even Camalares installer do not cooperate with my UEFI firmware. So Grub is being

how to install debian to external USB ssd harddisk

2025-06-04 Thread Mgr. Janusz Chmiel
Dear advanced users and developers, Debian is making so big joy to Me that I want to install it to my USB external SSD harddisk. Unfortunately, Debian text Installer and even Camalares installer do not cooperate with my UEFI firmware. So Grub is being always installed automatically to my ATA

Re: In cross install, cannot mount fstabe

2025-04-22 Thread Andy Smith
mesg(1) may have more information after failed mount system call. ?? No one suggested trying to do bind mounts from inside the chroot. Clearly that is not going to work. Bind mounts are normally done from outside before you enter the chroot. If you want a step by step tutorial on how to install Debian b

Re: In cross install, cannot mount fstabe

2025-04-22 Thread Tim Woodall
On Tue, 22 Apr 2025, Haines Brown wrote: I try as you sugggest abd run within chroot. But this is what I get:? /# mount -o bind /sys/ /mnt/debinst/sys mount: /mnt/debinst/sys: mount point does not exist. dmesg(1) may have more information after failed mount system call.

Re: In cross install, cannot mount fstab

2025-04-22 Thread Andy Smith
Hi, On Tue, Apr 22, 2025 at 06:23:05AM -0400, Haines Brown wrote: > the UUIDs are copied and pasted from # blkid and so should be without > error. Can you show us the output of blkid? > I did the chroot command again (while in chroot) nd it reported an error: chroot from inside a chroot is ob

Re: In cross install, cannot mount fstab

2025-04-22 Thread Haines Brown
On Mon, Apr 21, 2025 at 09:30:39PM -0500, David Wright wrote: > On Mon 21 Apr 2025 at 15:38:45 (-0400), Haines Brown wrote: > > I am doing a cross install from my current Debian daedalus systm to a > > target disk /dev/nvme1n1. > > > > I enter chroot, and create /etc/

Re: In cross install, cannot mount fstab

2025-04-22 Thread Tim Woodall
On Mon, 21 Apr 2025, Haines Brown wrote: I am doing a cross install from my current Debian daedalus systm to a target disk /dev/nvme1n1. I enter chroot, and create /etc/festab on the target. I use the UUIDs repored by # blkid for the target disk, Then I attemt to mount these partitions

Re: In cross install, cannot mount fstab

2025-04-21 Thread David Wright
On Mon 21 Apr 2025 at 15:38:45 (-0400), Haines Brown wrote: > I am doing a cross install from my current Debian daedalus systm to a target > disk /dev/nvme1n1. > > I enter chroot, and create /etc/festab on the target. I use the UUIDs repored > by # blkid for > the target

Re: In cross install, cannot mount fstab

2025-04-21 Thread Charles Curley
On Mon, 21 Apr 2025 15:38:45 -0400 Haines Brown wrote: > I enter chroot, and create /etc/festab on the target. I use the UUIDs > repored by # blkid for the target disk, > > Then I attemt to mount these partitions > > /:# mount -a > > Mount cann't find the UIIDs. For eample: > > mount

In cross install, cannot mount fstab

2025-04-21 Thread Haines Brown
I am doing a cross install from my current Debian daedalus systm to a target disk /dev/nvme1n1. I enter chroot, and create /etc/festab on the target. I use the UUIDs repored by # blkid for the target disk, Then I attemt to mount these partitions /:# mount -a Mount cann't fin

Re: next Trixie install images expected to arrive when?

2025-04-09 Thread Charles Curley
On Wed, 9 Apr 2025 14:48:28 -0400 Dan Ritter wrote: > Marco Möller wrote: > > I am about to make an installation of Trixie to a Laptop. > > If it is expected that new install media are to become published > > soon, hen I wait for testing them, after the current ones are &g

Re: next Trixie install images expected to arrive when?

2025-04-09 Thread Timothy M Butterworth
On Wed, Apr 9, 2025 at 5:56 PM Charles Curley < charlescur...@charlescurley.com> wrote: > On Wed, 9 Apr 2025 14:48:28 -0400 > Dan Ritter wrote: > > > Marco Möller wrote: > > > I am about to make an installation of Trixie to a Laptop. > > > If it is expect

Re: next Trixie install images expected to arrive when?

2025-04-09 Thread Marco Möller
are you aware of: https://get.debian.org/images/ which offers daily snapshots of the trixie installer? I just installed the latest weekly build to an AMD64 virtual machine with no issues, so you should be OK with it on your laptop. I missed the daily builds. They are obviously what I am inte

Re: next Trixie install images expected to arrive when?

2025-04-09 Thread Dan Ritter
Marco Möller wrote: > I am about to make an installation of Trixie to a Laptop. > If it is expected that new install media are to become published soon, hen I > wait for testing them, after the current ones are likely to have been tested > a lot already. > Would anybody know ab

next Trixie install images expected to arrive when?

2025-04-09 Thread Marco Möller
I am about to make an installation of Trixie to a Laptop. If it is expected that new install media are to become published soon, hen I wait for testing them, after the current ones are likely to have been tested a lot already. Would anybody know about when a next version of Trixie installation

Re: Unable to install GRUB in dummy

2025-04-05 Thread hlyg
, installer isn't fool-proof for me your advanced technique of booting very old laptop is too complex to me perhaps trixie is about to become stable, i will install it from scratch

Re: Unable to install GRUB in dummy

2025-04-05 Thread Andrew M.A. Cater
. > > > Thank Wright! i have solved it on my own > > i am new user of gpt, fatal error is caused by my failure to create efi > partition > Make it simple for yourself. If you are at all unsure when you install, just take guided partitioning. That should set up a 512M partit

Re: Unable to install GRUB in dummy

2025-04-05 Thread David Wright
On Sun 30 Mar 2025 at 11:50:52 (+0800), hlyg wrote: > i install with debian-12.10.0-amd64-netinst.iso > > during final stage of installation, it fails to install grub > > "Executing 'grub-install dummy' failed." > "This is a fatal error." > &g

Re: Unable to install GRUB in dummy

2025-04-05 Thread hlyg
On 4/1/25 05:20, Andrew M.A. Cater wrote: Make it simple for yourself. If you are at all unsure when you install, just take guided partitioning. That should set up a 512M partition for boot, a 1G partition for swap and the rest of the disk for / Unless you *really have* to partition things

Re: Unable to install GRUB in dummy

2025-04-01 Thread hlyg
Thank Nikulin! i read wiki page you mention, it is too technical, as end user, i am not expected to worry such details it seems to me that efi isn't very mature at present it doesn't offer any benefits to me though it is superior to mbr

Re: Unable to install GRUB in dummy

2025-03-31 Thread David Wright
On Tue 01 Apr 2025 at 04:09:31 (+0800), hlyg wrote: > On 3/31/25 10:50, David Wright wrote: > > Presumably that error message was from the screen. Have you looked > > at /var/log/installer/syslog for more expansive error messages? > > > Thank Wright! i have solved it on my own > > i am new user o

Re: Unable to install GRUB in dummy

2025-03-31 Thread Max Nikulin
On 01/04/2025 03:09, hlyg wrote: in the end i use mbr, as one of my PCs doesn't support gpt It depends on firmware, but I expect that UEFI spec describes requirements for ESP in the case of MBR partitions. btw what is recommended size of efi partition? default size is 512M sgdisk(8)

Re: Unable to install GRUB in dummy

2025-03-31 Thread hlyg
On 3/31/25 10:50, David Wright wrote: Presumably that error message was from the screen. Have you looked at /var/log/installer/syslog for more expansive error messages? Cheers, David. Thank Wright! i have solved it on my own i am new user of gpt, fatal error is caused by my failure to creat

Unable to install GRUB in dummy

2025-03-29 Thread hlyg
i install with debian-12.10.0-amd64-netinst.iso during final stage of installation, it fails to install grub "Executing 'grub-install dummy' failed." "This is a fatal error." how to solve it? i bet it is caused by other bootloader in installation target disk

Re: Linux image package install failure

2025-03-24 Thread Jeffrey Walton
On Tue, Mar 25, 2025 at 12:27 AM Xiyue Deng wrote: > > Nicolas George writes: > > > Barry Newberger (HE12025-03-24): > >> package: dpkg > >> version: 1.21.22 (amd64) > >> > >> Using Discover update following error occurred: > >> > >> Package failed to install:Error while installing package: > >>

Re: Linux image package install failure

2025-03-24 Thread Xiyue Deng
Nicolas George writes: > Barry Newberger (HE12025-03-24): >> package: dpkg >> version: 1.21.22 (amd64) >> >> Using Discover update following error occurred: >> >> Package failed to install:Error while installing package: >> installed linux-image-6.1.0-32-amd64 package post-installation script

Re: Linux image package install failure

2025-03-24 Thread Erwan David
1.0-31-amd64. > > /etc/kernel/postinst.d/initramfs-tools: > > update-initramfs: Generating /boot/initrd.img-6.1.0-31-amd64 > > cpio: write error: No space left on device > ... > > It's not uncommon that one discovers he has let freespace get too low by > encou

Re: Linux image package install failure

2025-03-24 Thread Felix Miata
t; cpio: write error: No space left on device ... It's not uncommon that one discovers he has let freespace get too low by encountering a failure to install that leaves the new package's contents on disk taking up valuable space without completing associated setup tasks. One then logicall

Re: Linux image package install failure

2025-03-24 Thread Nicolas George
Barry Newberger (HE12025-03-24): > package: dpkg > version: 1.21.22 (amd64) > > Using Discover update following error occurred: > > Package failed to install:Error while installing package: > installed linux-image-6.1.0-32-amd64 package post-installation script > subprocess returned error exit s

Re: Linux image package install failure

2025-03-24 Thread Greg Wooledge
On Mon, Mar 24, 2025 at 08:05:32 -0500, Barry Newberger wrote: > Setting up linux-image-6.1.0-32-amd64 (6.1.129-1) ... > /etc/kernel/postinst.d/dkms: > dkms: running auto installation service for kernel 6.1.0-32-amd64. > dkms: autoinstall for kernel: 6.1.0-32-amd64. > /etc/kernel/postinst.d/initram

Linux image package install failure

2025-03-24 Thread Barry Newberger
package: dpkg version: 1.21.22 (amd64) Using Discover update following error occurred: Package failed to install:Error while installing package: installed linux-image-6.1.0-32-amd64 package post-installation script subprocess returned error exit status 1 Ran following: uname -r 6.1.0-31-amd64

Re: Feature request: install package by passing URL to apt-get

2025-03-04 Thread Yassine Chaouche
Le 3/3/25 à 16:40, Greg Wooledge a écrit : On Mon, Mar 03, 2025 at 15:44:11 +0100, Yassine Chaouche wrote: dpkg won't install missing dependencies. gdebi will. So will apt-get and apt. It's just undocumented. apt install ./filename.deb apt-get install ./filename.deb The pathname

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Darac Marjal
On 03/03/2025 11:49, Steven Speek wrote: I would like this feature in apt-get. Counter Proposal: Ask whomever is providing you the packge, to offer it as a Debian Repository. That way, your custom application is just a "extrepo enable " away. OpenPGP_signature.asc Description: OpenPGP digita

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Greg Wooledge
On Mon, Mar 03, 2025 at 15:44:11 +0100, Yassine Chaouche wrote: > Le 3/3/25 à 15:25, Joe a écrit : > > You can install any random .deb package from any source using dpkg [...] > > dpkg won't install missing dependencies. > gdebi will. So will apt-get and apt. It&#x

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Yassine Chaouche
Le 3/3/25 à 15:25, Joe a écrit : You can also compile software source code[...]> This is not a trivial task. I find configure, make, sudo make install often very simple. So I'd say it depends on the software. Sometimes you're missing header files, in which case configure kin

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Alex Mestiashvili
On 3/3/25 15:42, Yassine Chaouche wrote: Le 3/3/25 à 15:25, Joe a écrit : You can also compile software source code[...]> This is not a trivial task. I find configure, make, sudo make install often very simple. So I'd say it depends on the software. Sometimes you're missing

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Yassine Chaouche
Le 3/3/25 à 15:25, Joe a écrit : You can install any random .deb package from any source using dpkg [...] dpkg won't install missing dependencies. gdebi will. Best, -- yassine -- sysadm http://about.me/ychaouche Looking for side gigs.

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Jeffrey Walton
configured to > allow users to use sudo to install packages from configured and trusted > repositories. If apt can install some random package from a random place > on the internet, the approach with sudo apt/apt-get is doomed. > So, please, no. ++. Don't turn Apt into Compose

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Richard Owlett
On 3/3/25 7:10 AM, Andy Smith wrote: Hi, On Mon, Mar 03, 2025 at 12:49:11PM +0100, Steven Speek wrote: I would like this feature in apt-get. Since this is just a mailing list of Debian users, no one here is empowered to do what you ask. The proper procedure would be to report it as a wishlis

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Richard Owlett
On 3/3/25 5:49 AM, Steven Speek wrote: I would like this feature in apt-get. Exactly *WHAT* feature?? You supply *NO* context. Also this list is primarily user-to-user support.

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Richard Owlett
On 3/3/25 6:56 AM, Greg Wooledge wrote: On Mon, Mar 03, 2025 at 06:14:40 -0600, Richard Owlett wrote: On 3/3/25 5:49 AM, Steven Speek wrote: I would like this feature in apt-get. Exactly *WHAT* feature?? You supply *NO* context. This is why I advise people NOT to put the de

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Alex Mestiashvili
On 3/3/25 12:49, Steven Speek wrote: I would like this feature in apt-get. This is a disaster feature from my point of view. Debian packages are installed with root privileges, however, many systems are configured to allow users to use sudo to install packages from configured and trusted

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Andy Smith
Hi, On Mon, Mar 03, 2025 at 12:49:11PM +0100, Steven Speek wrote: > I would like this feature in apt-get. Since this is just a mailing list of Debian users, no one here is empowered to do what you ask. The proper procedure would be to report it as a wishlist bug on apt-get in the Debian bug trac

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Yassine Chaouche
Le 3/3/25 à 13:14, Richard Owlett a écrit : On 3/3/25 5:49 AM, Steven Speek wrote: I would like this feature in apt-get. Exactly *WHAT* feature?? You supply *NO* context. Also this list is primarily user-to-user support. Happy now? Look how angry you made Steven Speek now.

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Greg Wooledge
On Mon, Mar 03, 2025 at 06:14:40 -0600, Richard Owlett wrote: > On 3/3/25 5:49 AM, Steven Speek wrote: > > I would like this feature in apt-get. > > > > Exactly *WHAT* feature?? > You supply *NO* context. This is why I advise people NOT to put the details of their request only in

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Dan Ritter
Steven Speek wrote: > I would like this feature in apt-get. Until then, you can use wget to retrieve the URL and apt install to install from the filename. In general, this is rather dangerous, and should probably be avoided. There may be better solutions, depending on the context of where th

Re: Feature request: install package by passing URL to apt-get

2025-03-03 Thread Steven Speek
I would like this feature in apt-get.

Re: Reproducing the problem on Bullseye install w/o network mirror

2025-02-21 Thread David Wright
On Sun 02 Feb 2025 at 12:14:08 (+), Andrew M.A. Cater wrote: > On Sat, Feb 01, 2025 at 10:31:02PM -0600, David Wright wrote: > > On Sat 01 Feb 2025 at 15:29:13 (+), Andrew M.A. Cater wrote: > > > I'm not sure this is a bug per se: if what you want is a fully offline

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-13 Thread Chris Green
"open", and xdg-open just use some of these options. > > > > There's also all the MIME confguration. > > Maybe you can see exactly what's going on by examining Epiphany's post install > script in /var/lib/dpkg/info/. > > For firefox-esr, it's

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-13 Thread Greg
7;s also all the MIME confguration. Maybe you can see exactly what's going on by examining Epiphany's post install script in /var/lib/dpkg/info/. For firefox-esr, it's #!/bin/sh -e if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] ; then

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-13 Thread Max Nikulin
On 13/02/2025 09:19, Greg Wooledge wrote: On Thu, Feb 13, 2025 at 08:56:47 +0700, Max Nikulin wrote: - *browser alternatives - BROWSER environment - mailcap for text/html I have realized that I do not have an example of an application that determines https: scheme handler from mailcap (it is

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Chris Green
Max Nikulin wrote: > On 13/02/2025 01:26, Greg Wooledge wrote: > > Now Debian has*two* completely separate > > ways to specify a default application for a role. > > I believed there are at least 4 ways (besides settings specific to > particular applications) > - *browser alternatives > - BROWSER

Re: How to choose which 'printer' to install

2025-02-12 Thread David Wright
On Wed 12 Feb 2025 at 16:40:24 (+), Chris Green wrote: > Jeffrey Walton wrote: > > On Wed, Feb 12, 2025 at 8:20 AM Chris Green wrote: > > > > > > When I run CUPS 'add printer' with a new (to the network) Laserjet > > > M15W I see four possible printers to add:- > > > > > > HP LaserJet M15w (

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Greg Wooledge
On Thu, Feb 13, 2025 at 08:56:47 +0700, Max Nikulin wrote: > On 13/02/2025 01:26, Greg Wooledge wrote: > > Now Debian has*two* completely separate > > ways to specify a default application for a role. > > I believed there are at least 4 ways (besides settings specific to > particular applications)

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Max Nikulin
On 13/02/2025 01:26, Greg Wooledge wrote: Now Debian has*two* completely separate ways to specify a default application for a role. I believed there are at least 4 ways (besides settings specific to particular applications) - *browser alternatives - BROWSER environment - mailcap for text/html

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Greg Wooledge
r-xr-x 1 root root 1290 Jan 14 2023 /usr/bin/sensible-browser* ... it's NOT a symlink to /etc/alternatives/x-www-browser?? hobbit:~$ dpkg -S /usr/bin/sensible-browser sensible-utils: /usr/bin/sensible-browser Package: sensible-utils Status: install ok installed Priority: important [...] Ver

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Greg
On 2025-02-12, Nicolas George wrote: > Greg (HE12025-02-12): >> What is going on? You suggested examining the source code. > > No, I suggested reading the documentation. Others have suggested other > avenues that lead to understanding. These are good answers. The > suggestions to uninstall and ran

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Nicolas George
Greg (HE12025-02-12): > What is going on? You suggested examining the source code. No, I suggested reading the documentation. Others have suggested other avenues that lead to understanding. These are good answers. The suggestions to uninstall and randomly fiddle with the order are polluting the go

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Greg
On 2025-02-12, Nicolas George wrote: > > The only way to achieve a reliable result is to understand what is going > on. I am flabbergasted that so many people on this list do not start What is going on? You suggested examining the source code. For the end user, this might be arduous task at best.

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Greg
On 2025-02-12, David Wright wrote: >> > > >> > Unfortunately, as Greg Wooledge has already pointed out, there is no >> > universal standard. If there was, this thread would've stopped ages >> > ago. >> >> I am really surprised that this thread is so long. However I am still >> curious whether xf

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Nicolas George
Greg (HE12025-02-12): > Simply reversing the installation order of the two browsers seems the > most direct and easiest solution. It might achieve the result. A solution… What will the OP do if they install another browser to try something and it becomes the default one? Uninstall them a

Re: How to choose which 'printer' to install?

2025-02-12 Thread Chris Green
Jeffrey Walton wrote: > On Wed, Feb 12, 2025 at 8:20 AM Chris Green wrote: > > > > When I run CUPS 'add printer' with a new (to the network) Laserjet > > M15W I see four possible printers to add:- > > > > HP LaserJet M15w (FD27B6) (HP LaserJet M14-M17) > > HP LaserJet M14-M17 (driverless) (HP L

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread David Wright
On Wed 12 Feb 2025 at 22:54:15 (+0700), Max Nikulin wrote: > On 12/02/2025 22:09, Greg wrote: > > On 2025-02-12, Max Nikulin wrote: > > > Certainly, but before delving into source code I would try the standard > > > (XDG) way to configure media types and applications associations. > > > > > Unfort

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Greg
On 2025-02-12, Brad Rogers wrote: > > On Wed, 12 Feb 2025 15:36:46 - (UTC) > Greg wrote: > > Hello Greg, > >>What exactly is he after? I was under the impression it was setting the >>default browser to Vivaldi. > > Yes, but as has been explained, there are multiple ways in which a > browser c

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Dan Ritter
Chris Green wrote: > Anssi Saari wrote: > > Chris Green writes: > > > > > Installing epiphany just added it as a choice but left vivaldi as the > > > configured browser, but still epiphany grabbed everything. > > > > Have you considered you may get better information if you actually > > define

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Brad Rogers
On Wed, 12 Feb 2025 15:36:46 - (UTC) Greg wrote: Hello Greg, >What exactly is he after? I was under the impression it was setting the >default browser to Vivaldi. Yes, but as has been explained, there are multiple ways in which a browser can be chosen. Some, most notably, circumventing sys

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Max Nikulin
On 12/02/2025 22:09, Greg wrote: On 2025-02-12, Max Nikulin wrote: Certainly, but before delving into source code I would try the standard (XDG) way to configure media types and applications associations. Unfortunately, as Greg Wooledge has already pointed out, there is no universal standard.

Re: How to install a browser (epiphany) without affecting mailcap etc.?

2025-02-12 Thread Chris Green
Greg wrote: > On 2025-02-12, Nicolas George wrote: > > Max Nikulin (HE12025-02-12): > >> I would not be surprised if it is not explicitly documented. > > > > At worst, the source code is the documentation. > > I think Chris had the right idea. Install Epiphan

  1   2   3   4   5   6   7   8   9   10   >