यह प्रश्न बताता है कि किसी दिए गए पैकेज के लिए चैंज कैसे प्राप्त करें। हालाँकि, यह पूरा चैंज है।
मुझे जो पसंद है वह यह देखने का एक तरीका है कि जो कुछ भी मैं अपग्रेड करने वाला हूं उसमें क्या बदलाव होगा। उदाहरण के लिए, मैं कुछ कल्पना कर रहा था जैसे:
$ sudo apt-get upgrade --show-changelogs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
foo
-- adds the bar feature for better snazziness
-- removes the deprecated baz feature
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 8,864 kB of archives.
After this operation, 285 kB disk space will be freed.
Do you want to continue [Y/n]?
दुर्भाग्य से, मैं उपयुक्त पृष्ठों के लिए आदमी के पन्नों में ऐसा कुछ नहीं देखता। क्या यह या ऐसा ही कुछ मौजूद है?
UPDATE: मैंने एक छोटा सा ब्लॉग पोस्ट लिखा है जिसमें apt-listchanges और Debian changelogs के बारे में थोड़ी और गहराई से बात की गई है, जिसमें इस सवाल का कुछ फीडबैक शामिल है।