Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

Go packages not running as sudo

I installed golang via sudo apt install golang-go I installed some go packages, like go get -u github.com/tomnomnom/assetfinder I can run my packages without sudo, but when I do use sudo, the ...
hackermannn's user avatar
1 vote
0 answers
81 views

Pip3 can't be "loaded" as a library/package, no matter what I try, after upgrading to Ubunta 18

The question was on Stack Overflow, but it is too Unix/Ubuntu-sepcific. My problem (see below where I have earlier posts) is that I can't get pip (or, more accurately, pip3) to load or work. APT get ...
eSurfsnake's user avatar
2 votes
1 answer
516 views

After installing binary to another directory, error "No such file or directory"

After uninstalling a program with apt and reinstalling it in another location (ex. pypy with snap), running the program from command line reports bash: /usr/bin/pypy: No such file or directory, but ...
qwr's user avatar
  • 2,852
1 vote
1 answer
1k views

PATH and sources.list issue

I have discovered an issue with PATH and /ect/apt/sources.list Please could you advise how to resolve it? As I am very novice to coding and stack exchange please could you comment and let me know ...
Gus Bishop's user avatar
0 votes
0 answers
1k views

How to fix apt-get: command not found in Ubuntu 18.10?

I'm trying to install software in Ubuntu 18.10 with sudo apt-get command, but it gave me the error – apt-get: command not found. I used locate apt-get and found that apt-get is located in /usr/bin, ...
Guan's user avatar
  • 1
1 vote
1 answer
2k views

Where is cuda library located with apt-get install?

I installed cuda by apt-get. I need to point cuda libraries in cmake file for compilation of another library however I cannot find the CUDA path. Where is the /include and /bin paths of CUDA in such ...
erogol's user avatar
  • 344
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... ...
Stouty's user avatar
  • 9
0 votes
1 answer
104 views

Server cannot run apt-get anymore

I was trying to setup an older version of gcc (4.1) on ubuntu 14. I was having some difficulties to set alternatives. I so thread where someone said to use this command: export PATH="/usr/bin:$PATH" ...
meda's user avatar
  • 151
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++...
Pallieguy's user avatar
6 votes
2 answers
17k views

Where does Blender install on Ubuntu?

I'm trying to put some export scripts into Blender but I simply cannot find the installation path! I'm using the latest versions of both Ubuntu and Blender, which I have installed with apt-get ...
jcora's user avatar
  • 920