You are not logged in.

#1 2023-04-27 22:34:11

Amatereasu
Member
Registered: 2023-04-22
Posts: 11

installing stuff from tar.gz etc

this is more of a general question, but where should i put programs that ive installed by extracting a tar file? i want it to be recognized as a program like if i were to install it from command line
thanks ^^

Offline

#2 2023-04-27 22:38:45

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,255

Re: installing stuff from tar.gz etc

You should write a PKGBUILD so they can be properly handled and maintained by pacman. But if you really feel you must use a random tar.gz then what people often do is a dedicated /bin dir or so in their $HOME dir they add to their path (or alternatively the "dedicated" structure under /usr/local ). Really generally you shouldn't need to be doing this, which software are you talking about exactly and have you actually verified there's no AUR package for it?

That's for the executable binaries, if you are looking for desktop integration you'd either write a desktop file or use one provided by the package if applicable: https://wiki.archlinux.org/title/Desktop_entries

Last edited by V1del (2023-04-27 22:41:27)

Offline

#3 2023-04-27 22:42:25

Amatereasu
Member
Registered: 2023-04-22
Posts: 11

Re: installing stuff from tar.gz etc

V1del wrote:

You should write a PKGBUILD so they can be properly handled and maintained by pacman. But if you really feel you must use a random tar.gz then what people often do is a dedicated /bin dir or so in their $HOME dir they add to their path (or alternatively the "dedicated" structure under /usr/local ). Really generally you shouldn't need to be doing this, which software are you talking about exactly and have you actually verified there's no AUR package for it?

i have not checked, but i thought they would have told me if it was; https://www.torproject.org/download/, but i do see there's a package, though out of date https://archlinux.org/packages/community/x86_64/tor/
desktop isnt necessary, wm tongue

Last edited by Amatereasu (2023-04-27 22:43:59)

Offline

#4 2023-04-27 22:45:46

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,255

Re: installing stuff from tar.gz etc

If you don't want to use the repo package use the AUR package: https://aur.archlinux.org/packages/tor-browser if you don't know what the AUR is read: https://wiki.archlinux.org/title/Arch_User_Repository

Offline

#5 2023-04-27 22:50:21

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

Re: installing stuff from tar.gz etc

I am not sure why that community package is flagged as out-of-date -- the tor download page lists version 0.4.7.13 as the latest download, and that's the same version as the package.

Offline

#6 2023-04-27 22:50:46

Amatereasu
Member
Registered: 2023-04-22
Posts: 11

Re: installing stuff from tar.gz etc

V1del wrote:

If you don't want to use the repo package use the AUR package: https://aur.archlinux.org/packages/tor-browser if you don't know what the AUR is read: https://wiki.archlinux.org/title/Arch_User_Repository

oh! i never knew that was separate from the usual site, ill be bookmarking that lol
thank you <3

Offline

#7 2023-04-27 23:21:12

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,255

Re: installing stuff from tar.gz etc

2ManyDogs wrote:

I am not sure why that community package is flagged as out-of-date -- the tor download page lists version 0.4.7.13 as the latest download, and that's the same version as the package.

Afaik that's all of the general tor integration stuff not the browser in particular, FWIW apparently there's also https://archlinux.org/packages/communit … -launcher/ which will help with properly setting up the browser without an AUR package.

Offline

#8 2023-04-28 09:55:11

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,290

Re: installing stuff from tar.gz etc

2ManyDogs wrote:

I am not sure why that community package is flagged as out-of-date -- the tor download page lists version 0.4.7.13 as the latest download, and that's the same version as the package.

Because people keep abusing the out of date flag form to report all kind of random issues.

Offline

Board footer

Powered by FluxBB