osomim wrote:Should I run the apt-get update command or can that have negative effects?
Yes that's fine. Just don't do apt-get upgrade (that can be destructive). apt-get update is fine. apt-get update basically updates the apt to use your new sources list I think. Whereas apt-get upgrade looks for newer versions of stuff and installs it (apt-get upgrade has been known to break stuff e.g. frontview).
So e.g. do
- Code: Select all
apt-get update && apt-get install build-essential
osomim wrote:In parallel I can still try to get in touch with super-poussin and ask him to send his sources.list my way.
It probably is fairly similar to the list I found of his using a quick google search, but yes you could ask him if his current list is any different.