All Questions
Tagged with paths package-management
8
questions
6
votes
1
answer
10k
views
Can not find executable path of flatpak apps
App installed using apt package manager starts running when I type the app name in terminal like firefox. [Using Kubuntu 22.04]
which firefox
This command will show the path of firefox in my system.
...
2
votes
1
answer
5k
views
Texlive 2021: tlmgr
I have installed Texlive 2021 on Ubuntu 21.04 on a new laptop. There aren't previous version of Texlive in the system.
I have had to install it as root user since, while trying to install it as simple ...
1
vote
1
answer
2k
views
Perl Module Location Issue
I'm on Ubuntu 20.04 LTS.
I ran the following commands to try to connect to my PostgreSQL database:
sudo -i -u postgres
postgres@{username}:~$ psql
This raised the following error:
Can't locate ...
3
votes
2
answers
3k
views
Unable to install geojson package for R
I have Ubuntu 16.04 and R 3.4.3. When I run
install.packages("geojson", dep=TRUE)
in R, I get the following error:
dependency ‘protolite’ is not available for package ‘geojson’
Therefore I run
...
1
vote
1
answer
2k
views
Emscripten and em++ install question
I installed the latest emsdk_portable so I could use Emscripten, then I ran the following commands with no problem.
$ ./emsdk update
$ ./emsdk install latest
Then, I went to run this command:
./...
0
votes
0
answers
778
views
Fix unmet dependencies libc-bin [duplicate]
I am trying to install some programs, but I met with unmet dependencies.
For example, sudo apt-get upgrade yields
Reading package lists... Done
Building dependency tree
Reading state information... ...
0
votes
1
answer
1k
views
apt-get not looking at /usr/lib for libstdc++.so.6
I have come across the somewhat common "GLIBXX_3.4.15 not found" error. In my case though I'm seeing something really weird.
Usually the error appears something like this:
/usr/lib/libstdc++...
4
votes
3
answers
21k
views
How to find out the installation path to my browser?
I am installing a proprietary CAD application (MEDUSA4 personal) and the installer wants to know the path to my web browser (as a prerequisite for online help). I have the default firefox installation ...