Simple:
grep -h -P -o "^Package: \K.*" /var/lib/apt/lists/ppa.launchpad.net_*_Packages | sort -u
Or more flexible:
grep-dctrl -sPackage . /var/lib/apt/lists/ppa.launchpad.net_*_Packages
For fancier querying, use apt-cache policy
and aptitude
as described here:
aptitude search '~O LP-PPA-gstreamer-developers'
Related Posts:
- How to remove the “installed manually” flag and revert to “automatically installed” with apt-get?
- How do I get apt-get to ignore some dependencies?
- How do I ask apt-get to skip any interactive post-install configuration steps?
- How to determine JAVA_HOME on Debian/Ubuntu?
- dpkg-reconfigure: unable to re-open stdin: No file or directory
- Automate the installation of postfix on Ubuntu
- Best location to keep SSL certificates and private keys on Ubuntu servers?
- ping: google.com: Temporary failure in name resolution [closed]
- Docker System has not been booted with systemd as init system
- CentOS vs. Ubuntu [closed]
- Docker error : no space left on device
- How to establish ssh key pair when “Host key verification failed”
- How to install “make” in ubuntu?
- localhost/phpinfo.php
- After installing with pip, “jupyter: command not found”
- gpg: no valid OpenPGP data found
- Uncompress tar.gz file
- gpg: no valid OpenPGP data found
- E: Unable to locate package mongodb-org
- How to open the terminal in Atom?
- Valgrind permission denied on file
- Package php5 have no installation candidate (Ubuntu 16.04)
- nginx – nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
- How to install Boost on Ubuntu
- How to verify if nginx is running or not?
- E: Unable to locate package npm
- pdflatex not found. pdflatex is needed for pdf output
- Nginx: stat() failed (13: permission denied)
- PIP Could not find any downloads that satisfy the requirement SQLAlchemy
- MySQL: How to reset or change the MySQL root password?
- Removing all installed OpenCV libs
- Vim: No write since last change, even though I changed the file
- Why can’t I print to terminal with my python script?
- How to kill a process on a port on ubuntu
- whats the meaning of curl “-s” and “-m”
- How to view all ssl certificates in a bundle?
- List of files installed from apt package
- How do I auto-start docker containers at system boot?
- How do I reattach to Ubuntu Server’s ‘do-release-upgrade’ process?
- How to start/stop iptables on Ubuntu?
- Which ports do I need to open in the firewall to use NFS?
- How can I edit the welcome message when ssh start?
- How does Ubuntu keep track of the “System restart required” flag in motd?
- What does “debconf: delaying package configuration, since apt-utils is not installed” mean?
- Amazon Linux vs. Ubuntu for Amazon EC2 [closed]
- What is the debian-sys-maint MySQL user (and more)?
- How should an IT department choose a standard Linux distribution?
- Why is ssh agent forwarding not working?
- ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- How do I push a new local branch to a remote Git repository and track it too?
- Undefined function mysql_connect()
- ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- How do I push a new local branch to a remote Git repository and track it too?
- Untrack files from git temporarily
- How can I completely uninstall nodejs, npm and node in Ubuntu [closed]
- How to install python3 version of package via pip on Ubuntu?
- How do I rename both a Git local and remote branch name?
- error: ‘Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)’ — Missing /var/run/mysqld/mysqld.sock
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- what is the multicast doing on 224.0.0.251?
- How do I rename a repository on GitHub?
- What is difference between arm64 and armhf?
- Setting Django up to use MySQL
- Unable to install gem – Failed to build gem native extension – cannot load such file — mkmf (LoadError)
- Git: Merge a Remote branch locally
- How to import a Project into bitbucket repository from Android Studio?
- Unable to locate package libapache2-mod-php7
- How do you clone a Git repository into a specific folder?
- No module named ‘openpyxl’ – Python 3.4 – Ubuntu
- Telnet [Unable to connect to remote host: Connection refused]
- How to Install pip for python 3.7 on Ubuntu 18?
- When I run `npm install`, it returns with `ERR! code EINTEGRITY` (npm 5.3.0)
- Can I arrange repositories into folders on Github?
- Git removing upstream from local repository
- Curl : connection refused
- How to add RSA key to authorized_keys file?
- How to install Android SDK on Ubuntu?
- How do you merge two Git repositories?
- make -j 8 g++: internal compiler error: Killed (program cc1plus)
- wget: unable to resolve host address `http’
- Bash script prints “Command Not Found” on empty lines
- “E: Unable to locate package python3-pip”
- Bash export command
- How to edit gitignore file
- Adding a new entry to the PATH variable in ZSH
- Getting a 500 Internal Server Error on Laravel 5+ Ubuntu 14.04
- how to search for a directory from the terminal in ubuntu
- How can tune MySQL for WordPress sites?
- Update plugin from personal API
- How to make Pull Requests on a wordpress.org plugin?
- How do I set a custom WordPress update repository?
- My new WordPress plugin version is not showing up in the plugin directory. It’s been 4 days what could the problem be?
- How to handle the Plugin Version on Update using Tortoise SVN and the worpdress.org Plugin Repository?
- Could not find wp-load.php issue
- What are the functional differences between .profile .bash_profile and .bashrc
- mysqldump to a tar.gz
- How can I export the privileges from MySQL and then import to a new server?
- Heartbleed: how to reliably and portably check the OpenSSL version?
- Apache2 config variable is not defined
- apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName