Skip to main content

All Questions

Tagged with
0 votes
2 answers
3k views

how to install gcc-7-aarch64-linux-gnu on ubuntu 16.04

With ubuntu 18.04, gcc-7-aarch64-linux-gnu and g++-7-aarch64-linux-gnu can be installed directly via apt but with 16.04 I am unable to find a way in which I can make these packages work. Any pointers ...
yashC's user avatar
  • 113
0 votes
1 answer
946 views

Error while installing G++ on Ubuntu

Hi I was wondering how to fix g++ and build essential. This is what it keeps saying: Setting up g++ (4:8.2.0-1ubuntu1) ... update-alternatives: error: /var/lib/dpkg/alternatives/c++ corrupt: invalid ...
orion tree's user avatar
1 vote
2 answers
8k views

Unmet dependencies for PostgreSQL 10 under Ubuntu 16.04.5 LTS (xenial)

Following official instructions in https://www.postgresql.org/download/linux/ubuntu/, I got following error: The following packages have unmet dependencies: postgresql-10 : Depends: postgresql-...
AntonAL's user avatar
  • 725
0 votes
1 answer
241 views

Aptitude error with linux-image-extra-4.13.0-45-generic

I think my problem is very common, but I didn't fix the solution... When I try to use apt (on Ubuntu 16.04 Server), I get this error : The following packages were automatically installed and are no ...
Pierre LAGOUTTE's user avatar
2 votes
1 answer
22k views

Failed to fetch error on apt-get update

I'm having an issue when running sudo apt-get update. I always get this error: Err:1 https://deb.packager.io/gh/opf/openproject-ce xenial InRelease Could not resolve host: deb.packager.io Hit:2 ...
mrtnmgs's user avatar
  • 123
1 vote
1 answer
2k views

Ubuntu 16.04 won't upgrade

I use Ubuntu 16.04 and want to upgrade. root@desktop:/# lsb_release -a LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9....
spraff's user avatar
  • 2,228
1 vote
0 answers
3k views

How to solve apt error "E: Unable to correct problems, you have held broken packages"

I am running this command: sudo apt install libqt5svg5-private-dev I receive the error Reading package lists... Done Building dependency tree Reading state information... Done Some packages ...
oarfish's user avatar
  • 806
0 votes
2 answers
4k views

Ubuntu 16.04.3 cant install package python-pkg-resources

I'm trying to install python-pkg-resources in my ubuntu 16.04.3 server, but the same commands that work with 16.04.2 won't do it. The python installed is default Python 2.7.12 Check if python is ...
Gus's user avatar
  • 169
1 vote
2 answers
2k views

How to use escape sequences in configuration files in Ubuntu?

I had a problem of tunneling apt from a http proxy in Ubuntu. https://askubuntu.com/questions/23666/apt-get-does-not-work-with-proxy https://askubuntu.com/questions/158557/setting-proxy-from-...
Tarun Maganti's user avatar