How to Install and Use ChatGPT in Ubuntu

Configurare noua (How To)

Situatie

ChatGPT (Generative Pre-trained Transformer) is an AI tool that chats with its users and provides them with solutions to their queries. It has been integrated with different websites including Google. On the basis of this integration, it gives answers to its user’s queries.

Many other AI tools similar to ChatGPT are used to provide convenience to humans. This post provides the installation methods of ChatGPT in Ubuntu by different techniques.

ChatGPT can be installed on Ubuntu by one of the mentioned methods:

  1. Using the SnapCraft
  2. Downloading the Debian Package

Solutie

Pasi de urmat

Method 1: Using the SnapCraft Package

To install the ChatGPT on Ubuntu using the SnapCraft store, install the “snapd package manager”. The snapd package manager is used to download the snaps of Linux applications from the Snapcraft Store. It is also used to manage the snaps in Ubuntu including the installation, updation, and removal of the Linux snaps.

To install the snapd on Ubuntu, use the command:

$ sudo apt install snapd -y

After installing the snapd package manager, download and install the snap of “ChatGPT”:

$ sudo snap install chatgpt-desktop

When the chatGPT is successfully installed, then run the application:

$ sudo chatgpt-desktop

Method 2: Downloading the Debian Package

Another method of installing ChatGPT on Ubuntu is by downloading its Debian package and following the next steps.

Step 1: Download the Debian Package of ChatGPT on Ubuntu

To download the Debian package of the ChatGPT, use the wget command:

$ wget -c https://github.com/lencx/ChatGPT/releases/download/v1.1.0/ChatGPT_1.1.0_linux_x86_64.deb

Step 2: List Down the Contents

After downloading, list down the contents of a directory:

$ ls

The Debian package of ChatGPT has been successfully downloaded.

Step 3: Install the ChatGPT

To install the ChatGPT from the downloaded package, use the dpkg manager:

$ sudo dpkg -i ChatGPT_1.1.0_linux_x86_64.deb

Step 4: Run the ChatGPT

To run the chatGPT, use the command:

$ sudo chat-gpt

How to Use ChatGPT on Ubuntu?

To use ChatGPT, either Login to it with your account credentials or signup and create a new account:

When you login to ChatGPT by following one of the mentioned methods, then ask any question from it. For example, type the question “What is Linux?”:

Change the ChatGPT Theme

To change the theme of the ChatGPT, click on “Preferences”, then “Theme” and choose the theme:

  • Control Center in ChatGPT
  • To customize the settings of the ChatGPT, one may use the “Control Center” option from the “Preferences”:

This option contains the settings of the Theme, Updates, and setting a speech-language:

Tip solutie

Permanent

Voteaza

(1 din 3 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?