Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added lab4/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lab4/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lab4/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lab4/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lab4/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions lab4/submission4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Task 1

1. Generate a package index:
![alt text](1.png)
![alt text](2.png)

2. Add repo to the source list(This step fails on ubuntu 22.04LTS)
```bash
echo "deb [trusted=yes] file:/home/csalvia/local-apt-repo/ ./" | sudo tee /etc/apt/sources.list.d/local-apt-repo.list
sudo apt update
```
![alt text](3.png)
![alt text](4.png)
![alt text](5.png)