15 lines
493 B
Markdown
15 lines
493 B
Markdown
# Orange
|
|
Why "Orange"? It's a fruit with a pip. The name doesn't matter as long as it doesn't conflict, and you can symlink it.
|
|
```
|
|
oscarg@ws01:~$ orange
|
|
orange: command not found
|
|
oscarg@ws01:~$ sudo apt install orange
|
|
[sudo] password for oscarg:
|
|
Error: Unable to locate package orange
|
|
oscarg@ws01:~$
|
|
```
|
|
I do not see `orange` here.
|
|
|
|
---
|
|
## What's this?
|
|
A small stub thing for Debian-based Linux distributions that simply redirects your `pip` instruction to `apt`. Really, that's all it does. |