树莓派安装parrot linux记录


手头这台树莓派3b安装parrot linux arm遇到了不少问题,写篇博客记录一下。

1.下载和刻录

网址:https://www.parrotsec.org/download-other.php

选择这个下载下来并解压。
Win32DiskImager 或者 etcher 将镜像刻录到sd卡上

2.启动

默认用户名:parrot
密码:toor

3.配置ssh

sudo nano /etc/ssh/sshd_config

PermitRootLogin prohibit-password改成PermitRootLogin yes
然后

sudo service ssh start
sudo update-rc.d ssh enable

4.换源

sudo nano /etc/apt/sources.list.d/parrot.list

将更新源改成清华源

deb https://mirrors.tuna.tsinghua.edu.cn/parrot stable main contrib non-free

5.更新系统

sudo apt-get update

重点来了

目前版本的apt和apt-utils有问题,软件包升级的时候会一直卡在安装apt上

sudo apt-mark hold apt apt-utils
sudo apt-get dist-upgrade

6.安装桌面

sudo apt-get install parrot-mate

安装完后startx进入桌面
parrot linux在树莓派上默认启动的是命令行,要startx启动桌面
也可以通过

sudo raspi-config

选择默认启动的是命令行还是桌面环境


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM