David Wright writes:
> You'd have to specify a set of criteria to test. I just treat
> /media/samsungd like any other filesystem, copying files in the
> usual manner.
Well, when I last tried MTP in Linux I got maybe half of a directory
listing and then it hung there. Concluded it doesn't work bu
On Mon 25 Sep 2023 at 21:08:34 (+0300), Anssi Saari wrote:
> David Wright writes:
> > On Sun 24 Sep 2023 at 22:13:20 (+), Albretch Mueller wrote:
> >> On 9/24/23, Marco M. wrote:
> >> > On most Android phones, you need to explicit allow data transfers.
> >>
> >> What do you functionally mea
On Mon 25 Sep 2023 at 17:41:13 (+), Albretch Mueller wrote:
> On 9/24/23, Michel Verdier wrote:
> > If you use USB you need a cable allowing data, some allow only power.
>
> The USB cable I have been using to charge the battery of that phone
> visually seems to be the same exact one being a
On Mon, Sep 25, 2023 at 10:13 PM Jeffrey Walton wrote:
>
> On Mon, Sep 25, 2023 at 7:05 PM Albretch Mueller wrote:
> >
> > On 9/24/23, Michel Verdier wrote:
> > > If you use USB you need a cable allowing data, some allow only power.
> >
> > The USB cable I have been using to charge the battery
On Mon, Sep 25, 2023 at 7:05 PM Albretch Mueller wrote:
>
> On 9/24/23, Michel Verdier wrote:
> > If you use USB you need a cable allowing data, some allow only power.
>
> The USB cable I have been using to charge the battery of that phone
> visually seems to be the same exact one being adverti
On 2023-09-25, Albretch Mueller wrote:
> Is there a way to test for sure that cable is the right one?
Usually the original cable furnished with the phone is a data cable. My
only test was to successfully use adb then change cable and see that I
have some power only cables.
On 2023-09-25, Albretch Mueller wrote:
> Android awakens when I unplug the cable from the computer; so,
> something is being somehow detected.
android also awakens on power on/off
David Wright (12023-09-25):
> On bullseye I have android-file-transfer installed. I connect the
> phone to the PC with USB, and run this function:
If we are sharing how we do file transfer to and from an Android phone:
My favorite solution is tu install Termux and run sshd in it. Then I can
use r
On 9/25/23, Albretch Mueller wrote:
> Most probably there is a setting in that phone I haven’t been able to
> find.
Android awakens when I unplug the cable from the computer; so,
something is being somehow detected.
lbrtchx
David Wright writes:
> On Sun 24 Sep 2023 at 22:13:20 (+), Albretch Mueller wrote:
>> On 9/24/23, Marco M. wrote:
>> > On most Android phones, you need to explicit allow data transfers.
>>
>> What do you functionally mean? I need for you to talk to me like
>> this: a) go "Settings"; b) ..
On 9/24/23, Michel Verdier wrote:
> If you use USB you need a cable allowing data, some allow only power.
The USB cable I have been using to charge the battery of that phone
visually seems to be the same exact one being advertised as doubling
as a data cable, but running:
$ sudo lsusb
Before
On Sun 24 Sep 2023 at 22:13:20 (+), Albretch Mueller wrote:
> On 9/24/23, Marco M. wrote:
> > On most Android phones, you need to explicit allow data transfers.
>
> What do you functionally mean? I need for you to talk to me like
> this: a) go "Settings"; b) ...
On bullseye I have android-
As far as I remember adb requires debugging to be enabled on the Android
device.
For newer androids following - slighly obscure - process has to be used:
Enabling USB Debugging on an Android Device
- On the device, go to Settings > About .
- Tap the Build number seven times to make Settings > Dev
Am 24.09.2023 22:13 schrieb Albretch Mueller:
> What do you functionally mean? I need for you to talk to me like
> this: a) go "Settings"; b) ...
According to the Google documentation:
With a USB cable, connect your device to your computer.
On your device, tap the "Charging this device via USB"
On 9/24/23, Marco M. wrote:
> On most Android phones, you need to explicit allow data transfers.
What do you functionally mean? I need for you to talk to me like
this: a) go "Settings"; b) ...
Thank you,
lbrtchx
On 9/24/23, Marco M. wrote:
> Am 24.09.2023 um 19:45:11 Uhr schrieb Albretch M
On 2023-09-24, Albretch Mueller wrote:
> Basically, I need to transfer selected data (whatsapp, messages,
> phone calls, ...) off my phone to my computer's hdd.
>
> How can you troubleshoot that problem or, do you know about any other
> way to transfer your data to a drive off your phone?
If yo
Am 24.09.2023 um 19:45:11 Uhr schrieb Albretch Mueller:
> How can you troubleshoot that problem or, do you know about any other
> way to transfer your data to a drive off your phone?
On most Android phones, you need to explicit allow data transfers.
Did you do?
$ uname -a
Linux debian 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02)
x86_64 GNU/Linux
$ sudo apt-get update
...
$ date; sudo apt-get install android-tools-adb
Sun 24 Sep 2023 02:07:24 PM UTC
...
$ which adb
/usr/bin/adb
$ adb --version
Android Debug Bridge version 1.0.41
Version
On Thu, Jul 06, 2023 at 08:21:18PM -0600, Charles Curley wrote:
> On Fri, 7 Jul 2023 10:53:10 +1200
> "C.T.F. Jansen" wrote:
>
> > The current default logging is unsatisfactory and needs to include a
> > text log.
>
> You can get much of the effect of /var/log/syslog with journalctl.
The OP se
On Fri, 7 Jul 2023 10:53:10 +1200
"C.T.F. Jansen" wrote:
> The current default logging is unsatisfactory and needs to include a
> text log.
You can get much of the effect of /var/log/syslog with journalctl. "man
journactl" for the gory details. Of particular use are the -f and -u
options.
--
On 7/7/23 07:59, Greg Wooledge wrote:
As with many of the unpopular changes that Debian embraces, this is a
decision they made, and no matter how utterly daft and ridiculous it is,
no amount of griping by users will change their minds about it.
As I have taken the first step of changing one
On Fri, Jul 07, 2023 at 10:53:10AM +1200, C.T.F. Jansen wrote:
> To restore a readable and accessible syslog in Debian 12.0 enter
>
> apt-get install rsyslog
>
> One doesn't need to do anything with the journal suite.
> I installed rsyslog-doc as well. I
To restore a readable and accessible syslog in Debian 12.0 enter
apt-get install rsyslog
One doesn't need to do anything with the journal suite.
I installed rsyslog-doc as well. It is in:
/usr/share/doc/rsyslog-doc/html
The logs appear to be set up to rotate etc alrea
ll from terminal "Fix
> > the apt-get install error: “Media change: please insert the disc labeled
> > ...” appears. I can't also install software thru discover.
>
> The better mailing list for such requests is debian-user
> (https://lists.debian.org/d
On Thu, Feb 06, 2020 at 01:50:01AM +0100, Rich Morin wrote:
> Debian's "apt-get install" command is documented as following
> "recommends" links by default. It also follows "depends" links,
> presumably in a recursive fashion. However, I haven&
Rich Morin wrote:
> Debian's "apt-get install" command is documented as following "recommends"
> links by default. It also follows "depends" links, presumably in a recursive
> fashion. However, I haven't been able to find out if it also follows
Quoting Rich Morin (2020-02-06 01:02:07)
> Debian's "apt-get install" command is documented as following
> "recommends" links by default. It also follows "depends" links,
> presumably in a recursive fashion. However, I haven't been able t
On Wed, 5 Feb 2020 16:02:07 -0800
Rich Morin wrote:
> Debian's "apt-get install" command is documented as following
> "recommends" links by default. It also follows "depends" links,
> presumably in a recursive fashion. However, I haven't been
Debian's "apt-get install" command is documented as following "recommends"
links by default. It also follows "depends" links, presumably in a recursive
fashion. However, I haven't been able to find out if it also follows recommends
links recursively.
Fo
On Mon 01 Jul 2019 at 13:45:30 (+), Fabian peter Hammerle wrote:
> > Presumably by employing the same method that linux-image uses:
> > by moving/copying the version number into the packages' names,
> > foo-1 and foo-2.
>
> Thanks for your suggestion
>
> We are using CI/CD pipelines that depl
Hi David,
> Presumably by employing the same method that linux-image uses:
> by moving/copying the version number into the packages' names,
> foo-1 and foo-2.
Thanks for your suggestion
We are using CI/CD pipelines that deploy multiple versions / debian packages
per day.
So appending version s
foo 2.0.0 depends on bar 4.0.0
>
> I can easily install the latest version of foo via
> ```
> $ sudo apt-get install foo
> [...]
> The following NEW packages will be installed:
> foo bar
> [...]
> Setting up bar (4.0.0) ...
> Setting up foo (2.0.0) ... ```
>
>
Hi Tomás,
Thank you very much for suggesting `--allow-downgrades` and your additional
explanations.
Unfortunately, I get the same error as before:
```
$ sudo apt-get install --allow-downgrades foo=1.0.0
Reading package lists... Done
Building dependency tree
Reading state information
I get the same result when running `sudo apt-get install foo=2.0.0`
>
> However, apt-get fails to install foo 1.0.0
> ```
> $ sudo apt-get install foo=1.0.0
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages c
```
$ sudo apt-get install foo
[...]
The following NEW packages will be installed:
foo bar
[...]
Setting up bar (4.0.0) ...
Setting up foo (2.0.0) ... ```
I get the same result when running `sudo apt-get install foo=2.0.0`
However, apt-get fails to install foo 1.0.0
```
$ sudo apt-get install foo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wed, Dec 30, 2015 at 09:22:48AM +, gokul vg wrote:
> when i am trying to install some packages from terminal using "apt-get
> install" command the following error is coming ,
>
> dpkg: warning: 'sh' not found
when i am trying to install some packages from terminal using "apt-get
install" command the following error is coming ,
dpkg: warning: 'sh' not found in PATH or not executable
dpkg: warning: 'rm' not found in PATH or not executable
dpkg: warning: 'tar'
On Fri, 05 Sep 2014, Darac Marjal wrote:
> On Fri, Sep 05, 2014 at 01:21:01PM +0100, Will Payne wrote:
> > Can anyone throw any light on why installing ia32-libs has removed important
> > packages from my server? During a puppet run, puppet ran the command..
> >
> > /usr/bin/apt-get -q -y -o DPkg:
On 2014-09-05 13:36, Darac Marjal wrote:
On Fri, Sep 05, 2014 at 01:21:01PM +0100, Will Payne wrote:
Hiya,
Can anyone throw any light on why installing ia32-libs has removed
important
packages from my server? During a puppet run, puppet ran the command..
/usr/bin/apt-get -q -y -o DPkg::Optio
On Fri, Sep 05, 2014 at 01:21:01PM +0100, Will Payne wrote:
> Hiya,
>
> Can anyone throw any light on why installing ia32-libs has removed important
> packages from my server? During a puppet run, puppet ran the command..
>
> /usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install ia32-
Hiya,
Can anyone throw any light on why installing ia32-libs has removed
important packages from my server? During a puppet run, puppet ran the
command..
/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install
ia32-libs
.. and apt removed things like postgres and puppet from the
Hi.
On Sun, 17 Aug 2014 03:00:59 +1000
Zenaan Harkness wrote:
> I'm wondering if "apt-get install" could be set up to compile from
> source and install that (sort of automatically), rather than install
> the binary?
apt-get, to my best knowledge, can not be used for t
I've never used gentoo sorry.
I'm wondering if "apt-get install" could be set up to compile from
source and install that (sort of automatically), rather than install
the binary?
Due to admining a number of machines for a small non profit human
rights association (and a fe
On Sat, Sep 07, 2013 at 04:04:37PM +0530, Balamurugan wrote:
> Do you mean there is no such package like libstdc++?
That is correct, there is no package "libstdc++"
> I have just ran the commands on a fresh install of Debian 7 (Wheezy) 64-bit
> system.
>
> root@d
orrect problems, you have held broken packages.
I have copied the messages of apt-get below for more understanding.
I have just ran the commands on a fresh install of Debian 7 (Wheezy) 64-bit
system.
root@debian:/home/user# apt-get install libstdc++
Reading package lists... Done
Building depe
On Thu, Sep 05, 2013 at 07:37:03PM +0530, Balamurugan wrote:
> I tried 'apt-get update' but didn't tried 'apt-get dist-upgrade'. I
> have simply installed the Debian 7.0(Wheezy), imported the debian
> repositories near to india and just ran the below:
>
>
Dear Ralf,
I tried 'apt-get update' but didn't tried 'apt-get dist-upgrade'. I have
simply installed the Debian 7.0(Wheezy), imported the debian
repositories near to india and just ran the below:
apt-get update
apt-get install libstdc++
It had libstdc++6 installed a
Hi
On Tue, 03 Sep 2013 22:08:51 +0200
Sven Joachim wrote:
> Apparently, since there is no libstdc++ package, apt-get takes this as a
> regular expression. The manpage does not really state that, although it
> mentions regular expressions:
Just a small nit - libstdc++ is a virtual package prov
On 2013-09-03 18:15 +0200, Balamurugan wrote:
> After installing, I was about to install g++. Before installing g++, I
> tried installing libstdc++ and I got the below error. Can anyone help?
>
> root@debian:/home/user# apt-get install libstdc++
> Reading package lists...
On Tue, 03 Sep 2013 18:15:46 +0200, Balamurugan
wrote:
I installed Debian 7.0 (64-bit) - Wheezy (stable release) in one of my
system. Installation went smooth without any issues.
After installing, I was about to install g++. Before installing g++, I
tried installing libstdc++ and I got the
,
Balamurugan R
== ERROR
root@debian:/home/user# apt-get install libstdc++
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libstdc++6-4.4-doc' for regex 'libstdc+'
Note, selecting 'libs
On 10/10/2012 10:51 AM, Nikolaus Rath wrote:
> Hello,
>
> I'd like to add a patch to the stock Debian wheezy kernel. According to
> http://kernel-handbook.alioth.debian.org/ch-common-tasks.html, there are
> two ways to do this.
>
> Either I can install the linux-sourc
Hello,
I'd like to add a patch to the stock Debian wheezy kernel. According to
http://kernel-handbook.alioth.debian.org/ch-common-tasks.html, there are
two ways to do this.
Either I can install the linux-source package (apt-get install
linux-source), unzip the .tar.bz, apply my patch an
On Friday 15 April 2011 23:49:24 Christian Jakob wrote:
> Can anyone change status of this post to SOLVED ?!
You can - just add SOLVED to the subject line!! It is usually put at the
beginning.
I have done it for you. It is no more complicated than it is to start the
thread in the first place,
>>There is only one question left:
>>Why did this happen? What could I have done, that these values changed to
>>-1?
>
>I don't know any tool that edits that file. I always edit it with (sudo -e
>/etc/apt/preferences). So, my assumption is that you made the change
>yourself, perhaps without knowing
In <1393449085.44289.1302886728608.JavaMail.fmail@mwmweb037>, Christian Jakob
wrote:
>>You've pinned all your available repositories to a negative value. APT
>>refuses to install any package with a negative priority, which is why none
>>of your packages have installation candidates.
>>
>>Check /
east
>on stanza wrong in them. (man 5 apt_preferences) for the available
>documentation.
Wow, I changed values in /etc/apt/preferences to 501 and voila:
root@debian # apt-get install htop
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following
>aptitude:
> Installed: (none)
> Candidate: (none)
> Version table:
> 0.4.11.11-1~lenny1 0
> -1 http://ftp.de.debian.org lenny/main Packages
>
>>Can you also post the output of (apt-get install aptitude) non-i18n-ized?
>
>If you tell me how to do this, then YES.
output.
>> root@debian # dpkg -l | grep aptitude
>> root@debian # apt-get install aptitude
>
>Reading package lists ... Finish
>Building dependency tree
>Reading state information ... Finish
>aptitude package is not available, but from another
>package referenced.
.
>
> root@debian # dpkg -l | grep aptitude
> root@debian # apt-get install aptitude
Reading package lists ... Finish
Building dependency tree
Reading state information ... Finish
aptitude package is not available, but from another
package referenced. This may mean that the package is mis
On 14/04/11 15:46, Christian Jakob wrote:
>> Before trying to replace apt... how about trying a manual install of
>> scons and posting the output?
>
> root@debian # dpkg -i scons_1.0.0-1_all.deb
Selecting previously deselected package scons.
(Reading database ... 175 901 files and directories cur
033>, Christian
Jakob wrote:
>>In <1038309152.3627061.1302793651098.JavaMail.fmail@mwmweb038>, Christian
>>
>>Jakob wrote:
>>>fsck did something, but it doesn't fix the problem ...
>>>
>>>root@debian # dpkg -l | grep aptitude
>>>
<1038309152.3627061.1302793651098.JavaMail.fmail@mwmweb038>, Christian
Jakob wrote:
>fsck did something, but it doesn't fix the problem ...
>
>root@debian # dpkg -l | grep aptitude
>root@debian # apt-get install aptitude
>Paketlisten werden gelesen... Fertig
>Abhängigkeitsbau
In <1038309152.3627061.1302793651098.JavaMail.fmail@mwmweb038>, Christian
Jakob wrote:
>fsck did something, but it doesn't fix the problem ...
>
>root@debian # dpkg -l | grep aptitude
>root@debian # apt-get install aptitude
>Paketlisten werden gelesen... Fertig
>Abh
fsck did something, but it doesn't fix the problem ...
root@debian # dpkg -l | grep aptitude
root@debian # apt-get install aptitude
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
Paket aptitude ist nicht verfügbar, wird aber von
>Before trying to replace apt... how about trying a manual install of
>scons and posting the output?
root@debian # dpkg -i scons_1.0.0-1_all.deb
Wähle vormals abgewähltes Paket scons.
(Lese Datenbank ... 175901 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacke scons (aus scons_1.0.0-1_
_0.7.20.2+lenny2_i386.deb
>
> to solve the problem ... :D
Um, I've never tried to replace apt on a running machine, so I can't
advise. If I did I'd certainly use the -d switch first so that at least
I'd have a local copy of the .deb file/s.
Before trying to replace apt...
n.wikipedia.org/wiki/S.M.A.R.T.
If your hard drive supports it, and it's enabled in your BIOS, then it
can be useful to determine if your hdd is failing.
NOTE: I don't propose that you need SMART to solve this problem, it's
just another place I look for useful error messages when I&
ne if a fault is hardware or software based.
> root@debian# apt-get -sf install
> Reading package lists ... Finish
> Building dependency tree
> Reading state information ... Finish
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
The above shows that a previous apt-g
Ok, first of all: Thank you for helping me!
>There's the clue.
>If you can't remember what happened then (mixed repositories, aborted
>install, bodgied compile etc) then maybe it's something you don't know
>about
Yes, I can not remember what I did wrong last time I used Debian.
Maybe it is im
On 12/04/11 15:38, Christian Jakob wrote:
> Good morning,
>
>
> No, the problem occurs since a few weeks/months and not only with this
> package...
There's the clue.
If you can't remember what happened then (mixed repositories, aborted
install, bodgied compile etc) then maybe it's something y
gt; I think the following lines will help you to understand my problem:
> (Note that scons is NOT installed on the computer!)
>
>
>
> root@debian# apt-cache search scons
> scons - A replacement for Make
>
> root@debian# apt-get install scons
Reading package lists ... Fini
public keys are up-to-date (see below).
> I think the following lines will help you to understand my problem:
> (Note that scons is NOT installed on the computer!)
>
>
>
> root@debian# apt-cache search scons
> scons - A replacement for Make
>
> root@debian# apt-ge
to understand my problem:
(Note that scons is NOT installed on the computer!)
root@debian# apt-cache search scons
scons - A replacement for Make
root@debian# apt-get install scons
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
Paket
In , Felipe Sateler wrote:
>On 11/03/2010 03:01 AM, Brian Ryans wrote:
>> Quoting kuLa on 2010-11-01 06:02:50:
>>>>> apt-get install `sed "s/\n/ /" /your/listfile`
>>>>> is much better.
>>>
>>> cat file-list|xargs apt-get -y insta
On 11/03/2010 03:01 AM, Brian Ryans wrote:
> Quoting kuLa on 2010-11-01 06:02:50:
>>> cat file-list|xargs apt-get -y install
>>>> apt-get install `sed "s/\n/ /" /your/listfile`
>>>
>>>> is much better.
>>
>> From my experience it&
Quoting kuLa on 2010-11-01 06:02:50:
> > cat file-list|xargs apt-get -y install
> >> apt-get install `sed "s/\n/ /" /your/listfile`
> >
> >> is much better.
>
> From my experience it's doing lookup only once cause you're passing
> pac
UAs.
In <4cce92e1.7010...@googlemail.com>, getting.li...@googlemail.com wrote:
>I want to install many packets at once with apt-get.
>So I wrote a file, like
>
>file-list:
>
>htop
>vim
>apache2
>
>apt-get shall use this file as it's input eg apt-get install <
Le lundi 01 novembre, Steve Kemp écrivit :
[...]
> apt-get install $(cat file-list)
A shortcut, shell only, without forking 'cat' :
apt-get install $(
signature.asc
Description: Digital signature
On Mon Nov 01, 2010 at 11:13:53 +0100, getting.li...@googlemail.com wrote:
> I want to install many packets at once with apt-get.
> So I wrote a file, like
>
> file-list:
>
> htop
> vim
> apache2
apt-get install $(cat file-list)
Steve
--
Let me steal your soul?
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> I think this should help
> cat file-list|xargs apt-get -y install
>
>> wow this will got very solw, keep search the whole database each luanch.
>> i think
>
>> apt-get install `sed "s/\n/ /" /your/li
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/11/10 10:13, getting.li...@googlemail.com wrote:
> Hi list,
>
> I want to install many packets at once with apt-get.
> So I wrote a file, like
>
> file-list:
>
> htop
> vim
> apache2
>
> apt-get shall us
On 11/1/2010 5:13 AM, getting.li...@googlemail.com wrote:
Hi list,
I want to install many packets at once with apt-get.
So I wrote a file, like
file-list:
htop
vim
apache2
apt-get shall use this file as it's input eg apt-get install < file-list
(notworking)
does anyone knows a
Hi list,
I want to install many packets at once with apt-get.
So I wrote a file, like
file-list:
htop
vim
apache2
apt-get shall use this file as it's input eg apt-get install < file-list
(notworking)
does anyone knows a solution?
heiko kokemoor
--
To UNSUBSCRIBE, email to deb
Umarzuki Mochlis wrote:
For aptitude, is there an equivalence to
# apt-get install -f
Try aptitude install -f
Sjoerd
--
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
signature.asc
Description: OpenPGP digital signature
On Tue, Jan 27, 2009 at 07:59:51AM -0800, Daniel Burrows wrote:
> On Tue, Jan 27, 2009 at 01:58:32PM +, Tzafrir Cohen
> was heard to say:
> > One use case:
> >
> > dpkg --install package.deb
> >
> > Which happens to fail due to a missing dependency,
On Tue, Jan 27, 2009 at 01:58:32PM +, Tzafrir Cohen
was heard to say:
> One use case:
>
> dpkg --install package.deb
>
> Which happens to fail due to a missing dependency, and then:
>
> apt-get install -f
>
> I haven't tried it with aptitude recent
On Mon, Jan 26, 2009 at 09:33:28PM -0800, Daniel Burrows
was heard to say:
> On Tue, Jan 27, 2009 at 10:59:56AM +0800, Umarzuki Mochlis
> was heard to say:
> > For aptitude, is there an equivalence to
> > # apt-get install -f
>
> Just plain "aptitude instal
On Mon, Jan 26, 2009 at 09:33:28PM -0800, Daniel Burrows wrote:
> On Tue, Jan 27, 2009 at 10:59:56AM +0800, Umarzuki Mochlis
> was heard to say:
> > For aptitude, is there an equivalence to
> > # apt-get install -f
>
> Just plain "aptitude install" will
On Tue, Jan 27, 2009 at 10:59:56AM +0800, Umarzuki Mochlis
was heard to say:
> For aptitude, is there an equivalence to
> # apt-get install -f
Just plain "aptitude install" will try to fix any broken dependencies.
Daniel
--
To UNSUBSCRIBE, email to debian-user-requ...@
For aptitude, is there an equivalence to
# apt-get install -f
--
Regards,
Umarzuki Mochlis
http://gameornot.net
On Wed,29.Oct.08, 23:47:18, Fu-Tung Cheng wrote:
> Hi Celejar,
>
> Thank you for the reply.
>
> # more /etc/debian_version
> 3.1
>
> How do you typically go about doing a full upgrade. I know one of the
Read the release notes[1], they were written for this exact purpose.
[1] http://www.debia
Hi Celejar,
Thank you for the reply.
# more /etc/debian_version
3.1
How do you typically go about doing a full upgrade. I know one of the previous
posters said that sarge was being archived and might not be available for a
while.
Thank you,
Fu-Tung
--- On Tue, 10/28/08, Celejar <[EMAIL PR
On 2008-10-28 18:17 +0100, Fu-Tung Cheng wrote:
> # apt-get install ssh
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following extra packages will be installed:
> coreutils cramfsprogs dash debianutils e2fslibs e2fsprogs initrd-tools
> initscript
On Tue,28.Oct.08, 10:17:41, Fu-Tung Cheng wrote:
> Hi,
>
> I am a rookie debian user and I am not sure how to get around this error.
> Any advise or pointers appreciated.
[...]
> Fetched 19.3MB in 1m54s (168kB/s)
> E: This installation run will require temporarily removing the
> essential pack
Hi,
I am a rookie debian user and I am not sure how to get around this error. Any
advise or pointers appreciated.
Fu-Tung
# apt-get install ssh
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
coreutils cramfsprogs dash
give credit to whoever posted it originally.
Sorry...)
This worked perfectly, thanks! Basically, before calling "apt-get
install" I created the following /usr/sbin/policy-rc.d script:
# !/bin/sh
exit 101
Then after I've got the qemu set up right, I just delete that file.
Fut
On Fri, Jul 11, 2008 at 21:28:39 -0700, Daniel Burrows wrote:
> On Fri, Jul 11, 2008 at 09:21:46PM -0700, David Barrett was heard to say:
[...]
> > Essentially, I'm writing a script to generate ready-to-deploy bootable
> > qemu images, One of the inputs of the script is a list of packages to
On Fri, Jul 11, 2008 at 09:31:27PM -0700, David Barrett wrote:
> Daniel Burrows wrote:
>>
>> I've never used it myself, but I believe that invoke-rc.d was supposed
>> to solve this sort of problem. (I don't know much more than that, but
>> it looks like the manpage might have pointers)
Same tho
Daniel Burrows wrote:
On Fri, Jul 11, 2008 at 09:21:46PM -0700, David Barrett <[EMAIL PROTECTED]> was
heard to say:
Mumia W.. wrote:
On 07/11/2008 07:26 PM, David Barrett wrote:
Is there any way to "apt-get install ssh" without having it
automatically start sshd? Sa
1 - 100 of 517 matches
Mail list logo