You are not logged in.
Pages: 1
When I tried to enter command "dpkg --list" then returns nothing.
I installed this package but it doesn't work. Also I used dpkg --help, write the command and it didn't work.
What I need to do?
I used sudo
Offline
Hi pinkuw, welcome to the Arch Linux forums!
When I tried to enter command "dpkg --list" then returns nothing.
That is because that command lists packages known to dpkg (i.e. locally installed DEB packages). On an Arch Linux system (which uses a different package manager, pacman), that command consequently doesn't return anything.
If it does, then something is very wrong.
Offline
What are you expecting to see with that command? Why are you using dpkg at all?
Mod note: not a forum/wiki issue, moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Offline
When I tried to enter command "dpkg --list" then returns nothing.
As others have noted this is expected - you don't have deb package installed.
I used dpkg --help, write the command and it didn't work.
What do you mean it didn't work? Did it not print anything to the screen? That would be odd. If this is the case, please post the output of each of the following:
type dpkg
pacman -Qkk dpkgI used sudo
Don't! If a command fails do not just add "sudo" - that will end very badly.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1