Re: what does '%' do to apt-get install?

2020-08-22 Thread Michael via PLUG-discuss
for some reason when it gets to install it keeps aborting On Sat, Aug 22, 2020 at 9:06 PM Phil Waclawski via PLUG-discuss wrote: > > In this case, the percent sign just represents the shell prompt > Phil W > > On Sat, Aug 22, 2020, 17:53 Michael via PLUG-discuss > wrote: >> >> this is the

Re: what does '%' do to apt-get install?

2020-08-22 Thread Phil Waclawski via PLUG-discuss
In this case, the percent sign just represents the shell prompt Phil W On Sat, Aug 22, 2020, 17:53 Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > this is the command. It keeps aborting and I think it is the %: > > > sudo apt-get install git > cd > git clone

what does '%' do to apt-get install?

2020-08-22 Thread Michael via PLUG-discuss
this is the command. It keeps aborting and I think it is the %: sudo apt-get install git cd git clone git://github.com/darktable-org/darktable.git cd $HOME/darktable git submodule init git submodule update sudo apt-get install cmake sudo apt-get update -y sudo apt-get install -y libsqlite3-dev