screetsec / Sudomy

Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
https://github.com/Screetsec/
MIT License
2.01k stars 381 forks source link

Cant install Chromium package while installation #69

Closed kratos-is-alive closed 4 years ago

kratos-is-alive commented 4 years ago

Cant install chromium packages .

After running this below command in my ubuntu18.4

apt-get install jq nmap phantomjs npm chromium parallel

It is giving me this error

Package chromium is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: chromium-bsu:i386 chromium-bsu E: Package 'chromium' has no installation candidate

Please help me.

screetsec commented 4 years ago

apt-get clean; apt-get update

then try to install again

kratos-is-alive commented 4 years ago

Also These few errors

loadDep:puppeteer → resol ▌ ╢█████████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ /usr/local/bin/wappalyzer -> /usr/local/lib/node_modules/wappalyzer/cli.js /usr/local/bin/wscat -> /usr/local/lib/node_modules/wscat/bin/wscat /usr/local/lib ├── wappalyzer@6.0.12 └─┬ wscat@4.0.1 ├── UNMET PEER DEPENDENCY bufferutil@^4.0.1 └── UNMET PEER DEPENDENCY utf-8-validate@^5.0.2

npm WARN ws@7.3.0 requires a peer of bufferutil@^4.0.1 but none was installed. npm WARN ws@7.3.0 requires a peer of utf-8-validate@^5.0.2 but none was installed.

while running the command "npm i -g wappalyzer wscat"

pdelteil commented 4 years ago

Cant install chromium packages .

After running this below command in my ubuntu18.4

apt-get install jq nmap phantomjs npm chromium parallel

It is giving me this error

Package chromium is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: chromium-bsu:i386 chromium-bsu E: Package 'chromium' has no installation candidate

Please help me.

The package name is chromium-browser in Ubuntu 18/20