help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] info / help


From: Gerard ROBIN
Subject: Re: [Help-bash] info / help
Date: Mon, 11 Jan 2016 00:29:53 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Jan 11, 2016 at 12:04:20AM +0200, Moreanu Robert - Nicolae wrote:
> Date: Mon, 11 Jan 2016 00:04:20 +0200
> From: Moreanu Robert - Nicolae <address@hidden>
> To: address@hidden
> Subject: [Help-bash] info / help
......................................8<.................................... 
> I need to know if it's possible under this GNU Bash to install alsa - utils
> package .deb format:
> 
> wget
> http://ftp.us.debian.org/debian/pool/main/a/alsa-utils/alsa-utils_1.0.28-1_amd64.deb
> dpkg -i alsa-utils_1.0.28-1_amd64.deb
> 
> but I see that doesn't work command of wget and dpkg

> so... How I can install my package, such that to do it from GNU Bash,
> rescue mode in Debian 8.1. can you give me an procedure or other links to
> learn how I will do it. And I hope to solve of this problem and Debian to
> boot normal.

I'm not an expert and I do not know interpret your log file but to
install alsa-utils the right tool is apt-get : (as root)

~# apt-get install alsa-utils

so apt-get will install the dependencies it needs.

For me "wget http://...../alsa-utils_1.0.28-1_amd64.deb
works fine; perhaps wget isn't installed in your box ?

~# apt-get install wget

will do the trick.


-- 
Gerard
___________________________________________
*******************************************
*  Created with "mutt 1.5.23"             *
*  under Debian Linux JESSIE version 8.2  *
*  Registered Linux User #388243          *
*  https://Linuxcounter.net               *
*******************************************




reply via email to

[Prev in Thread] Current Thread [Next in Thread]