You are not logged in.

#1 2017-07-25 04:28:44

susila
Member
Registered: 2017-07-24
Posts: 6

codelite, cannot install using makepkg -i

My system has an old version of codelite 9.0. I can't remember how I installed it, probably also through PKGBUILD.

My codelite 9.0 stops running after a system upgrade (-Syyu). So I successfully did a package build of version 10.0 using makepkg. But installing with makepkg -i fails as I have all the old codelite files in my file system.

How to I remove all the old codelite files or how to force an overwrite.

Thanks.

Offline

#2 2017-07-25 04:42:08

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: codelite, cannot install using makepkg -i

Please post the full output of makepkg.


Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-07-25 04:50:04

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,559

Re: codelite, cannot install using makepkg -i

Sounds like you installed it using "make install" (or similar), not with a PKGBUILD. Now you have untracked files all over your system. If you don't still have the original makefile to do the uninstall, you have to do it manually.

Edit: run pacman -Qo on the problem files to be sure.

Last edited by Scimmia (2017-07-25 04:53:00)

Offline

#4 2017-07-25 05:13:05

susila
Member
Registered: 2017-07-24
Posts: 6

Re: codelite, cannot install using makepkg -i

Scimmia wrote:

Sounds like you installed it using "make install" (or similar), not with a PKGBUILD. Now you have untracked files all over your system. If you don't still have the original makefile to do the uninstall, you have to do it manually.

Edit: run pacman -Qo on the problem files to be sure.

I think I have to remove all the conflicting files manually. Fortunately, most are in codelite folders.

Thanks.

Offline

Board footer

Powered by FluxBB