Re: removing file??

2022-11-11 Thread Amn
Thanks folks, I don't know what I did, but I was able to reinstall code::blocks. Thank ya'll. On 2022-11-11 2:58 a.m., Tim Woodall wrote: On Thu, 10 Nov 2022, Amn wrote: I did that, but I got this : jamiil@ArbolOne:~$ sudo apt clean jamiil@ArbolOne:~$ sudo apt install codeblocks-dev Reading

Re: removing file??

2022-11-11 Thread David Wright
On Fri 11 Nov 2022 at 13:33:12 (+0100), hede wrote: > Am 11.11.2022 04:32, schrieb Amn: > > I am trying to remove this file : > > '/var/cache/apt/archives/codeblocks-dev_20.03-3_amd64.deb', but after > > trying, even as a 'su', but I am unable to. Any suggestion how to do > > this? > > The others

Re: removing file??

2022-11-11 Thread hede
Am 11.11.2022 04:32, schrieb Amn: I am trying to remove this file : '/var/cache/apt/archives/codeblocks-dev_20.03-3_amd64.deb', but after trying, even as a 'su', but I am unable to. Any suggestion how to do this? The others are trying to solve the problem on the package layer. But if removing

Re: removing file??

2022-11-11 Thread Greg Wooledge
On Fri, Nov 11, 2022 at 07:41:25AM +, Peter von Kaehne wrote: > To resolve the conflict you need to figure out what is the (other) owner of > '/usr/include/codeblocks/Alignment.h'. It says it right there in the error message. > > trying to overwrite '/usr/include/codeblocks/Alignment.h',

Re: removing file??

2022-11-11 Thread Greg Wooledge
On Thu, Nov 10, 2022 at 11:21:15PM -0500, Amn wrote: > jamiil@ArbolOne:~$ sudo apt clean > jamiil@ArbolOne:~$ sudo apt install codeblocks-dev > Reading package lists... Done > Building dependency tree... Done > Reading state information... Done > The following NEW packages will be installed: >  

Re: removing file??

2022-11-11 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 > dpkg: error processing archive > /var/cache/apt/archives/codeblocks-dev_20.03-3.1+ > b1_amd64.deb (--unpack): > trying to overwrite '/usr/include/codeblocks/Alignment.h', which is > also in pac > kage codeblocks-headers 20.03 > dpkg-deb:

Re: removing file??

2022-11-10 Thread Tim Woodall
On Thu, 10 Nov 2022, Amn wrote: I did that, but I got this : jamiil@ArbolOne:~$ sudo apt clean jamiil@ArbolOne:~$ sudo apt install codeblocks-dev Reading package lists... Done snip ?trying to overwrite '/usr/include/codeblocks/Alignment.h', which is also in pac kage codeblocks-headers 20.03

Re: removing file??

2022-11-10 Thread Peter von Kaehne
You got a conflict. The problem does not lie in /var/apt/cache but in '/usr/include/codeblocks/Alignment.h' which was put there by something else than you are now installing. To resolve the conflict you need to figure out what is the (other) owner of '/usr/include/codeblocks/Alignment.h'.

Re: removing file??

2022-11-10 Thread Amn
I did that, but I got this : jamiil@ArbolOne:~$ sudo apt clean jamiil@ArbolOne:~$ sudo apt install codeblocks-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done The following NEW packages will be installed:   codeblocks-dev 0 upgraded, 1 newly

removing file??

2022-11-10 Thread Amn
I am trying to remove this file : '/var/cache/apt/archives/codeblocks-dev_20.03-3_amd64.deb', but after trying, even as a 'su', but I am unable to. Any suggestion how to do this?