[GH-ISSUE #2175] How do I install 'Firetools' #1465

Closed
opened 2026-05-05 08:07:47 -06:00 by gitea-mirror · 12 comments
Owner

Originally created by @Raj2032 on GitHub (Oct 11, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2175

I installed firejail on Manjaro, now I want to install Firetools, how do I do that?

Originally created by @Raj2032 on GitHub (Oct 11, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/2175 I installed firejail on Manjaro, now I want to install Firetools, how do I do that?
gitea-mirror 2026-05-05 08:07:47 -06:00
Author
Owner

@reinerh commented on GitHub (Oct 11, 2018):

Have you seen this?
https://wiki.manjaro.org/index.php?title=Firejail#GUI

<!-- gh-comment-id:429032525 --> @reinerh commented on GitHub (Oct 11, 2018): Have you seen this? https://wiki.manjaro.org/index.php?title=Firejail#GUI
Author
Owner

@Raj2032 commented on GitHub (Oct 11, 2018):

I did search pacman -Sy firetools and it doesn't seem to exist. Where can I download firetools?

<!-- gh-comment-id:429155202 --> @Raj2032 commented on GitHub (Oct 11, 2018): I did search `pacman -Sy firetools` and it doesn't seem to exist. Where can I download firetools?
Author
Owner

@SkewedZeppelin commented on GitHub (Oct 11, 2018):

https://aur.archlinux.org/packages/firetools/

aurman -S firetools
or
yaourt -S firetools
or

wget https://aur.archlinux.org/cgit/aur.git/snapshot/firetools.tar.gz
tar -xzvf firetools.tar.gz
cd firetools
makepkg -s
pacman -U firetools-*
<!-- gh-comment-id:429156958 --> @SkewedZeppelin commented on GitHub (Oct 11, 2018): https://aur.archlinux.org/packages/firetools/ `aurman -S firetools` or `yaourt -S firetools` or ``` wget https://aur.archlinux.org/cgit/aur.git/snapshot/firetools.tar.gz tar -xzvf firetools.tar.gz cd firetools makepkg -s pacman -U firetools-* ```
Author
Owner

@Raj2032 commented on GitHub (Oct 11, 2018):

Oh ok thanks man.

Which one would be better to use though, aurman or yaourt?

<!-- gh-comment-id:429157458 --> @Raj2032 commented on GitHub (Oct 11, 2018): Oh ok thanks man. Which one would be better to use though, aurman or yaourt?
Author
Owner

@SkewedZeppelin commented on GitHub (Oct 11, 2018):

today I learned yaourt and aurman both are no longer in development
you'll have to decide for yourself as I haven't used arch in a while
https://wiki.archlinux.org/index.php/AUR_helpers

<!-- gh-comment-id:429159069 --> @SkewedZeppelin commented on GitHub (Oct 11, 2018): today I learned yaourt and aurman both are no longer in development you'll have to decide for yourself as I haven't used arch in a while https://wiki.archlinux.org/index.php/AUR_helpers
Author
Owner

@Raj2032 commented on GitHub (Oct 11, 2018):

Oh ok, thanks anyways.

<!-- gh-comment-id:429159329 --> @Raj2032 commented on GitHub (Oct 11, 2018): Oh ok, thanks anyways.
Author
Owner

@Raj2032 commented on GitHub (Oct 12, 2018):

Hey @SkewedZeppelin, first of all aurman and yaourt did not work. When I tried to manually build the package (which worked), after that when I tried to run pacman -U firetools-* I got this error

error: missing package metadata in firetools-0.9.52.tar.xz
error: 'firetools-0.9.52.tar.xz': invalid or corrupted package

<!-- gh-comment-id:429170541 --> @Raj2032 commented on GitHub (Oct 12, 2018): Hey @SkewedZeppelin, first of all aurman and yaourt did not work. When I tried to manually build the package (which worked), after that when I tried to run `pacman -U firetools-*` I got this error `error: missing package metadata in firetools-0.9.52.tar.xz` `error: 'firetools-0.9.52.tar.xz': invalid or corrupted package`
Author
Owner

@chiraag-nataraj commented on GitHub (Oct 16, 2018):

Isn't this an Arch-specific packaging question at this point?

<!-- gh-comment-id:430223289 --> @chiraag-nataraj commented on GitHub (Oct 16, 2018): Isn't this an Arch-specific packaging question at this point?
Author
Owner

@Vincent43 commented on GitHub (Oct 16, 2018):

Yes, I don't know how we can help further.

Maybe try:

git clone https://aur.archlinux.org/firetools.git
cd firetools
makepkg -srcCif
<!-- gh-comment-id:430230486 --> @Vincent43 commented on GitHub (Oct 16, 2018): Yes, I don't know how we can help further. Maybe try: ``` git clone https://aur.archlinux.org/firetools.git cd firetools makepkg -srcCif ```
Author
Owner

@Raj2032 commented on GitHub (Oct 16, 2018):

Well I don't know where to get it from if it is not working but thanks for
the tip I will tri it out.

On Wed, Oct 17, 2018 at 12:08 AM Vincent43 notifications@github.com wrote:

Yes, I don't know how we can help further.

Maybe try:

git clone https://aur.archlinux.org/firetools.git
cd firetools
makepkg -srcCif


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/netblue30/firejail/issues/2175#issuecomment-430230486,
or mute the thread
https://github.com/notifications/unsubscribe-auth/Ab79Bs9YK_fxFInuOk-7bE3pRuvNGxjgks5uldpUgaJpZM4XXeRT
.

<!-- gh-comment-id:430245594 --> @Raj2032 commented on GitHub (Oct 16, 2018): Well I don't know where to get it from if it is not working but thanks for the tip I will tri it out. On Wed, Oct 17, 2018 at 12:08 AM Vincent43 <notifications@github.com> wrote: > Yes, I don't know how we can help further. > > Maybe try: > > git clone https://aur.archlinux.org/firetools.git > cd firetools > makepkg -srcCif > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/netblue30/firejail/issues/2175#issuecomment-430230486>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/Ab79Bs9YK_fxFInuOk-7bE3pRuvNGxjgks5uldpUgaJpZM4XXeRT> > . >
Author
Owner

@rusty-snake commented on GitHub (Apr 20, 2019):

@Raj2032 still need help or can we close?

<!-- gh-comment-id:485141648 --> @rusty-snake commented on GitHub (Apr 20, 2019): @Raj2032 still need help or can we close?
Author
Owner

@Raj2032 commented on GitHub (May 15, 2019):

@rusty-snake I am sorry I missed this message.

<!-- gh-comment-id:492522479 --> @Raj2032 commented on GitHub (May 15, 2019): @rusty-snake I am sorry I missed this message.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1465
No description provided.