Rodomi pranešimai su žymėmis Linux. Rodyti visus pranešimus
Rodomi pranešimai su žymėmis Linux. Rodyti visus pranešimus

2024 m. rugsėjo 8 d., sekmadienis

instaliuojam CLIPGRAB linux mint

 

Install ClipGrab on Ubuntu, Linux Mint via PPA Repository

Last updated: May 18, 2024

This tutorial shows you how to install ClipGrab video downloader and converter on Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, and Linux Mint 20/21 via PPA.

ClipGrab is a free downloader and converter for YouTube, Vimeo, Metacafe, Dailymotion and many other online video sites. It converts downloaded videos to MPEG4, MP3 or other formats in just one easy step.

It supports HTTP and Socks5 proxy.

Clipgrab

ClipGrab has an official PPA which is however no longer updated for very long time. For the all current Ubuntu releases on amd64(Intel/AMD) and arm64/armhf, there’s an unofficial PPA available for choice.

To install this utility, press Ctrl+Alt+T to open terminal, then follow the below steps:

1.) Run this command to add the ppa repository to your system:

sudo add-apt-repository ppa:xtradeb/apps

2.) Then update the package cache by running command:

sudo apt update

3.) Finally install it via:

sudo apt install clipgrab

The ClipGrab website also provides non-install version for Linux, just download, extract and make it executable in file’s Properties, finally click to run.

Uninstall ClipGrab

To uninstall ClipGrab, use command:

sudo apt remove --autoremove clipgrab

Also remove the Ubuntu PPA by running command:

sudo add-apt-repository --remove ppa:xtradeb/apps

2024 m. rugpjūčio 24 d., šeštadienis

Atnaujiname linux mint 21.3 iki linux mint 22

 

 upgrade to Linux Mint 22

This page explains how to upgrade from Linux Mint 21.3 to Linux Mint 22.

First, refresh your cache and install the Upgrade Tool by typing the following commands in a terminal:

apt update
apt install mintupgrade

Then type the following command to launch the Upgrade Tool:

sudo mintupgrade

2024 m. birželio 28 d., penktadienis

Linux: instaliuojam qmmp grotuvą

 

Enable snaps on Debian and install qmmp

Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.

Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.

Enable snapd

On Debian 9 (Stretch) and newer, snap can be installed directly from the command line:

sudo apt update
sudo apt install snapd
sudo snap install core

Install qmmp

To install qmmp, simply use the following command:

sudo snap install qmmp