Linux Lite Forums
Software updates fail - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17)
+--- Thread: Software updates fail (/showthread.php?tid=4322)

Pages: 1 2 3


Software updates fail - bigskill - 08-04-2017

Him Newb here,
I am trying to run software update but it fails,
I have tried software  updater and install/remove software.
attached is the update log.

How do I fix this?
This is the first time I have had an update problem


Re: Software updates fail - Valtam - 08-04-2017

Whats does:

Code:
uname -a

produce?


Re: Software updates fail - bigskill - 08-04-2017

I do not understand
I am using software updater no terminal.
I do not know the commands to use terminal.

If I use install/remove software I get the following error:
Code:
E: /var/cache/apt/archives/libdrm-common_2.4.82+git20170731.3876bc24-0ubuntu0ricotz~16.04.1_all.deb: trying to overwrite '/usr/share/libdrm/amdgpu.ids', which is also in package libdrm-amdgpu1:i386 2.4.82+git20170725.3876bc24-0ubuntu0ricotz~16.04.1



Re: Software updates fail - bitsnpcs - 08-04-2017

(08-04-2017, 05:20 AM)Jerry link Wrote:
Code:
uname -a

Hello bigskill,

^ [member=2]Jerry[/member] gives you the command to copy/paste into terminal.
You can open the terminal to do this by - hold down Ctrl and Alt key and press t.


Re: Software updates fail - bigskill - 08-06-2017

OK still confused
opened terminal, typed in uname -a got:

Code:
Linux al-3000-N100 4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:54:58 UTC 2017 i686 i686 i686 GNU/Linux



Re: Software updates fail - bigskill - 08-06-2017

tried pasting error log but this forum will no let me.  get 403 error


Re: Software updates fail - bigskill - 08-06-2017

Could you please walk me through updating using terminal?
or will I still get errors


Re: Software updates fail - Valtam - 08-06-2017

Open a terminal and do one command at a time:

Code:
sudo apt-get clean

Code:
sudo apt autoremove -y

Code:
sudo apt-get update && sudo apt-get dist-upgrade

See how that goes.


Re: Software updates fail - bigskill - 08-06-2017

Nope  first 2 commands worked fine.
3rd command downloaded every thing started unpacking, then error

Unpacking libdrm-common (2.4.82+git20170731.3876bc24-0ubuntu0ricotz~16.04.1) ...
dpkg: error processing archive /var/cache/apt/archives/libdrm-common_2.4.82+git20170731.3876bc24-0ubuntu0ricotz~16.04.1_all.deb (--unpack):
trying to overwrite '/usr/share/libdrm/amdgpu.ids', which is also in package libdrm-amdgpu1:i386 2.4.82+git20170725.3876bc24-0ubuntu0ricotz~16.04.1
Errors were encountered while processing:
/var/cache/apt/archives/libdrm-common_2.4.82+git20170731.3876bc24-0ubuntu0ricotz~16.04.1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)



Re: Software updates fail - Valtam - 08-07-2017

Open a terminal, do:

Code:
grep -r --include '*.list' '^deb ' /etc/apt/ | sed -re 's/^\/etc\/apt\/sources\.list((\.d\/)?|(:)?)//' -e 's/(.*\.list):/\[\1\] /' -e 's/deb http:\/\/ppa.launchpad.net\/(.*?)\/ubuntu .*/ppa:\1/'

report the results.