Skip to content

Commit

Permalink
Remove deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
aandrew-me committed Oct 13, 2022
1 parent 96569a9 commit e8e4e71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Download and install the exe file. Windows defender may create problems as usual

## Linux 🐧

Linux has several options available - Flatpak, AppImage, Deb, Snap and AUR.
Linux has several options available - Flatpak, AppImage, Snap and AUR.
Flatpak is recommended.
### AppImage

Expand All @@ -54,13 +54,6 @@ It just needs to be executed after downloading. See more about [AppImages here](

[AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) is recommended for integrating AppImages.


### Debian package
For Debian based distros like Ubuntu .deb file is available. Download and run -
```
sudo dpkg -i YTDownloader.deb
```

### AUR package
The app is available in [AUR](https://aur.archlinux.org/packages/ytdownloader-gui) with the name `ytdownloader-gui`. To build with pamac the required command is -
```
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"linux": {
"target": [
"Appimage",
"deb",
"snap"
],
"category": "Utility"
Expand Down

0 comments on commit e8e4e71

Please sign in to comment.