Games – TecAdmin https://tecadmin.net How to guide for System Administrator's and Developers Thu, 11 Aug 2022 05:00:00 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 How to Install Minecraft on Ubuntu 22.04 & 20.04 https://tecadmin.net/how-to-install-minecraft-on-ubuntu/ https://tecadmin.net/how-to-install-minecraft-on-ubuntu/#respond Sat, 06 Aug 2022 11:12:31 +0000 https://tecadmin.net/?p=31080 Have you been searching for answers about how to install Minecraft on Ubuntu? You’ve come to the right place! This article will tackle everything you need to know about installing Minecraft on Ubuntu. If you are reading this, chances are that you have already fallen in love with Minecraft and want to continue playing it [...]

The post How to Install Minecraft on Ubuntu 22.04 & 20.04 appeared first on TecAdmin.

]]>
Have you been searching for answers about how to install Minecraft on Ubuntu? You’ve come to the right place! This article will tackle everything you need to know about installing Minecraft on Ubuntu. If you are reading this, chances are that you have already fallen in love with Minecraft and want to continue playing it on your Ubuntu machine. However, the installation process isn’t as simple as it is on other platforms such as Windows or Mac OS.

If you’re reading this article, then we assume that you have already tried to install the game from its website (if not, do so now). Unfortunately, due to the nature of Linux and its security protocols, the installer will not work directly with an operating system such

Prerequisites

Minecraft’s Java version relies on a few prerequisites to run on Ubuntu.

  • First, the computer must have a 64-bit architecture.
  • Second, it must have an appropriate version of Java installed.
  • Lastly, it needs to have some sort of access to the internet.
  • Minecraft requires a license key to play, which you can purchase from the Minecraft website.

Step 1 – Installing Java on Ubuntu

Minecraft’s Java version relies on a few prerequisites to run on Ubuntu. First, the computer must have a 64-bit architecture. Secondly, it must have an appropriate version of Java installed. To check your current Java version, open Terminal and type:

java --version 

If you see java version 1.8.0 or above then you’re good to go. If you don’t see any version or lower than 1.8 then you need to install Java. On Ubuntu 18.04 and later, install Java using apt-get:

sudo apt install default-jre 

Step 2 – Installing Minecraft on Ubuntu

Minecraft is available as Debian packages as well as Snap packages. You can choose any of the below methods to install Minecraft on Ubuntu systems.

  • Using Debian Package
  • Follow the below steps for install Minecraft using the Debian package:
    Download the Minecraft Debian package from its official sites.

    wget -o ~/Minecraft.deb https://launcher.mojang.com/download/Minecraft.deb 
    

    Next, run the following command to install the downloaded Debian package.

    sudo apt install ~/Minecraft.deb 
    

    Once the command finishes successfully, Minecraft will be installed on your system.

  • Using Snap Package
  • Snap provides an easier way for installing packages on Linux systems. Ubuntu 20.04 and later versions have a default Snap daemon configured. To install the Minecraft launcher, open a terminal and type:

    sudo snap install mc-installer 
    

Step 3 – Launch Minecraft Game

Login to the Ubuntu Desktop manager. Click on the show applications icon and search for Minecraft. You will see a launcher icon as shown below:

How to Install Minecraft on Ubuntu
Minecraft launcher icon

Click the launcher icon to start the Minecraft application. During the start, Minecraft will update itself.

How to Install Minecraft on Ubuntu
Minecraft updating

Once the game started, you will see a login screen. Use your Microsoft account to log in and start the game.

How to Install Minecraft on Ubuntu
Minecraft login screen

Step 4 – Uninstall Minecraft

I don’t think a Minecraft game lover wants to delete it. But in some cases, you may need to remove it from your system. You can delete Minecraft from Ubuntu based on the installation type.

  • Debian package: Uninstall Minecraft install with Debian package:
    sudo apt remove --purge minecraft-launcher 
    sudo apt auto-clean   #To remove unnecessary packages 
    
  • Snap package:The users have installed Minecraft using Snap packages, run the following command to uninstall it:
    sudo snap remove mc-installer 
    

Conclusion

Installing Minecraft on Ubuntu can be challenging, but it is possible with the right preparation. Install Java on Ubuntu first, and then download the installer from the official Minecraft website. Once the installation is complete, you can launch the game from the Applications menu or with a keyboard shortcut. Finally, remember to launch the game in Unity Mode for a more pleasant experience.

The post How to Install Minecraft on Ubuntu 22.04 & 20.04 appeared first on TecAdmin.

]]>
https://tecadmin.net/how-to-install-minecraft-on-ubuntu/feed/ 0
Watch ASCII Star Wars in Command Prompt https://tecadmin.net/watch-ascii-star-wars-in-command-prompt/ https://tecadmin.net/watch-ascii-star-wars-in-command-prompt/#comments Sat, 18 May 2013 06:45:28 +0000 https://tecadmin.net/?p=1829 This is an copy of Star Wars totally created with ASCII characters. It can be easily watch using any computer supports telnet in command line and having internet connection. For Windows Users: Go to Start >> Run >> Type “cmd” and Press Enter It will open command prompt, now type below command and press enter [...]

The post Watch ASCII Star Wars in Command Prompt appeared first on TecAdmin.

]]>
This is an copy of Star Wars totally created with ASCII characters. It can be easily watch using any computer supports telnet in command line and having internet connection.

start-wars-ascii

For Windows Users:

Go to Start >> Run >> Type “cmd” and Press Enter
It will open command prompt, now type below command and press enter and watch it.

telnet towel.blinkenlights.nl

For Linux Users:

Open Terminal and type following command and watch it.

telnet towel.blinkenlights.nl

How to Enable Telnet in Windows 7, 8

Follow below steps to enable telnet client in windows 7.8.

Goto Control Panel >> Programs >> Turn Windows Feature On or Off >> Ticking both the Telnet check boxes and click ok.

Click here for video tutorial for enabling telnet in Windows 7,8.

The post Watch ASCII Star Wars in Command Prompt appeared first on TecAdmin.

]]>
https://tecadmin.net/watch-ascii-star-wars-in-command-prompt/feed/ 14