You are not logged in.

#1 2022-05-23 13:17:13

kademiac
Member
From: Antwerp
Registered: 2022-05-23
Posts: 2

[SOLVED] pacman doesn't install packages

Since this morning, pacman doesn't work as supposed to anymore.
When I try to install a package, bottom in the example below, everything installs fine without errors, but when you try to run the program, nothing seems to be installed.

charel@archtop ~ % sudo pacman -S bottom 
[sudo] password for charel: 
warning: bottom-0.6.8-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) bottom-0.6.8-1

Total Installed Size:  4.54 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                         [############################] 100%
(1/1) checking package integrity                       [############################] 100%
(1/1) loading package files                            [############################] 100%
(1/1) checking for file conflicts                      [############################] 100%
(1/1) checking available disk space                    [############################] 100%
:: Processing package changes...
(1/1) reinstalling bottom                              [############################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
charel@archtop ~ % bottom
zsh: command not found: bottom
charel@archtop ~ % 

How do i start troubleshooting this?

Last edited by kademiac (2022-05-23 13:32:54)

Offline

#2 2022-05-23 13:19:54

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: [SOLVED] pacman doesn't install packages

I don't see a "bottom" executable in the file list for that package. There is "/usr/bin/btm" but no "bottom".

https://www.linode.com/docs/guides/inst … -on-linux/

Moving to Newbie Corner.

Offline

#3 2022-05-23 13:20:16

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,530
Website

Re: [SOLVED] pacman doesn't install packages

You don't "run" packages, you run executable binaries in your PATH.  There is no "bottom" binary provided by the bottom package.

EDIT: too slow.

Last edited by Trilby (2022-05-23 13:20:41)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#4 2022-05-23 13:25:04

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] pacman doesn't install packages

Pacman is working fine. The package bottom doesn't contain a command called bottom.

pacman -Ql bottom | grep /usr/bin

No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#5 2022-05-23 13:30:19

kademiac
Member
From: Antwerp
Registered: 2022-05-23
Posts: 2

Re: [SOLVED] pacman doesn't install packages

thank you all.

Offline

#6 2022-05-23 13:31:38

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] pacman doesn't install packages

Please remember to mark the thread as [SOLVED].
CoC - How to post


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#7 2022-05-23 13:48:00

dogknowsnx
Member
Registered: 2021-04-12
Posts: 648

Re: [SOLVED] pacman doesn't install packages

Also FYI


RI - Rest your Eyes and Self

"We are eternal, all this pain is an illusion" - Maynard James Keenan

Offline

Board footer

Powered by FluxBB