0

After installing application to a mounted disk using rpm -i --prefix=/some/other/path/ packagename.rpm it is possible to open it using sh command. But it does not appear in application list and cannot search as well. is there any way to add these application to applications list.

Ex: I installed Atom to a mounted disk. To open Atom I have to go to the directory. Cannot search it by pressing super key and searching.

Any help would be really appreciated. Thanks

Choxmi
  • 101

1 Answers1

1

You can add /some/other/path to PATH environment variable.

Check out this to find out how to do this.

mrc02_kr
  • 2,003