Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpine tetris #4

Open
Gbrlueenthunder opened this issue Jun 21, 2024 · 1 comment
Open

Alpine tetris #4

Gbrlueenthunder opened this issue Jun 21, 2024 · 1 comment

Comments

@Gbrlueenthunder
Copy link

Does anybody know what to type to play micro Tetris on alpine terminal?

@LastPuppet
Copy link

Alpine Linux has micro Tetris built into it's community repository. To install micro-tetris onto Alpine, (assuming you have an internet connection,) you would do these steps (make sure to use sudo or doas):

Open /etc/apk/repositories with a text editor of your preferred choice. Find a line with a format like this:
"https:///alpine//community" (it can also be http)
and uncomment it by removing the # line at the start of the url.

After you're done with that step, run a simple "apk update" to grab the repositories info and such.

The final step is just to do apk add micro-tetris.

That's it!

Sourced from
https://wiki.alpinelinux.org/wiki/Repositories#Enabling_the_community_repository
and https://pkgs.alpinelinux.org/package/edge/community/x86_64/micro-tetris (for checking which repo micro-tetris is in.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants