Difficult to find application installed in linux
I am new to linux, used to use windows. I am trying to convert to linux and I really love it. I am trying Ubuntu 14.10.
I have a question about how to find the installed applications easily in Linux. You know in windows, after I installed an application, I can always find it in the "all application" list. Even no, I can always try to search for its folder from the bottom.
However, I am trying two DE, Unity and Gnome 3.12, and it seems that it's more difficult to do this. For example, I've just installed Anaconda3. After installation, it does not show up in the launcher nor the "all application list". I tried to search "Anaconda" or "Spyder" but hits nothing. It looks like it's also impossible to open the file manager to show all folders in the partition on which ubuntu is installed. I can open a terminal and "cd /" and then search it? But that's text interface.
So my questions are: Are there any way to find an installed application easily. Is there something like the file manager in windows that can show all the folders in the linux partition or in the whole harddisk?
linux ubuntu gnome unity
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 3 more comments
I am new to linux, used to use windows. I am trying to convert to linux and I really love it. I am trying Ubuntu 14.10.
I have a question about how to find the installed applications easily in Linux. You know in windows, after I installed an application, I can always find it in the "all application" list. Even no, I can always try to search for its folder from the bottom.
However, I am trying two DE, Unity and Gnome 3.12, and it seems that it's more difficult to do this. For example, I've just installed Anaconda3. After installation, it does not show up in the launcher nor the "all application list". I tried to search "Anaconda" or "Spyder" but hits nothing. It looks like it's also impossible to open the file manager to show all folders in the partition on which ubuntu is installed. I can open a terminal and "cd /" and then search it? But that's text interface.
So my questions are: Are there any way to find an installed application easily. Is there something like the file manager in windows that can show all the folders in the linux partition or in the whole harddisk?
linux ubuntu gnome unity
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
You should be able to view the whole filesystem in a graphical file manager, but that would be the worse way to find your executable. The simple way is to list the executables installed by the package (I'm sure I already saw a question about that here). But the Ubuntu package for spyder contains a .desktop file so you should have a menu entry. How did you install it ?
– Leiaz
Feb 16 '15 at 12:04
I downloaded the linux installer and then in the shell execute bash Anaconda3-2.1.0-Linux-x86_64.sh
– velut luna
Feb 16 '15 at 13:01
1
The anaconda install page mentions After the self extraction is finished, you should add the anaconda binary directory to your PATH environment variable.. This is not a normal package installation which may be why you have trouble with it. As all of Anaconda is contained in a single directory, uninstalling Anaconda is easy (you simply remove the entire install location directory). so it depends on what directory you instructed the installation to use. You should be able to find that directory with your file manager.
– wurtel
Feb 16 '15 at 13:26
2
This is a special case because Anaconda isn't packaged. If you don't use the package manager, it entirely depends on the application. The install page says it installs to~/anaconda(anaconda directory in your home) unless you chose another path. You'll have to create shortcuts yourself.
– Leiaz
Feb 16 '15 at 13:31
1
I don't use Ubuntu, or Unity, or Gnome. Looking at screenshots, I understand the confusion ... According to here you can use Ctrl+L to get a bar where you can type a path. There are also other file managers out there that didn't push the "simple user friendly interface" idea that far :)
– Leiaz
Feb 16 '15 at 15:08
|
show 3 more comments
I am new to linux, used to use windows. I am trying to convert to linux and I really love it. I am trying Ubuntu 14.10.
I have a question about how to find the installed applications easily in Linux. You know in windows, after I installed an application, I can always find it in the "all application" list. Even no, I can always try to search for its folder from the bottom.
However, I am trying two DE, Unity and Gnome 3.12, and it seems that it's more difficult to do this. For example, I've just installed Anaconda3. After installation, it does not show up in the launcher nor the "all application list". I tried to search "Anaconda" or "Spyder" but hits nothing. It looks like it's also impossible to open the file manager to show all folders in the partition on which ubuntu is installed. I can open a terminal and "cd /" and then search it? But that's text interface.
So my questions are: Are there any way to find an installed application easily. Is there something like the file manager in windows that can show all the folders in the linux partition or in the whole harddisk?
linux ubuntu gnome unity
I am new to linux, used to use windows. I am trying to convert to linux and I really love it. I am trying Ubuntu 14.10.
I have a question about how to find the installed applications easily in Linux. You know in windows, after I installed an application, I can always find it in the "all application" list. Even no, I can always try to search for its folder from the bottom.
However, I am trying two DE, Unity and Gnome 3.12, and it seems that it's more difficult to do this. For example, I've just installed Anaconda3. After installation, it does not show up in the launcher nor the "all application list". I tried to search "Anaconda" or "Spyder" but hits nothing. It looks like it's also impossible to open the file manager to show all folders in the partition on which ubuntu is installed. I can open a terminal and "cd /" and then search it? But that's text interface.
So my questions are: Are there any way to find an installed application easily. Is there something like the file manager in windows that can show all the folders in the linux partition or in the whole harddisk?
linux ubuntu gnome unity
linux ubuntu gnome unity
edited Mar 2 '18 at 21:54
Drakonoved
7091520
7091520
asked Feb 16 '15 at 11:41
velut lunavelut luna
1065
1065
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
You should be able to view the whole filesystem in a graphical file manager, but that would be the worse way to find your executable. The simple way is to list the executables installed by the package (I'm sure I already saw a question about that here). But the Ubuntu package for spyder contains a .desktop file so you should have a menu entry. How did you install it ?
– Leiaz
Feb 16 '15 at 12:04
I downloaded the linux installer and then in the shell execute bash Anaconda3-2.1.0-Linux-x86_64.sh
– velut luna
Feb 16 '15 at 13:01
1
The anaconda install page mentions After the self extraction is finished, you should add the anaconda binary directory to your PATH environment variable.. This is not a normal package installation which may be why you have trouble with it. As all of Anaconda is contained in a single directory, uninstalling Anaconda is easy (you simply remove the entire install location directory). so it depends on what directory you instructed the installation to use. You should be able to find that directory with your file manager.
– wurtel
Feb 16 '15 at 13:26
2
This is a special case because Anaconda isn't packaged. If you don't use the package manager, it entirely depends on the application. The install page says it installs to~/anaconda(anaconda directory in your home) unless you chose another path. You'll have to create shortcuts yourself.
– Leiaz
Feb 16 '15 at 13:31
1
I don't use Ubuntu, or Unity, or Gnome. Looking at screenshots, I understand the confusion ... According to here you can use Ctrl+L to get a bar where you can type a path. There are also other file managers out there that didn't push the "simple user friendly interface" idea that far :)
– Leiaz
Feb 16 '15 at 15:08
|
show 3 more comments
1
You should be able to view the whole filesystem in a graphical file manager, but that would be the worse way to find your executable. The simple way is to list the executables installed by the package (I'm sure I already saw a question about that here). But the Ubuntu package for spyder contains a .desktop file so you should have a menu entry. How did you install it ?
– Leiaz
Feb 16 '15 at 12:04
I downloaded the linux installer and then in the shell execute bash Anaconda3-2.1.0-Linux-x86_64.sh
– velut luna
Feb 16 '15 at 13:01
1
The anaconda install page mentions After the self extraction is finished, you should add the anaconda binary directory to your PATH environment variable.. This is not a normal package installation which may be why you have trouble with it. As all of Anaconda is contained in a single directory, uninstalling Anaconda is easy (you simply remove the entire install location directory). so it depends on what directory you instructed the installation to use. You should be able to find that directory with your file manager.
– wurtel
Feb 16 '15 at 13:26
2
This is a special case because Anaconda isn't packaged. If you don't use the package manager, it entirely depends on the application. The install page says it installs to~/anaconda(anaconda directory in your home) unless you chose another path. You'll have to create shortcuts yourself.
– Leiaz
Feb 16 '15 at 13:31
1
I don't use Ubuntu, or Unity, or Gnome. Looking at screenshots, I understand the confusion ... According to here you can use Ctrl+L to get a bar where you can type a path. There are also other file managers out there that didn't push the "simple user friendly interface" idea that far :)
– Leiaz
Feb 16 '15 at 15:08
1
1
You should be able to view the whole filesystem in a graphical file manager, but that would be the worse way to find your executable. The simple way is to list the executables installed by the package (I'm sure I already saw a question about that here). But the Ubuntu package for spyder contains a .desktop file so you should have a menu entry. How did you install it ?
– Leiaz
Feb 16 '15 at 12:04
You should be able to view the whole filesystem in a graphical file manager, but that would be the worse way to find your executable. The simple way is to list the executables installed by the package (I'm sure I already saw a question about that here). But the Ubuntu package for spyder contains a .desktop file so you should have a menu entry. How did you install it ?
– Leiaz
Feb 16 '15 at 12:04
I downloaded the linux installer and then in the shell execute bash Anaconda3-2.1.0-Linux-x86_64.sh
– velut luna
Feb 16 '15 at 13:01
I downloaded the linux installer and then in the shell execute bash Anaconda3-2.1.0-Linux-x86_64.sh
– velut luna
Feb 16 '15 at 13:01
1
1
The anaconda install page mentions After the self extraction is finished, you should add the anaconda binary directory to your PATH environment variable.. This is not a normal package installation which may be why you have trouble with it. As all of Anaconda is contained in a single directory, uninstalling Anaconda is easy (you simply remove the entire install location directory). so it depends on what directory you instructed the installation to use. You should be able to find that directory with your file manager.
– wurtel
Feb 16 '15 at 13:26
The anaconda install page mentions After the self extraction is finished, you should add the anaconda binary directory to your PATH environment variable.. This is not a normal package installation which may be why you have trouble with it. As all of Anaconda is contained in a single directory, uninstalling Anaconda is easy (you simply remove the entire install location directory). so it depends on what directory you instructed the installation to use. You should be able to find that directory with your file manager.
– wurtel
Feb 16 '15 at 13:26
2
2
This is a special case because Anaconda isn't packaged. If you don't use the package manager, it entirely depends on the application. The install page says it installs to
~/anaconda (anaconda directory in your home) unless you chose another path. You'll have to create shortcuts yourself.– Leiaz
Feb 16 '15 at 13:31
This is a special case because Anaconda isn't packaged. If you don't use the package manager, it entirely depends on the application. The install page says it installs to
~/anaconda (anaconda directory in your home) unless you chose another path. You'll have to create shortcuts yourself.– Leiaz
Feb 16 '15 at 13:31
1
1
I don't use Ubuntu, or Unity, or Gnome. Looking at screenshots, I understand the confusion ... According to here you can use Ctrl+L to get a bar where you can type a path. There are also other file managers out there that didn't push the "simple user friendly interface" idea that far :)
– Leiaz
Feb 16 '15 at 15:08
I don't use Ubuntu, or Unity, or Gnome. Looking at screenshots, I understand the confusion ... According to here you can use Ctrl+L to get a bar where you can type a path. There are also other file managers out there that didn't push the "simple user friendly interface" idea that far :)
– Leiaz
Feb 16 '15 at 15:08
|
show 3 more comments
1 Answer
1
active
oldest
votes
May you are looking for something like synaptic
sudo apt-get install synaptic
With this application you can see all the application installed and some details.
1
Only for those things that are properly packaged, not installed via an installer script.
– wurtel
Feb 16 '15 at 13:27
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f185113%2fdifficult-to-find-application-installed-in-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
May you are looking for something like synaptic
sudo apt-get install synaptic
With this application you can see all the application installed and some details.
1
Only for those things that are properly packaged, not installed via an installer script.
– wurtel
Feb 16 '15 at 13:27
add a comment |
May you are looking for something like synaptic
sudo apt-get install synaptic
With this application you can see all the application installed and some details.
1
Only for those things that are properly packaged, not installed via an installer script.
– wurtel
Feb 16 '15 at 13:27
add a comment |
May you are looking for something like synaptic
sudo apt-get install synaptic
With this application you can see all the application installed and some details.
May you are looking for something like synaptic
sudo apt-get install synaptic
With this application you can see all the application installed and some details.
answered Feb 16 '15 at 12:31
FaMontyN2FaMontyN2
6310
6310
1
Only for those things that are properly packaged, not installed via an installer script.
– wurtel
Feb 16 '15 at 13:27
add a comment |
1
Only for those things that are properly packaged, not installed via an installer script.
– wurtel
Feb 16 '15 at 13:27
1
1
Only for those things that are properly packaged, not installed via an installer script.
– wurtel
Feb 16 '15 at 13:27
Only for those things that are properly packaged, not installed via an installer script.
– wurtel
Feb 16 '15 at 13:27
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f185113%2fdifficult-to-find-application-installed-in-linux%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
1
You should be able to view the whole filesystem in a graphical file manager, but that would be the worse way to find your executable. The simple way is to list the executables installed by the package (I'm sure I already saw a question about that here). But the Ubuntu package for spyder contains a .desktop file so you should have a menu entry. How did you install it ?
– Leiaz
Feb 16 '15 at 12:04
I downloaded the linux installer and then in the shell execute bash Anaconda3-2.1.0-Linux-x86_64.sh
– velut luna
Feb 16 '15 at 13:01
1
The anaconda install page mentions After the self extraction is finished, you should add the anaconda binary directory to your PATH environment variable.. This is not a normal package installation which may be why you have trouble with it. As all of Anaconda is contained in a single directory, uninstalling Anaconda is easy (you simply remove the entire install location directory). so it depends on what directory you instructed the installation to use. You should be able to find that directory with your file manager.
– wurtel
Feb 16 '15 at 13:26
2
This is a special case because Anaconda isn't packaged. If you don't use the package manager, it entirely depends on the application. The install page says it installs to
~/anaconda(anaconda directory in your home) unless you chose another path. You'll have to create shortcuts yourself.– Leiaz
Feb 16 '15 at 13:31
1
I don't use Ubuntu, or Unity, or Gnome. Looking at screenshots, I understand the confusion ... According to here you can use Ctrl+L to get a bar where you can type a path. There are also other file managers out there that didn't push the "simple user friendly interface" idea that far :)
– Leiaz
Feb 16 '15 at 15:08