
### Adding Bittiainen Repository to Linux Mint
To install BVideoconverter on Linux Mint (Ubuntu-based), add the repository and install the package. This works for Mint 21+.
#### Step 1: Add the Repository
Open Terminal and run:
```bash
# Add GPG key
wget -qO- https://repo.bittiainen.com/key.gpg | sudo tee /etc/apt/trusted.gpg.d/bittiainen.gpg > /dev/null
# Add repository
echo "deb https://repo.bittiainen.com bittiainen main" | sudo tee /etc/apt/sources.list.d/bittiainen.list
# Update packages
sudo apt update
```
#### Step 2: Install BVideoconverter
```bash
sudo apt install bvideoconverter
```
#### Step 3: Run the Installer
```bash
# Run installer
curl -fsSL https://repo.bittiainen.com/bvideoconverter_install.sh | bash
# Or download and run
curl -fsSL https://repo.bittiainen.com/bvideoconverter_install.sh -o install.sh
bash install.sh
```
#### Step 4: Launch
- Search "BVideoconverter" in menu or run `bvideoconverter`.
- First run: Follow setup for Free Trial/STD/PRO.
**Notes**:
- Repository key ensures secure updates.
- Uninstall: `sudo apt remove bvideoconverter`.
- Updates: `sudo apt update && sudo apt upgrade`.
For issues: Contact support@bittix.org. Happy converting!
1876 Views
3969 Views
3204 Views
7474 Views
17790 Views
1879 Views
7112 Views
7171 Views
8011 Views
7142 Views
2178 Views
3114 Views