Question
The permission denied message you get is because dpkg.log is not an executable file. It is a text file containing the input for the project.
The permission denied message you get is because dpkg.log is not an executable file. It is a text file containing the input for the project. You can view its contents with vi or cat.
The bash files will be scripts to orchestrate all of the commands you will run for each part of the assignment. This will include invoking sed with the corresponding sed scripts. The goal is to take the contents of the dpkg file and filter out the data in question with sed. Then use the resulting data to solve the core problem (i.e., identify which programs have been installed and/or uninstalled). Need help with this I get what its asking for but not sure how to go about it.
This assignment has two parts p2a and p2b Problem A: We need a new mechanism to identify apps that have been installed on the system and have never beern removed, we will use the dpkglog file to get information of the installation history; however, it just handles one server. You can find dpkg.log in /usr/local/courses/rslavin/cs3423/2018Sp/assignment2 Copy this file to your project directory The format of the dpkg.log is similar to this (the yellow highlighted portions are comments) The following line is a command to remove grub-legacy-ec2. 2016-03-23 2e : 54:27 remove grub-legacy-ec 2: all 8.7.5-Bubuntu1.17Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started