You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asking for help please. I'm unable to meet dependencies for building lxterminal so I might have multiple command line --command= options for multiple commands.
pi@raspberrypi:~ $ sudo apt build-dep lxterminal
Reading package lists... Done
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:
builddeps:lxterminal : Depends: debhelper (>= 11) but it is not going to be installed
Depends: intltool but it is not installable
Depends: libvte-2.91-dev but it is not installable
E: Unable to correct problems, you have held broken packages.
pi@raspberrypi:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
Resolved and now working. I was able to successfully launch a lxterminal with 3 tabs and 3 commands all executed.
Dependency issue was resolved by installing GTK+-2.24.33 and VTE terminal emulator widget for GTK+ 2, after which I could build/make/install lxterminal successfully.
I have a bash script that dynamically spawns 24 processes, which I group in three's based on 1 of 8 SDR dongle's being used for a group of processes. Here is the command syntax I used for spawning a single group of three:
Asking for help please. I'm unable to meet dependencies for building lxterminal so I might have multiple command line --command= options for multiple commands.
pi@raspberrypi:~ $ sudo apt build-dep lxterminal
Reading package lists... Done
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:
builddeps:lxterminal : Depends: debhelper (>= 11) but it is not going to be installed
Depends: intltool but it is not installable
Depends: libvte-2.91-dev but it is not installable
E: Unable to correct problems, you have held broken packages.
pi@raspberrypi:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
lxterminal multiple command line.log
The text was updated successfully, but these errors were encountered: