
### 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!
 
                          
                        380 Views
 
                          
                        630 Views
 
                          
                        477 Views
 
                          
                        543 Views
 
                          
                        2954 Views
 
                          
                        665 Views
 
                          
                        695 Views
 
                          
                        843 Views