Can I make pacman aware of packages installed manually?

Jivings

Due to my setup I cannot make use of pacman to actually install packages, however if I install a package from the Arch repositories manually by downloading and extracting it, eg:

wget http://mirrors.kernel.org/archlinux/core/os/x86_64/curl-7.26.0-1-x86_64.pkg.tar.xz
tar -Jxvf curl-7.26.0-1-x86_64.pkg.tar.xz -C /

...is there a way to make pacman aware of it so that it can control future updates or un-installation?

lynxlynxlynx

If you're downloading packages manually, then it's easiest to install them with pacman:

pacman -U curl-7.26.0-1-x86_64.pkg.tar.xz

That way they'll also get tracked like any other package. If the reason for this mode of operation was a broken system, just run pacman afterwards (when you can) and the reinstallation will take care of tracking.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Debian: make the package manager aware of manually installed packages

From Dev

How can I remove packages untracked by pacman I installed from source?

From Dev

How can I determine which packages I have installed via homebrew and which were installed manually?

From Dev

How can I fix library conflicts during compilation stemmed from manually installed packages from source code?

From Dev

Make package explicitly installed in pacman

From Dev

pacman - get list of packages installed by user

From Dev

Get info about installed and remote packages with pacman

From Dev

pacman - list installed packages from given repo

From Dev

How to find manually installed packages?

From Dev

Meteorite change "manually" installed packages to automatically installed

From Dev

How can I mark all packages with installed dependents as "Automatically Installed"?

From Dev

How do I make java default to a manually installed JRE/JDK?

From Dev

How to delete old packages installed by pacman in Arch Linux?

From Dev

How to delete old packages installed by pacman in Arch Linux?

From Java

How do I check the packages installed with make command?

From Dev

How can I uninstall all the packages I've installed today?

From Dev

Why are almost all packages marked as manually installed?

From Dev

How to list installed packages manually from backports?

From Dev

How can I find executables installed by NuGet packages?

From Java

How can I see the current version of packages installed by pipenv?

From Dev

How can I reinstall or recompile already installed packages in Julia?

From Dev

How can I get the installed composer packages programatically?

From Dev

How can I see the current version of packages installed by pipenv?

From Dev

How can I remove outdated installed versions of Homebrew packages?

From Dev

How can I check the version of packages to be installed with apt-get?

From Dev

I can't use snap packages, even if installed

From Dev

Can I export the list of installed packages in a machine-readable format?

From Dev

How can I install "Ubuntu minimal install" packages that are not installed with it?

From Dev

How can I reset installed packages to default state?

Related Related

  1. 1

    Debian: make the package manager aware of manually installed packages

  2. 2

    How can I remove packages untracked by pacman I installed from source?

  3. 3

    How can I determine which packages I have installed via homebrew and which were installed manually?

  4. 4

    How can I fix library conflicts during compilation stemmed from manually installed packages from source code?

  5. 5

    Make package explicitly installed in pacman

  6. 6

    pacman - get list of packages installed by user

  7. 7

    Get info about installed and remote packages with pacman

  8. 8

    pacman - list installed packages from given repo

  9. 9

    How to find manually installed packages?

  10. 10

    Meteorite change "manually" installed packages to automatically installed

  11. 11

    How can I mark all packages with installed dependents as "Automatically Installed"?

  12. 12

    How do I make java default to a manually installed JRE/JDK?

  13. 13

    How to delete old packages installed by pacman in Arch Linux?

  14. 14

    How to delete old packages installed by pacman in Arch Linux?

  15. 15

    How do I check the packages installed with make command?

  16. 16

    How can I uninstall all the packages I've installed today?

  17. 17

    Why are almost all packages marked as manually installed?

  18. 18

    How to list installed packages manually from backports?

  19. 19

    How can I find executables installed by NuGet packages?

  20. 20

    How can I see the current version of packages installed by pipenv?

  21. 21

    How can I reinstall or recompile already installed packages in Julia?

  22. 22

    How can I get the installed composer packages programatically?

  23. 23

    How can I see the current version of packages installed by pipenv?

  24. 24

    How can I remove outdated installed versions of Homebrew packages?

  25. 25

    How can I check the version of packages to be installed with apt-get?

  26. 26

    I can't use snap packages, even if installed

  27. 27

    Can I export the list of installed packages in a machine-readable format?

  28. 28

    How can I install "Ubuntu minimal install" packages that are not installed with it?

  29. 29

    How can I reset installed packages to default state?

HotTag

Archive