Answers for "view ppa list ubuntu"

1

list all ppa repository ubuntu

egrep -v '^#|^ *$' /etc/apt/sources.list /etc/apt/sources.list.d/*
Posted by: Guest on February-04-2021
0

See all the PPAs added in the ubuntu system

ls /etc/apt/sources.list.d
Posted by: Guest on June-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language