Hello Tizen Team,
I can't install gbs on Ubuntu 16.04 x64.
(my develop env is
"sj0202cho@sj0202cho:~$ uname -a
Linux sj0202cho 4.10.0-37-generic #41~16.04.1-Ubuntu SMP Fri Oct 6 22:42:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux"
And I also finish to add source list " deb [trusted=yes] http://download.tizen.org/tools/latest-release/Ubuntu_16.04/ / " , and apt-get update.
But when I try to install gbs by command "sudo apt-get install gbs" , always occur following error.
sj0202cho@sj0202cho:~/Downloads/depanneur-0.15.8$ sudo apt-get install gbs
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
gbs : Depends: depanneur (>= 0.15.8) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Any idea on how to solve this?
please help me