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

Update install to take python packages from repo. #59

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

credmp
Copy link
Contributor

@credmp credmp commented Apr 4, 2023

Do 1 apt install

The packages are installed using 1 apt install. This ensures that conflicts are nicely managed and the installation procedure is a little bit smoother to the user.

Kali 2023.1

With the new release of Kali a new python setup is encouraged. Take the packages from the repository or install them as user. In this patch all the global python packages (where possible) are installed from the repository packages.

https://www.kali.org/blog/kali-linux-2023-1-release/

Obsolete package?

The fusecram package is no longer available in the repositories. It is removed from the apt installation.

credmp and others added 3 commits April 4, 2023 05:09
Removed redundant $-signs to increase ease of copying for new users.

# for analyzer, initializer
sudo apt-get install -y python3-bs4
python3 -m pip install selenium
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb; sudo apt-get -fy install
rm google-chrome-stable_current_amd64.deb
Copy link

@dikkefee dikkefee Apr 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a good idea to add git clone https://www.github.com/threat9/routersploit ./analysis/routersploit or the analysis function won't be working

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

3 participants