Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update Ubuntu install instructions for 20.04 LTS #379

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

liamaharon
Copy link

Instructions to install lldb and other dependencies do not work on Ubuntu 20.04 (latest LTS).

liam@sleeper:~$ sudo apt-get install lldb-4.0 liblldb-4.0-dev                                                                                                                                              
[sudo] password for liam:                                                                                                                                                                                  
Reading package lists... Done                                                                                                                                                                              
Building dependency tree                                                                                                                                                                                   
Reading state information... Done                                                                                                                                                                          
E: Unable to locate package lldb-4.0                                                                                                                                                                       
E: Couldn't find any package by glob 'lldb-4.0'                                                                                                                                                            
E: Couldn't find any package by regex 'lldb-4.0'                                                                                                                                                           
E: Unable to locate package liblldb-4.0-dev                                                                                                                                                                
E: Couldn't find any package by glob 'liblldb-4.0-dev'                                                                                                                                                     
E: Couldn't find any package by regex 'liblldb-4.0-dev'

Removing the version from lldb and liblldb-dev worked.

liam@sleeper:~$ sudo apt-get install lldb liblldb-dev                                                                                                                                                      
Reading package lists... Done                                                                                                                                                                              
Building dependency tree                                                                                                                                                                                   
Reading state information... Done                                                                                                                                                                          
The following additional packages will be installed:                                                                                                                                                       
  liblldb-10 liblldb-10-dev lldb-10 python3-lldb-10                                                                                                                                                        
The following NEW packages will be installed:                                                                                                                                                              
  liblldb-10 liblldb-10-dev liblldb-dev lldb lldb-10 python3-lldb-10                                                                                                                                       
0 to upgrade, 6 to newly install, 0 to remove and 0 not to upgrade.                                                                                                                                        
Need to get 4,824 kB of archives.                                                                                                                                                                          
After this operation, 22.6 MB of additional disk space will be used.                                                                                                                                       
Do you want to continue? [Y/n]

lldb and liblldb-dev are official Ubuntu packages now, seems specifying like this will install the latest stable release of each package.
https://packages.ubuntu.com/focal/lldb
https://packages.ubuntu.com/focal/liblldb-dev

@liamaharon liamaharon changed the title Update Ubuntu install instructions for 20.04 LTS docs: update Ubuntu install instructions for 20.04 LTS Jan 3, 2021
@No9
Copy link
Member

No9 commented Aug 14, 2022

When #389 lands we can look to merge this as we will then have support for lldb-10 which is currently broken
https://github.com/nodejs/llnode/runs/7138856705?check_suite_focus=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants