Posts: 1,849
Threads: 21
Joined: Sep 2015
Reputation:
0
Welcome aboard!!!...
You have another application open; synaptic or lite software, updates or similar (you would of had to enter credentials)...
Close those open applications ... Then rerun command..
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Posts: 1,849
Threads: 21
Joined: Sep 2015
Reputation:
0
09-08-2016, 01:40 AM
(This post was last modified: 09-08-2016, 01:54 AM by firenice03.)
Looks like it was interrupted/stopped during update process..
Try
Oh yes to any updates is ok..
If updates process try to rerun
Code:
sudo apt-get update && sudo apt-get install tor-web-browser
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Posts: 1,849
Threads: 21
Joined: Sep 2015
Reputation:
0
Try
Code:
sudo dpkg --configure -a
It may not appear it did much then
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Posts: 1,849
Threads: 21
Joined: Sep 2015
Reputation:
0
Quote:it worked thank you but do i have to do the same method everytime i install something
You shouldn't have to. You can rerun updates when ever you like..
Quote:can you please explain to me these commands do
Sure... I'll do my best ;D
This is the command line way you run updates in LL, if you use Run Updates from any of the gui based apps (Lite Updates/Updates from Welcome) this command runs in the background...
Code:
sudo apt-get update && sudo apt-get install APP_NAME_HERE
This is the combination of 2 commands... The 1st command (update) runs updates
and upon success(the &&) install the app listed.
apt-get install is the install command of apt-get essentially what Synaptic does in the background. There are other variables remove purge, update and others.
Code:
sudo dpkg --configure -a
This was actually being told to you within the error messages when updating. At some point there was an interruption this command corrected it. dpkg relates to the base package system.
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2