nvidia@tegra-ubuntu:~$ sudo apt-get install -y libgstreamer1.0-0 libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgstreamer1.0-0 is already the newest version (1.8.1-1~ubuntu1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgstreamer1.0-dev : Depends: libgstreamer1.0-0 (= 1.8.0-1) but 1.8.1-1~ubuntu1 is to be installed
Depends: gir1.2-gstreamer-1.0 (= 1.8.0-1) but 1.8.1-1~ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
I know it has been already installed, but it seems it was not the right version. This problem blocked the install of Jetson Pack 3.2 on ubuntu 16.04! Would you please give me any advise?
Hi,
I found the sources.list by “cd /etc/apt/” and the content of the file is as follows:
"
[b]# deb cdrom:[Ubuntu 16.04.3 LTS Xenial Xerus - Release amd64 (20170801)]/ xenial main restricted
The last part of the post quotes a final sources.list. Any line which starts with a “#” is inert and invisible for configuration…it is a comment only. Look at the lines which are not comments…that is what you will want to enable everything. If you think a line shouldn’t be there just put a “#” in front of it and it will still be there for you to see, but inert.
Really appreciated you reply. I am pretty confused by the sources.list because I am a novice when it comes to Ubuntu. I should follow the recommendations from you and Mohsen that using google to learn the basic knowledge. I will have a try by wholly replace my sources.list by yours. Any outcome will be reported!
Thanks again for you patient and kindness instruction!