A
A
Amikko2020-11-20 16:58:41
linux
Amikko, 2020-11-20 16:58:41

Where do you install software that is not obtained through a package manager?

Let's say you need a program for which there is no deb/rpm/etc package, but only a .tar.gz archiver. Where in the file system do you put such programs? To your home directory? In /opt? More options?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Alexey Dmitriev, 2020-11-20
@Amikko

/usr/local - for built-from-source
/opt/ for prebuilt binary packages.

G
galaxy, 2020-11-20
@galaxy

More options?

https://help.ubuntu.com/community/CheckInstall

B
BorLaze, 2020-11-20
@BorLaze

Everything has already been invented before us: Filesystem Hierarchy Standard

C
CityCat4, 2020-11-22
@CityCat4

If I collected it myself (as well as for my own programs) - /usr/local
If the package is ready, but it doesn’t matter where it goes - usually in /opt, although earlier I also shoved these into /usr/local (for example, rar, mibbrowser, xnview)

M
MilkCool, 2020-11-22
@MilkCool

For some reason in ~/.pkgs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question