Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Debian では、次を使用してパッケージのソースをダウンロードできます。
apt-get source <package>
ソースはで構築できます
cd <package>-*; dpkg-buildpackage -uc -b
パッケージの開発テストを実行する同様の一般的な方法はありますか?