Run Sublime Text 3 and check version
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have installed Sublime Text 3 following the tutorial on unixmen.com. How to run it from terminal and how to check the version (from terminal or however)?
command-line sublime-text
add a comment |
I have installed Sublime Text 3 following the tutorial on unixmen.com. How to run it from terminal and how to check the version (from terminal or however)?
command-line sublime-text
add a comment |
I have installed Sublime Text 3 following the tutorial on unixmen.com. How to run it from terminal and how to check the version (from terminal or however)?
command-line sublime-text
I have installed Sublime Text 3 following the tutorial on unixmen.com. How to run it from terminal and how to check the version (from terminal or however)?
command-line sublime-text
command-line sublime-text
edited Feb 15 at 10:08
Muhamed Huseinbašić
asked Sep 16 '14 at 16:55
Muhamed HuseinbašićMuhamed Huseinbašić
84831117
84831117
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
The command to start Sublime Text:
subl
The command to see its version:
subl --version
And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?
– Muhamed Huseinbašić
Sep 16 '14 at 17:28
1
You added the ppa to your sources, so any new update should came automatically.
– Radu Rădeanu
Sep 16 '14 at 17:30
add a comment |
The usual command for Sublime Text is subl
:
From subl --help
:
$ subl --help
Sublime Text build 3065
Usage: sublime_text [arguments] [files] edit the given files
or: sublime_text [arguments] [directories] open the given directories
Arguments:
--project <project>: Load the given project
--command <command>: Run the given command
-n or --new-window: Open a new window
-a or --add: Add folders to the current window
-w or --wait: Wait for the files to be closed before returning
-b or --background: Don't activate the application
-h or --help: Show help (this message) and exit
-v or --version: Show version and exit
Filenames may be given a :line or :line:column suffix to open at a specific
location.
Hence, to get the version:
$ subl -v
Sublime Text Build 3065
As Glutanimate noted, you can get the version from the Help menu, from About Sublime Text
:
1
You can also check the version via the UI: Help -> About Sublime Text
– Glutanimate
Sep 16 '14 at 17:08
2
@Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.
– muru
Sep 16 '14 at 17:09
1
I sawBuild 3065
in the screenshot and cannot even figure out it is sublime 2 or sublime 3...
– B.Mr.W.
Jun 10 '15 at 21:30
5
@B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.
– Marcelo Cantos
Jun 28 '15 at 1:48
add a comment |
From the Sublime Text Unofficial Documentation:
You can create a symbolic lynk sudo ln -s /opt/Sublime Text 3/sublime_text /usr/bin/sublime
. "/opt" being the dir where you installed Sublime.
The Documentation also shows how to add Sublime to the Unity Launcher if you wish.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f524812%2frun-sublime-text-3-and-check-version%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The command to start Sublime Text:
subl
The command to see its version:
subl --version
And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?
– Muhamed Huseinbašić
Sep 16 '14 at 17:28
1
You added the ppa to your sources, so any new update should came automatically.
– Radu Rădeanu
Sep 16 '14 at 17:30
add a comment |
The command to start Sublime Text:
subl
The command to see its version:
subl --version
And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?
– Muhamed Huseinbašić
Sep 16 '14 at 17:28
1
You added the ppa to your sources, so any new update should came automatically.
– Radu Rădeanu
Sep 16 '14 at 17:30
add a comment |
The command to start Sublime Text:
subl
The command to see its version:
subl --version
The command to start Sublime Text:
subl
The command to see its version:
subl --version
answered Sep 16 '14 at 17:05
Radu RădeanuRadu Rădeanu
120k35253328
120k35253328
And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?
– Muhamed Huseinbašić
Sep 16 '14 at 17:28
1
You added the ppa to your sources, so any new update should came automatically.
– Radu Rădeanu
Sep 16 '14 at 17:30
add a comment |
And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?
– Muhamed Huseinbašić
Sep 16 '14 at 17:28
1
You added the ppa to your sources, so any new update should came automatically.
– Radu Rădeanu
Sep 16 '14 at 17:30
And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?
– Muhamed Huseinbašić
Sep 16 '14 at 17:28
And after Sublime Text 3 goes from beta do I have to do something to have stable version or? And how to update when new build is released (from terminal or from gui, doesn't matter)?
– Muhamed Huseinbašić
Sep 16 '14 at 17:28
1
1
You added the ppa to your sources, so any new update should came automatically.
– Radu Rădeanu
Sep 16 '14 at 17:30
You added the ppa to your sources, so any new update should came automatically.
– Radu Rădeanu
Sep 16 '14 at 17:30
add a comment |
The usual command for Sublime Text is subl
:
From subl --help
:
$ subl --help
Sublime Text build 3065
Usage: sublime_text [arguments] [files] edit the given files
or: sublime_text [arguments] [directories] open the given directories
Arguments:
--project <project>: Load the given project
--command <command>: Run the given command
-n or --new-window: Open a new window
-a or --add: Add folders to the current window
-w or --wait: Wait for the files to be closed before returning
-b or --background: Don't activate the application
-h or --help: Show help (this message) and exit
-v or --version: Show version and exit
Filenames may be given a :line or :line:column suffix to open at a specific
location.
Hence, to get the version:
$ subl -v
Sublime Text Build 3065
As Glutanimate noted, you can get the version from the Help menu, from About Sublime Text
:
1
You can also check the version via the UI: Help -> About Sublime Text
– Glutanimate
Sep 16 '14 at 17:08
2
@Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.
– muru
Sep 16 '14 at 17:09
1
I sawBuild 3065
in the screenshot and cannot even figure out it is sublime 2 or sublime 3...
– B.Mr.W.
Jun 10 '15 at 21:30
5
@B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.
– Marcelo Cantos
Jun 28 '15 at 1:48
add a comment |
The usual command for Sublime Text is subl
:
From subl --help
:
$ subl --help
Sublime Text build 3065
Usage: sublime_text [arguments] [files] edit the given files
or: sublime_text [arguments] [directories] open the given directories
Arguments:
--project <project>: Load the given project
--command <command>: Run the given command
-n or --new-window: Open a new window
-a or --add: Add folders to the current window
-w or --wait: Wait for the files to be closed before returning
-b or --background: Don't activate the application
-h or --help: Show help (this message) and exit
-v or --version: Show version and exit
Filenames may be given a :line or :line:column suffix to open at a specific
location.
Hence, to get the version:
$ subl -v
Sublime Text Build 3065
As Glutanimate noted, you can get the version from the Help menu, from About Sublime Text
:
1
You can also check the version via the UI: Help -> About Sublime Text
– Glutanimate
Sep 16 '14 at 17:08
2
@Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.
– muru
Sep 16 '14 at 17:09
1
I sawBuild 3065
in the screenshot and cannot even figure out it is sublime 2 or sublime 3...
– B.Mr.W.
Jun 10 '15 at 21:30
5
@B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.
– Marcelo Cantos
Jun 28 '15 at 1:48
add a comment |
The usual command for Sublime Text is subl
:
From subl --help
:
$ subl --help
Sublime Text build 3065
Usage: sublime_text [arguments] [files] edit the given files
or: sublime_text [arguments] [directories] open the given directories
Arguments:
--project <project>: Load the given project
--command <command>: Run the given command
-n or --new-window: Open a new window
-a or --add: Add folders to the current window
-w or --wait: Wait for the files to be closed before returning
-b or --background: Don't activate the application
-h or --help: Show help (this message) and exit
-v or --version: Show version and exit
Filenames may be given a :line or :line:column suffix to open at a specific
location.
Hence, to get the version:
$ subl -v
Sublime Text Build 3065
As Glutanimate noted, you can get the version from the Help menu, from About Sublime Text
:
The usual command for Sublime Text is subl
:
From subl --help
:
$ subl --help
Sublime Text build 3065
Usage: sublime_text [arguments] [files] edit the given files
or: sublime_text [arguments] [directories] open the given directories
Arguments:
--project <project>: Load the given project
--command <command>: Run the given command
-n or --new-window: Open a new window
-a or --add: Add folders to the current window
-w or --wait: Wait for the files to be closed before returning
-b or --background: Don't activate the application
-h or --help: Show help (this message) and exit
-v or --version: Show version and exit
Filenames may be given a :line or :line:column suffix to open at a specific
location.
Hence, to get the version:
$ subl -v
Sublime Text Build 3065
As Glutanimate noted, you can get the version from the Help menu, from About Sublime Text
:
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Sep 16 '14 at 17:05
murumuru
1
1
1
You can also check the version via the UI: Help -> About Sublime Text
– Glutanimate
Sep 16 '14 at 17:08
2
@Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.
– muru
Sep 16 '14 at 17:09
1
I sawBuild 3065
in the screenshot and cannot even figure out it is sublime 2 or sublime 3...
– B.Mr.W.
Jun 10 '15 at 21:30
5
@B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.
– Marcelo Cantos
Jun 28 '15 at 1:48
add a comment |
1
You can also check the version via the UI: Help -> About Sublime Text
– Glutanimate
Sep 16 '14 at 17:08
2
@Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.
– muru
Sep 16 '14 at 17:09
1
I sawBuild 3065
in the screenshot and cannot even figure out it is sublime 2 or sublime 3...
– B.Mr.W.
Jun 10 '15 at 21:30
5
@B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.
– Marcelo Cantos
Jun 28 '15 at 1:48
1
1
You can also check the version via the UI: Help -> About Sublime Text
– Glutanimate
Sep 16 '14 at 17:08
You can also check the version via the UI: Help -> About Sublime Text
– Glutanimate
Sep 16 '14 at 17:08
2
2
@Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.
– muru
Sep 16 '14 at 17:09
@Glutanimate thanks. To discover that, I'd have to run it first. :D I'll update the answer.
– muru
Sep 16 '14 at 17:09
1
1
I saw
Build 3065
in the screenshot and cannot even figure out it is sublime 2 or sublime 3...– B.Mr.W.
Jun 10 '15 at 21:30
I saw
Build 3065
in the screenshot and cannot even figure out it is sublime 2 or sublime 3...– B.Mr.W.
Jun 10 '15 at 21:30
5
5
@B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.
– Marcelo Cantos
Jun 28 '15 at 1:48
@B.Mr.W. Same here. I'm guessing 3000–3999 represents version 3, but if so it would be nice to see that actually stated somewhere, especially since builds are usually given sequentially increasing system-generated numbers.
– Marcelo Cantos
Jun 28 '15 at 1:48
add a comment |
From the Sublime Text Unofficial Documentation:
You can create a symbolic lynk sudo ln -s /opt/Sublime Text 3/sublime_text /usr/bin/sublime
. "/opt" being the dir where you installed Sublime.
The Documentation also shows how to add Sublime to the Unity Launcher if you wish.
add a comment |
From the Sublime Text Unofficial Documentation:
You can create a symbolic lynk sudo ln -s /opt/Sublime Text 3/sublime_text /usr/bin/sublime
. "/opt" being the dir where you installed Sublime.
The Documentation also shows how to add Sublime to the Unity Launcher if you wish.
add a comment |
From the Sublime Text Unofficial Documentation:
You can create a symbolic lynk sudo ln -s /opt/Sublime Text 3/sublime_text /usr/bin/sublime
. "/opt" being the dir where you installed Sublime.
The Documentation also shows how to add Sublime to the Unity Launcher if you wish.
From the Sublime Text Unofficial Documentation:
You can create a symbolic lynk sudo ln -s /opt/Sublime Text 3/sublime_text /usr/bin/sublime
. "/opt" being the dir where you installed Sublime.
The Documentation also shows how to add Sublime to the Unity Launcher if you wish.
answered Sep 16 '14 at 17:09
Decio LiraDecio Lira
4,741103241
4,741103241
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f524812%2frun-sublime-text-3-and-check-version%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown