You are not logged in.

#1 2015-04-27 02:36:53

cjm
Member
Registered: 2014-10-17
Posts: 11

[SOLVED] Everytime I Try To install a package it tries to reinstall.

Hi,

My problem is that everytime I try to do a pacman -S package it tries to reinstall base. I did a pacstrap to install everything but pacman didnt create a /var/libs/pacman. I then created that directory and set it using pacman -b. Then did a pacman -syy and updated. It still says ive got packages within the filesystem and pacman wont install anything. This isnt my first arch install its my 10th. Ive tried reinstalling three times today.

Anyone got any suggestions?

Thanks

Last edited by cjm (2015-04-27 03:24:27)

Offline

#2 2015-04-27 03:14:01

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

Re: [SOLVED] Everytime I Try To install a package it tries to reinstall.

Run pacman -Syyu in verbose mode and paste the log.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-04-27 03:22:02

cjm
Member
Registered: 2014-10-17
Posts: 11

Re: [SOLVED] Everytime I Try To install a package it tries to reinstall.

I figured it out. Users error as it normally is.

Offline

#4 2015-04-27 03:25:41

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

Re: [SOLVED] Everytime I Try To install a package it tries to reinstall.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2015-04-27 04:09:45

cjm
Member
Registered: 2014-10-17
Posts: 11

Re: [SOLVED] Everytime I Try To install a package it tries to reinstall.

* I apologize for my selfishness.  My error was as follows, in the live cd there is a file hierarchy similar to that of the one we are trying to create off mount. As such I was doing this.



    mount /dev/sdX /mnt
    mkdir  /mnt/{boot,var,home}
    mount /dev/sdX /boot


Instead of doing this....

    mount /dev/sdX /mnt
    mkdir /dev/sdX /mnt/{boot,var,home}
    mount /dev/sdX /mnt/boot


It was a simple mistake and one that I could probably make a hundred times over.

Thanks for showing me the forum etiquette.

Last edited by cjm (2015-04-27 04:10:11)

Offline

#6 2015-04-27 04:14:53

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

Re: [SOLVED] Everytime I Try To install a package it tries to reinstall.

Thanks for filling in the detail: it will inevitably help someone else...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB