# Ujust on other operating systems?

**URL:** <https://universal-blue.discourse.group/t/ujust-on-other-operating-systems/2040>\
**Category:** General\
**Created:** [June 1, 2024, 8:31am UTC](https://universal-blue.discourse.group/t/ujust-on-other-operating-systems/2040 "2024-06-01T08:31:48Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![littleblack111](https://yyz2.discourse-cdn.com/free1/user_avatar/universal-blue.discourse.group/littleblack111/32/1937_2.png) [@littleblack111](https://universal-blue.discourse.group/u/littleblack111)\
**Post date:** [June 1, 2024, 8:31am UTC](https://universal-blue.discourse.group/t/ujust-on-other-operating-systems/2040/1 "2024-06-01T08:31:48Z")

</div>

Is there anyway to install ujust pacakge manager into something like arch linux?

---

<div class="post-metadata">

**Author:** ![lorduskordus](https://yyz2.discourse-cdn.com/free1/user_avatar/universal-blue.discourse.group/lorduskordus/32/267_2.png) [@lorduskordus](https://universal-blue.discourse.group/u/lorduskordus)\
**Post date:** [June 1, 2024, 9:44am UTC](https://universal-blue.discourse.group/t/ujust-on-other-operating-systems/2040/2 "2024-06-01T09:44:37Z")

</div>

It is not a package manager, it’s a program that runs predefined scripts / commands.

The `ujust` command is nothing else than `just` with specific parameters. You can see that using:

```auto
cat /usr/bin/ujust

```

**Installing it on Arch is as easy as:**

```auto
sudo pacman -S just

```
