Kali linux install sublime

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

These commands will help you to install sublime text editor in your kali-linux

sadnansakin/Sublime-text-editor__installation_in_kali-linux

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

These commands will help you to install sublime text editor in your kali-linux

  1. wget -qO — https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add —
  2. echo «deb https://download.sublimetext.com/ apt/stable/» | sudo tee /etc/apt/sources.list.d/sublime-text.list
  3. sudo apt update
  4. sudo apt install sublime-text

Now go to Application Tab and search for sublime-text editor

sub

done

About

These commands will help you to install sublime text editor in your kali-linux

Источник

How to install Sublime on Kali Linux

Sublime is free and open source Multi-Platform text editor tool, used mostly by programmers. It supports many programming and markup languages and its functionality can be extended with the addition of surportive plugins, which are community-built and maintained under free-software licenses. This tutorial explains the installation procedure of Sublime text editor on Kali Linux.

Читайте также:  Set dns setting linux

Installation procedure

To start with the installation procedure, Update the repository by executing the apt-get update command .

[email protected]:~# apt-get update Get:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease [30.5 kB] Get:2 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/main amd64 Packages [15.5 MB] Get:3 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/contrib amd64 Packages [108 kB] Get:4 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/non-free amd64 Packages [166 kB] Fetched 15.8 MB in 40s (389 kB/s) Reading package lists. Done

The target system is updated with the required repositories. Now download the Debian package for sublime by running the following command.

[email protected]:~# wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_amd64.deb --2017-06-25 01:01:04-- http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_amd64.deb Resolving c758482.r82.cf2.rackcdn.com (c758482.r82.cf2.rackcdn.com). 23.76.156.65, 23.76.156.33, 2600:1417:56::174c:9d60, . Connecting to c758482.r82.cf2.rackcdn.com (c758482.r82.cf2.rackcdn.com)|23.76.156.65|:80. connected. HTTP request sent, awaiting response. 200 OK Length: 6122646 (5.8M) [application/octet-stream] Saving to: ‘ sublime-text_build-3047_amd64.deb’ sublime-text_build-3047_amd64.deb 100%[====================================================================================================> ] 5.84M 772KB/s in 7.2s 2017-06-25 01:01:12 (829 KB/s) - ‘ sublime-text_build-3047_amd64.deb’ saved [6122646/6122646]

Before installing the sublime package, install the gdebi package in the target system. Or the user can also use dpkg command to install the sublime package. Execute the following gdebi command to install the gdebi package in the target system and press y to continue with the installation process.

[email protected]:~# apt-get install gdebi -y Reading package lists. Done Building dependency tree Reading state information. Done The following packages were automatically installed and are no longer required: jsql libjs-mochikit python-advancedhttpserver python-alembic python-boltons python-cheetah python-dap python-editor python-formencode python-geoip2 python-geojson python-icalendar python-maxminddb python-mpltoolkits.basemap python-openid python-pampy python-paste python-pastedeploy python-pastedeploy-tpl python-pastescript python-pluginbase python-pyotp python-scgi python-smoke-zephyr python-tempita python-termcolor python-tzlocal . . . Setting up libyaml-libyaml-perl (0.63-2) . Setting up gdebi (0.9.5.7+nmu1) . Setting up diffstat (1.61-1+b1) . Setting up libclass-accessor-perl (0.34-1) . Setting up liblist-moreutils-perl (0.416-1+b1) . Setting up libparse-debianchangelog-perl (1.2.0-12) . Setting up lintian (2.5.51) .

Install the sublime package using gdebi and execute the following command.

[email protected]:~# gdebi sublime-text_build-3047_amd64.deb Reading package lists. Done Building dependency tree Reading state information. Don Reading state information. Done Sublime Text is a sophisticated text editor for code, markup and prose Do you want to install the software package? [y/N]:y Selecting previously unselected package sublime-text. (Reading database . 316039 files and directories currently installed.) Preparing to unpack sublime-text_build-3047_amd64.deb . Unpacking sublime-text (3047) . Setting up sublime-text (3047) . Processing triggers for hicolor-icon-theme (0.15-1) . Processing triggers for gnome-menus (3.13.3-9) . Processing triggers for desktop-file-utils (0.23-1) . Processing triggers for mime-support (3.60) .

sublime text editor

The sublime text editor is running successfully.

Wasn’ t that an easy installation procedure? Sublime text editor supports extensive customizability via JSON settings files, including project-specific and platform-specific settings.

Читайте также:  Синхронизация времени линукс debian

Источник

How to Install Sublime Text 3 on Kali Linux Using Command Line Interface

Learn how to install Sublime Text 3 on Kali Linux using the command line interface. Follow these steps to install and launch the code editor on your system.

  • Update the System
  • Install the GPG Key
  • How to install sublime text 3 on kali linux
  • Add the Sublime Text Repository
  • Update the System Again
  • Install Sublime Text Editor
  • Launch Sublime Text Editor
  • Important Points
  • Helpful Points
  • Other quick code examples for installing Sublime Text 3 on Kali Linux through the command line interface
  • Conclusion
  • How to install Sublime Text 3 in Kali Linux?
  • How to install sublime text in Linux using terminal?
  • How to install terminal in Sublime Text 3?
  • How do I open sublime from terminal in Kali Linux?

Sublime Text Editor is a popular code editor that is widely used by developers. It is known for its user-friendly interface, powerful features, and ability to handle large files efficiently. In this post, we will guide you on how to install Sublime Text 3 on Kali Linux using the command line interface. By following these steps, you will be able to install and launch Sublime Text Editor on your system.

Update the System

Before installing Sublime Text Editor, it is essential to update the system. This ensures that the system is up-to-date and ready to install new packages. To update the system, run the following command:

This command will update the system and ensure that it has the latest package information.

Install the GPG Key

To install the GPG key, run the following command:

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - 

This command will download and add the GPG key to your system.

How to install sublime text 3 on kali linux

In this video, I will show you #howto setup sublime text 3 quickly in your Linux machine.Please Duration: 4:34

Add the Sublime Text Repository

Next, add the Sublime Text repository to the list of package sources by running the following command:

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list 

This command will add the repository to your system.

Update the System Again

After adding the repository, update the system again by running the following command:

This command will ensure that the system has the latest package information.

Install Sublime Text Editor

To install Sublime Text Editor, run the following command:

sudo apt-get install sublime-text 

This command will download and install sublime text Editor on your system.

Читайте также:  Операционная система линукс роса

Launch Sublime Text Editor

To launch Sublime Text Editor from the terminal, navigate to the installation directory and run the following command:

This command will open Sublime Text Editor on your system.

Important Points

Here are some important points to keep in mind when installing and using Sublime Text Editor:

  • Package Control needs to be installed to manage packages in Sublime Text Editor.
  • There are various methods to install Sublime Text Editor on Linux, including downloading the tarball and unzipping it to a folder of your choice.
  • The installation process may differ slightly depending on the Linux distribution being used.
  • Sublime Text Editor 4 has recently been released with significant improvements.
  • The package manager called Package Control needs to be manually installed to extend Sublime’s functionality .
  • Sublime Text Editor can also be downloaded through the Ubuntu Software Center.
  • To install Sublime Text Editor 3.X on Kali, follow the installation guide.
  • The command-line interface can be used to execute shell commands in Sublime Text Editor.

Helpful Points

Here are some helpful points to keep in mind when using Sublime Text Editor:

  • Sublime Text Editor is popular among developers due to its user-friendly interface and powerful features.
  • One of the advantages of using Sublime Text Editor is its ability to handle large files efficiently.
  • Sublime Text Editor supports various programming languages, including Python, Java, and C++.
  • Sublime Text Editor’s auto-complete feature speeds up coding by suggesting possible code completions.
  • To improve productivity, users can customize the Sublime Text Editor layout, shortcuts, and plugins.
  • Sublime Text Editor also offers a distraction-free mode to help users focus on their code.
  • Some common issues users may face include slow performance and plugin compatibility issues.
  • To ensure optimal performance , users should regularly update Sublime Text Editor and their Linux system.

Other quick code examples for installing Sublime Text 3 on Kali Linux through the command line interface

In Shell , for instance, how to install sublime text in kali linux code example

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -CyberPunk___

Conclusion

Installing Sublime Text Editor on Kali Linux using the command line interface is a simple process that can be accomplished by following these steps. Sublime Text Editor is a powerful code editor that is popular among developers due to its user-friendly interface and powerful features. By installing and using Sublime Text Editor, developers can improve their productivity and focus on their code.

Источник

Оцените статью
Adblock
detector