Linux Lite Forums
LL software install - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18)
+--- Thread: LL software install (/showthread.php?tid=3356)



LL software install - Crazy Larry - 09-27-2016

Every time I run  Install/Remove Software  I keep getting a failed notice and to manually run  'dpkg-configure-a'
  I guess this means typing it into the terminal......but when I do it says no known command.    And the  Lite Software doesn't work.....It says it can't find the package list.    Do I need to reinstall my 3.0?
Larry


Re: LL software install - Jocklad - 09-27-2016

Run 'dpkg-configure-a'  with a sudo prefix in the terminal.

Jocklad


Re: LL software install - Crazy Larry - 09-27-2016

I've done that  and  I wind up with    >      on the screen and nothing after that.  What's supposed to happen?  Because when I go back and click    Install/Remove Software    I still get the same error telling me to manually run  'dpkg-configure-a'


Re: LL software install - gold_finger - 09-27-2016

If you still have terminal open and still have ">" showing, hit CTRL+C to get back to normal prompt.


Proper format of the command you need to run is:
Code:
sudo dpkg --configure -a



Re: LL software install - Crazy Larry - 09-27-2016

Thanks for the code....I did a new install from my disk and everything seems to be working now!


Re: LL software install - Valtam - 09-27-2016

(09-27-2016, 09:23 PM)Crazy Larry link Wrote: Thanks for the code....I did a new install from my disk and everything seems to be working now!

Please mark the thread as Solved using the Prefix.


Re: LL software install - bonnevie - 09-30-2016

Hey, this is good. This was a problem for me too.  Jocklad and specially Gold_finger, thanks for your support.